summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index c10d9946..eac76084 100644
--- a/test/CMakeLists.txt
+++ b/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