repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation patterns
[llvm-core.git]
/
unittests
/
ExecutionEngine
/
JITLink
/
CMakeLists.txt
blob
9f9ffbbde1ac7b9c5033e7dcdd7fc3edfb0f6c72
1
set(LLVM_LINK_COMPONENTS
2
${LLVM_TARGETS_TO_BUILD}
3
JITLink
4
MC
5
MCDisassembler
6
MCParser
7
Object
8
RuntimeDyld
9
Support
10
Target
11
)
12
13
add_llvm_unittest(JITLinkTests
14
JITLinkTestCommon.cpp
15
MachO_x86_64_Tests.cpp
16
)
17
18
target_link_libraries(JITLinkTests PRIVATE LLVMTestingSupport)