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
IR: de-duplicate two CmpInst routines (NFC) (#116866)
[llvm-project.git]
/
llvm
/
unittests
/
MIR
/
CMakeLists.txt
blob
206094266ba148d47f716adebfc80baa32168465
1
set(LLVM_LINK_COMPONENTS
2
${LLVM_TARGETS_TO_BUILD}
3
Analysis
4
CodeGen
5
CodeGenTypes
6
Core
7
FileCheck
8
MC
9
MIRParser
10
Passes
11
Support
12
Target
13
TargetParser
14
)
15
16
add_llvm_unittest(MIRTests
17
MachineMetadata.cpp
18
MachineStableHashTest.cpp
19
)
20
21
target_link_libraries(MIRTests PRIVATE LLVMTestingSupport)