[PATCH] [ASan tests] Add Windows-specific flags to lib/asan/tests/CMakeLists.txt

Timur Iskhodzhanov timurrrr at google.com
Mon May 12 09:29:04 PDT 2014


================
Comment at: lib/asan/tests/CMakeLists.txt:74
@@ +73,3 @@
+  ${XCLANG} "-fsanitize-blacklist=${ASAN_BLACKLIST_FILE}"
+  ${XCLANG} -mllvm ${XCLANG} -asan-stack=1
+  ${XCLANG} -mllvm ${XCLANG} -asan-globals=1
----------------
Kostya Serebryany wrote:
> Can you just remove these two lines (asan-stack and asan-globals)?
Done

http://reviews.llvm.org/D3720






More information about the llvm-commits mailing list