v.g.vassilev closed this revision.
v.g.vassilev added a comment.
Landed in r305089.
https://reviews.llvm.org/D34022
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
echristo added a comment.
Thanks!
https://reviews.llvm.org/D34022
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
v.g.vassilev added a comment.
Raphael and I work together I can take care of it...
https://reviews.llvm.org/D34022
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
echristo accepted this revision.
echristo added a comment.
This revision is now accepted and ready to land.
Thanks for the fix!
Do you need someone to commit it?
https://reviews.llvm.org/D34022
___
cfe-commits mailing list
cfe-commits@lists.llvm.or
teemperor created this revision.
This test was silently failing since a long time because it failed to include
stdlib.h (as it's running in a freestanding environment). However, because we
used just `not clang_cc1` instead of the verify mode, this regression was never
noticed and the test was j