forked from OSchip/llvm-project
Fix test suit for last CMake changes to CompilerRT.
llvm-svn: 85452
This commit is contained in:
parent
d7db2dedaa
commit
7c1cc70a90
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue