File tree Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -138,9 +138,24 @@ if(LLVM_BUILD_EXTERNAL_COMPILER_RT AND EXISTS ${COMPILER_RT_SRC_ROOT}/)
138
138
FileCheck count not llvm-nm llvm-objdump llvm-symbolizer llvm-jitlink lli split-file )
139
139
140
140
# Add top-level targets for various compiler-rt test suites.
141
- set (COMPILER_RT_TEST_SUITES check-fuzzer check-asan check-hwasan check-asan-dynamic check-dfsan
142
- check-lsan check-msan check-sanitizer check-tsan check-ubsan check-ubsan-minimal
143
- check-profile check-cfi check-cfi-and-supported check-safestack check-gwp_asan )
141
+ set (COMPILER_RT_TEST_SUITES
142
+ check-asan
143
+ check-asan-dynamic
144
+ check-cfi
145
+ check-cfi-and-supported
146
+ check-dfsan
147
+ check-fuzzer
148
+ check-gwp_asan
149
+ check-hwasan
150
+ check-lsan
151
+ check-msan
152
+ check-profile
153
+ check-safestack
154
+ check-sanitizer
155
+ check-tsan
156
+ check-ubsan
157
+ check-ubsan-minimal
158
+ )
144
159
foreach (test_suite ${COMPILER_RT_TEST_SUITES} )
145
160
get_ext_project_build_command (run_test_suite ${test_suite} )
146
161
add_custom_target (${test_suite}
You can’t perform that action at this time.
0 commit comments