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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits