[llvm-commits] [compiler-rt] r85452 - /compiler-rt/trunk/test/CMakeLists.txt

Edward O'Callaghan eocallaghan at auroraux.org
Wed Oct 28 17:16:23 PDT 2009


Author: evocallaghan
Date: Wed Oct 28 19:16:23 2009
New Revision: 85452

URL: http://llvm.org/viewvc/llvm-project?rev=85452&view=rev
Log:
Fix test suit for last CMake changes to CompilerRT.

Modified:
    compiler-rt/trunk/test/CMakeLists.txt

Modified: compiler-rt/trunk/test/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/CMakeLists.txt?rev=85452&r1=85451&r2=85452&view=diff

==============================================================================
--- compiler-rt/trunk/test/CMakeLists.txt (original)
+++ compiler-rt/trunk/test/CMakeLists.txt Wed Oct 28 19:16:23 2009
@@ -7,7 +7,8 @@
 # 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





More information about the llvm-commits mailing list