[compiler-rt] b654b22 - Partially revert "[runtimes] Use add_lit_testsuite to register lit testsuites"
Petr Hosek via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 5 15:25:54 PST 2021
Author: Petr Hosek
Date: 2021-03-05T15:24:38-08:00
New Revision: b654b221970953aea2da08476ad5ce160877e178
URL: https://github.com/llvm/llvm-project/commit/b654b221970953aea2da08476ad5ce160877e178
DIFF: https://github.com/llvm/llvm-project/commit/b654b221970953aea2da08476ad5ce160877e178.diff
LOG: Partially revert "[runtimes] Use add_lit_testsuite to register lit testsuites"
This partially reverts commit e1173c8794f4942d2cdddb090489ba5a6cc193e8
until we find out why compiler-rt tests are failing under runtimes build.
Added:
Modified:
compiler-rt/test/CMakeLists.txt
Removed:
################################################################################
diff --git a/compiler-rt/test/CMakeLists.txt b/compiler-rt/test/CMakeLists.txt
index e82fcb0c2eb9..27b8b9c5ef4a 100644
--- a/compiler-rt/test/CMakeLists.txt
+++ b/compiler-rt/test/CMakeLists.txt
@@ -87,7 +87,7 @@ if(COMPILER_RT_STANDALONE_BUILD)
# introduce a rule to run to run all of them.
get_property(LLVM_LIT_TESTSUITES GLOBAL PROPERTY LLVM_LIT_TESTSUITES)
get_property(LLVM_LIT_DEPENDS GLOBAL PROPERTY LLVM_LIT_DEPENDS)
- add_lit_testsuite(check-compiler-rt
+ add_lit_target(check-compiler-rt
"Running all regression tests"
${LLVM_LIT_TESTSUITES}
DEPENDS ${LLVM_LIT_DEPENDS})
More information about the llvm-commits
mailing list