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

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Mon May 23 11:05:52 PDT 2016


rnk added inline comments.

================
Comment at: test/asan/CMakeLists.txt:96
@@ -95,3 +95,3 @@
 endif()
 
 add_lit_testsuite(check-asan "Running the AddressSanitizer tests"
----------------
You actually want to do this here to affect the main asan test suite, not just the dynamic asan test suite:
  if (OS_NAME MATCHES "Windows" AND CMAKE_SIZEOF_VOID_P EQUAL 8)
    set(EXCLUDE_FROM_ALL TRUE)
  endif()


http://reviews.llvm.org/D20455





More information about the llvm-commits mailing list