[PATCH] D14846: [CMake] Provide options for toggling on and off various runtime libraries.
Alexey Samsonov via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 9 13:59:49 PST 2015
samsonov accepted this revision.
samsonov added a comment.
This revision is now accepted and ready to land.
LGTM. Thanks!
================
Comment at: test/cfi/CMakeLists.txt:2
@@ +1,3 @@
+check_list_contains(HAS_UBSAN COMPILER_RT_RUNTIMES_TO_BUILD ubsan)
+# CFI tests require ubsan
+if(NOT HAS_UBSAN)
----------------
Copy the comment from test/CMakeLists.txt
\# CFI tests require diagnostic mode, which is implemented in UBSan.
http://reviews.llvm.org/D14846
More information about the llvm-commits
mailing list