[PATCH] D18280: [tsan] Allow -fsanitize=thread for iOS-style simulator targets

Alexey Samsonov via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 18 14:03:21 PDT 2016


samsonov added a comment.

Cool, great to see this coming. I'll let Kuba sign this off.


================
Comment at: test/Driver/fsanitize.c:220
@@ -219,1 +219,3 @@
 
+// RUN: %clang -target x86_64-apple-darwin10 -fsanitize=thread %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-TSAN-X86-64-DARWIN
+// CHECK-TSAN-X86-64-DARWIN-NOT: unsupported option
----------------
Care to add a test for ios or tvos?


http://reviews.llvm.org/D18280





More information about the cfe-commits mailing list