repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
(Hopefully) unbreak Apple-style builds.
[llvm/msp430.git]
/
tools
/
llvm-dis
/
CMakeLists.txt
blob
d62a6b5ec895e036fe5186cfeb2736905e8529c7
1
set(LLVM_LINK_COMPONENTS bitreader)
2
set(LLVM_REQUIRES_EH 1)
3
4
add_llvm_tool(llvm-dis
5
llvm-dis.cpp
6
)