summaryrefslogtreecommitdiffstats
path: root/compiler-rt
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt')
-rw-r--r--compiler-rt/test/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler-rt/test/CMakeLists.txt b/compiler-rt/test/CMakeLists.txt
index c10d9946e97..eac76084b22 100644
--- a/compiler-rt/test/CMakeLists.txt
+++ b/compiler-rt/test/CMakeLists.txt
@@ -7,7 +7,8 @@ INCLUDE_DIRECTORIES(${CompilerRT_SOURCE_DIR}/lib)
# add_library(${CompilerRT_LIBRARY} STATIC support.c cmdline.c)
TARGET_LINK_LIBRARIES( ${CompilerRT_LIBRARY} )
-SET( TEST_TARGET_LIBRARIES ${CompilerRT_LIBRARY}-Common )
+# FIXME: We should check Optmized versions of CompilerRT-* here also.
+SET( TEST_TARGET_LIBRARIES ${CompilerRT_LIBRARY}-Generic )
INCLUDE( MacroAddCheckTest )
# create tests
OpenPOWER on IntegriCloud