[PATCH] D12544: Do not include default sanitizer blacklists into -M/-MM/-MD/-MMD output.
Peter Collingbourne via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 1 20:32:21 PDT 2015
pcc accepted this revision.
pcc added a comment.
This revision is now accepted and ready to land.
LGTM with nit.
================
Comment at: test/Driver/fsanitize-blacklist.c:25
@@ -18,1 +24,3 @@
+// CHECK-DEFAULT-BLACKLIST: -fsanitize-blacklist={{.*}}asan_blacklist.txt
+// CHECK-DEFAULT-BLACKLIST-NOT: -fdepfile-entry
----------------
Maybe use `FileCheck -implicit-check-not=` to verify that this doesn't also appear on the other side of the `-fsanitize-blacklist`?
http://reviews.llvm.org/D12544
More information about the cfe-commits
mailing list