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
[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
llvm
/
unittests
/
TargetParser
/
CMakeLists.txt
blob
501acc044687026bfd848ff385b552dfbeff7b1f
1
set(LLVM_LINK_COMPONENTS
2
Support
3
TargetParser
4
)
5
6
add_llvm_unittest(TargetParserTests
7
CSKYTargetParserTest.cpp
8
Host.cpp
9
TargetParserTest.cpp
10
TripleTest.cpp
11
)
12
13
target_link_libraries(TargetParserTests PRIVATE LLVMTestingSupport)