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
Bump version to 19.1.0-rc3
[llvm-project.git]
/
llvm
/
unittests
/
TextAPI
/
CMakeLists.txt
blob
cf37b26e8441612aa428319a400979500c1bbaf1
1
set(LLVM_LINK_COMPONENTS
2
TargetParser
3
TextAPI
4
)
5
6
add_llvm_unittest(TextAPITests
7
TextStubV1Tests.cpp
8
TextStubV2Tests.cpp
9
TextStubV3Tests.cpp
10
TextStubV4Tests.cpp
11
TextStubV5Tests.cpp
12
RecordTests.cpp
13
)
14
15
target_link_libraries(TextAPITests PRIVATE LLVMTestingSupport)