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
Fix think-o: emit all 8 bytes of the EOF marker. Also reflow a line in a
[llvm/stm8.git]
/
tools
/
llvm-ld
/
CMakeLists.txt
blob
370bcb4abf52d4bb06d5ef2a52ffc7c85b336602
1
set(LLVM_LINK_COMPONENTS ipo scalaropts linker archive bitwriter)
2
3
add_llvm_tool(llvm-ld
4
Optimize.cpp
5
llvm-ld.cpp
6
)
7
8
add_dependencies(llvm-ld llvm-stub)