repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Another try at fixing cmake.
[llvm/stm8.git]
/
tools
/
llvm-mc
/
CMakeLists.txt
blob
805caf403a19e668bc9c2bb648a2cf38bc17ce32
1
set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} support MC MCParser MCDisassembler)
2
3
add_llvm_tool(llvm-mc
4
llvm-mc.cpp
5
Disassembler.cpp
6
)