mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-03-04 00:20:14 +00:00
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…
x
Reference in New Issue
Block a user