Sign in
chromium
/
external
/
github.com
/
llvm-mirror
/
llvm
/
4fc5d0729214ebba489cb26f889dcebcdc625361
/
.
/
tools
/
llvm-extract
/
CMakeLists.txt
blob: c984f01034f8232754a6eee6ba64b77584bb8dd3 [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
BitWriter
Core
IPO
IRReader
Support
)
add_llvm_tool(llvm-extract
llvm-extract.cpp
)