alekseyshl added inline comments.

================
Comment at: test/Driver/fsanitize.c:288
+// RUN: %clang -target x86_64-linux-gnu -fsanitize=thread 
-fsanitize-thread-data-races -fno-sanitize-thread-data-races %s -### 2>&1 | 
FileCheck %s --check-prefix=CHECK-TSAN-DATA-RACES-OFF
+// CHECK-TSAN-DATA-RACES-BOTH-OFF: -cc1{{.*}}-fno-sanitize-thread-data-races
+
----------------
eugenis wrote:
> did you mean CHECK-TSAN-DATA-RACES-BOTH-NOT?
> 
I missed -BOTH on the FileCheck line above and in couple of other places.


https://reviews.llvm.org/D26461



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

Reply via email to