[PATCH] D42645: New simple Checker for mmap calls

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 2 20:01:44 PST 2018


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





More information about the cfe-commits mailing list