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
[RISCV] Eliminate dead li after emitting VSETVLIs (#65934)
[llvm-project.git]
/
llvm
/
tools
/
llvm-dis
/
CMakeLists.txt
blob
5804754ba696ed229f563751cffa9024bf3a37e5
1
set(LLVM_LINK_COMPONENTS
2
BitReader
3
Core
4
Support
5
)
6
7
add_llvm_tool(llvm-dis
8
llvm-dis.cpp
9
10
DEPENDS
11
intrinsics_gen
12
)