File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ if(LLVM_BUILD_EXTERNAL_COMPILER_RT AND EXISTS ${COMPILER_RT_SRC_ROOT}/)
108108 USES_TERMINAL )
109109
110110 # Add top-level targets that build specific compiler-rt runtimes.
111- set (COMPILER_RT_RUNTIMES asan builtins dfsan lsan msan profile tsan ubsan)
111+ set (COMPILER_RT_RUNTIMES asan builtins dfsan lsan msan profile tsan ubsan ubsan-minimal )
112112 foreach (runtime ${COMPILER_RT_RUNTIMES} )
113113 get_ext_project_build_command(build_runtime_cmd ${runtime} )
114114 add_custom_target (${runtime}
@@ -125,7 +125,7 @@ if(LLVM_BUILD_EXTERNAL_COMPILER_RT AND EXISTS ${COMPILER_RT_SRC_ROOT}/)
125125
126126 # Add top-level targets for various compiler-rt test suites.
127127 set (COMPILER_RT_TEST_SUITES check-asan check-asan-dynamic check-dfsan
128- check-lsan check-msan check-sanitizer check-tsan check-ubsan
128+ check-lsan check-msan check-sanitizer check-tsan check-ubsan check-ubsan-minimal
129129 check-profile check-cfi check-cfi-and -supported check-safestack)
130130 foreach (test_suite ${COMPILER_RT_TEST_SUITES} )
131131 get_ext_project_build_command(run_test_suite ${test_suite} )
You can’t perform that action at this time.
0 commit comments