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
[gcov] Bump default version to 11.1
[llvm-project.git]
/
llvm
/
unittests
/
TargetParser
/
CMakeLists.txt
blob
086c57903716f59f5bfd20873db6b052844ef3b2
1
set(LLVM_LINK_COMPONENTS
2
Support
3
TargetParser
4
)
5
6
add_llvm_unittest(TargetParserTests
7
CSKYTargetParserTest.cpp
8
Host.cpp
9
RISCVISAInfoTest.cpp
10
RISCVTargetParserTest.cpp
11
TargetParserTest.cpp
12
TripleTest.cpp
13
)
14
15
target_link_libraries(TargetParserTests PRIVATE LLVMTestingSupport)