Sign in
fuchsia
/
third_party
/
swift-llvm
/
refs/tags/swift-4.0-DEVELOPMENT-SNAPSHOT-2017-11-08-a
/
.
/
tools
/
llvm-link
/
CMakeLists.txt
blob: 7317792232483645606e2d9d6c262d041f7fcef5 [
file
]
set(LLVM_LINK_COMPONENTS
BitWriter
Core
IRReader
Linker
Object
Support
TransformUtils
IPO
)
add_llvm_tool(llvm-link
llvm-link.cpp
DEPENDS
intrinsics_gen
)