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
blob370bcb4abf52d4bb06d5ef2a52ffc7c85b336602
1 set(LLVM_LINK_COMPONENTS ipo scalaropts linker archive bitwriter)
3 add_llvm_tool(llvm-ld
4   Optimize.cpp
5   llvm-ld.cpp
6   )
8 add_dependencies(llvm-ld llvm-stub)