[PATCH] D14604: [tsan] Filter OS X architectures for unit testing

Alexander Potapenko via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 12 01:49:44 PST 2015


glider added inline comments.

================
Comment at: lib/tsan/tests/CMakeLists.txt:38
@@ +37,3 @@
+  if(APPLE)
+    darwin_filter_host_archs(TSAN_SUPPORTED_ARCH TSAN_TEST_ARCH)
+  endif()
----------------
I'm not familiar with CMake infrastructure enough but I think darwin_filter_host_archs isn't the right way to say "remove ARM64 from the list".
Can we just explicitly set TSAN_TEST_ARCH to x86_64 on Darwin?


http://reviews.llvm.org/D14604





More information about the llvm-commits mailing list