[PATCH] D24633: [compiler-rt] Don't force ASAN_HAS_EXCEPTIONS to be true for all builds
Francis Ricci via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 16 10:08:12 PDT 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL281746: [compiler-rt] Don't force ASAN_HAS_EXCEPTIONS to be true for all builds (authored by fjricci).
Changed prior to commit:
https://reviews.llvm.org/D24633?vs=71563&id=71670#toc
Repository:
rL LLVM
https://reviews.llvm.org/D24633
Files:
compiler-rt/trunk/lib/asan/CMakeLists.txt
Index: compiler-rt/trunk/lib/asan/CMakeLists.txt
===================================================================
--- compiler-rt/trunk/lib/asan/CMakeLists.txt
+++ compiler-rt/trunk/lib/asan/CMakeLists.txt
@@ -37,9 +37,6 @@
set(ASAN_CFLAGS ${SANITIZER_COMMON_CFLAGS})
append_rtti_flag(OFF ASAN_CFLAGS)
-set(ASAN_COMMON_DEFINITIONS
- ASAN_HAS_EXCEPTIONS=1)
-
set(ASAN_DYNAMIC_LINK_FLAGS)
if(ANDROID)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24633.71670.patch
Type: text/x-patch
Size: 411 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160916/262a01d3/attachment.bin>
More information about the llvm-commits
mailing list