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
[MLIR] Prevent invalid IR from being passed outside of RemoveDeadValues (#121079)
[llvm-project.git]
/
llvm
/
unittests
/
Target
/
VE
/
CMakeLists.txt
blob
271bf07f5b5d7d43a0251f691a7c756213552432
1
include_directories(
2
${LLVM_SOURCE_DIR}/lib/Target/VE
3
${LLVM_BINARY_DIR}/lib/Target/VE
4
)
5
6
set(LLVM_LINK_COMPONENTS
7
VECodeGen
8
VEDesc
9
VEInfo
10
CodeGen
11
Core
12
GlobalISel
13
MC
14
SelectionDAG
15
Support
16
Target
17
TargetParser
18
)
19
20
add_llvm_target_unittest(VETests
21
MachineInstrTest.cpp
22
)