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
Use a multimap rather than a map for holding the list of copies to insert, so we...
[llvm/msp430.git]
/
tools
/
llvm-ld
/
CMakeLists.txt
blob
51f0dc1304ccca19e21ae24ce8141047274584b9
1
set(LLVM_LINK_COMPONENTS ipo scalaropts linker archive bitwriter)
2
set(LLVM_REQUIRES_EH 1)
3
4
add_llvm_tool(llvm-ld
5
Optimize.cpp
6
llvm-ld.cpp
7
)