NoQ added a comment.

This failed on the buildbots (for example 
http://lab.llvm.org:8011/builders/clang-ppc64be-linux/builds/14910 - committer 
gets notified of those), so i reverted it for now as r324167.

I guess the reason is that buildbots have different triples, and even though 
you check the target's triple, the test runs under the host's triple, which 
would be different on different machines. You should add an explicit target 
triple to the test run-line. It's also a good idea to have two run-lines with 
different triples and make tests for both, if they'd cover different code paths 
in your checker.


Repository:
  rC Clang

https://reviews.llvm.org/D42645



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to