summaryrefslogtreecommitdiffstats
path: root/compiler-rt
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@auroraux.org>2009-10-29 00:16:23 +0000
committerEdward O'Callaghan <eocallaghan@auroraux.org>2009-10-29 00:16:23 +0000
commit7c1cc70a90b8ea58ee4cbb5a57f97ceb29e16584 (patch)
tree06c3cc252903c229bfe8d3dc767296f3f0a86216 /compiler-rt
parentd7db2dedaa4fcae49b12ec154991dd75e0d42c0a (diff)
downloadbcm5719-llvm-7c1cc70a90b8ea58ee4cbb5a57f97ceb29e16584.tar.gz
bcm5719-llvm-7c1cc70a90b8ea58ee4cbb5a57f97ceb29e16584.zip
Fix test suit for last CMake changes to CompilerRT.
llvm-svn: 85452
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