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
/
MIR
/
CMakeLists.txt
blob
3c0e9e43f9afb1efefb89899f36681780ac7bcfc
1
set(LLVM_LINK_COMPONENTS
2
${LLVM_TARGETS_TO_BUILD}
3
CodeGen
4
CodeGenTypes
5
Core
6
FileCheck
7
MC
8
MIRParser
9
Support
10
Target
11
TargetParser
12
)
13
14
add_llvm_unittest(MIRTests
15
MachineMetadata.cpp
16
)
17
18
target_link_libraries(MIRTests PRIVATE LLVMTestingSupport)