repo.or.cz
/
llvm
/
zpu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed some bugs.
[llvm/zpu.git]
/
tools
/
llvm-extract
/
CMakeLists.txt
blob
a4e3266e3532818c46e536283c82fec178fd220c
1
set(LLVM_LINK_COMPONENTS asmparser ipo bitreader bitwriter)
2
3
add_llvm_tool(llvm-extract
4
llvm-extract.cpp
5
)