Sign in
chromium
/
external
/
github.com
/
emscripten-core
/
emscripten-fastcomp
/
ff2a85246c6d5276aefd860eb658548c6d53b9e9
/
.
/
tools
/
llvm-modextract
/
CMakeLists.txt
blob: 8484b3b0fb73ab729a80b0106813922f5a034165 [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
IRReader
BitReader
BitWriter
Core
Support
)
add_llvm_tool(llvm-modextract
llvm-modextract.cpp
)