[PATCH] D34644: Only test sanitizers that are built when COMPILER_RT_SANITIZERS_TO_BUILD is used
Saleem Abdulrasool via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 26 17:37:05 PDT 2017
compnerd added inline comments.
================
Comment at: test/CMakeLists.txt:60-73
+ compiler_rt_test_runtime(interception)
+
+ compiler_rt_test_runtime(lsan)
+ compiler_rt_test_runtime(ubsan)
+ compiler_rt_test_runtime(sanitizer_common)
+
+ compiler_rt_test_sanitizer(asan)
----------------
Why not just walk `COMPILER_RT_SANITIZERS_TO_BUILD` rather than doing an intersection for each one?
https://reviews.llvm.org/D34644
More information about the llvm-commits
mailing list