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
[Driver] Make regex stricter (#121243)
[llvm-project.git]
/
llvm
/
unittests
/
ExecutionEngine
/
JITLink
/
CMakeLists.txt
blob
d1c7b799880a3b70b8cf58602bd56587119fa4e8
1
set(LLVM_LINK_COMPONENTS
2
${LLVM_TARGETS_TO_BUILD}
3
JITLink
4
Object
5
OrcShared
6
Support
7
TargetParser
8
)
9
10
add_llvm_unittest(JITLinkTests
11
AArch32Tests.cpp
12
AArch32ErrorTests.cpp
13
EHFrameSupportTests.cpp
14
JITLinkTestUtils.cpp
15
LinkGraphTests.cpp
16
MachOLinkGraphTests.cpp
17
MemoryManagerErrorTests.cpp
18
StubsTests.cpp
19
)
20
21
target_link_libraries(JITLinkTests PRIVATE LLVMTestingSupport)