[PATCH] D20455: [asan] Enable asan Win64 build

Kuba Brecka via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 5 08:18:40 PDT 2016


kubabrecka added inline comments.

================
Comment at: compiler-rt/trunk/test/asan/CMakeLists.txt:6-10
@@ -5,1 +5,7 @@
 
+# TODO(wwchrome): Re-enable Win64 asan tests when ready.
+# Disable tests for asan Win64 temporarily.
+if(NOT OS_NAME MATCHES "Windows" OR CMAKE_SIZEOF_VOID_P EQUAL 8)
+  set(EXCLUDE_FROM_ALL TRUE)
+endif()
+
----------------
I’m not getting this change.  I read it like 20 times now, but it still seems it’s disabling ASan tests everywhere, *except* for Win64.


Repository:
  rL LLVM

http://reviews.llvm.org/D20455





More information about the llvm-commits mailing list