Skip to content
Snippets Groups Projects
Commit 438e6a9a authored by Filipe Cabecinhas's avatar Filipe Cabecinhas
Browse files

[cmake] Add a few more compiler-rt check-* targets for EXTERNAL_COMPILER_RT

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@262341 91177308-0d34-0410-b5e6-96231b3b80d8
parent 0c6c48e8
No related branches found
No related tags found
No related merge requests found
......@@ -126,7 +126,8 @@ if(LLVM_BUILD_EXTERNAL_COMPILER_RT AND EXISTS ${COMPILER_RT_SRC_ROOT}/)
# Add top-level targets for various compiler-rt test suites.
set(COMPILER_RT_TEST_SUITES check-asan check-asan-dynamic check-dfsan
check-lsan check-msan check-sanitizer check-tsan check-ubsan)
check-lsan check-msan check-sanitizer check-tsan check-ubsan
check-profile check-cfi check-cfi-and-supported check-safestack)
foreach(test_suite ${COMPILER_RT_TEST_SUITES})
get_ext_project_build_command(run_test_suite ${test_suite})
add_custom_target(${test_suite}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment