repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git]
/
llvm
/
unittests
/
ExecutionEngine
/
JITLink
/
CMakeLists.txt
blob
58aacfc25bf3bc86c9a2fa915ced1b16b8f979bc
1
set(LLVM_LINK_COMPONENTS
2
${LLVM_TARGETS_TO_BUILD}
3
JITLink
4
Object
5
OrcShared
6
OrcTargetProcess
7
RuntimeDyld
8
Support
9
)
10
11
add_llvm_unittest(JITLinkTests
12
LinkGraphTests.cpp
13
)
14
15
target_link_libraries(JITLinkTests PRIVATE LLVMTestingSupport)