Sign in
chromium
/
external
/
github.com
/
emscripten-core
/
emscripten-fastcomp
/
0ea40487b2871f23098c8d64c3e37cdd7fe8166e
/
.
/
tools
/
llvm-lto
/
CMakeLists.txt
blob: f0b385b7993d210d86bc4880a254cc46525ce191 [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
BitReader
BitWriter
Core
IRReader
LTO
MC
Object
Support
Target
)
add_llvm_tool(llvm-lto
llvm-lto.cpp
DEPENDS
intrinsics_gen
)