allwinner_a64/android/external/llvm/tools/llvm-extract/CMakeLists.txt
2018-08-08 16:14:42 +08:00

11 lines
126 B
CMake

set(LLVM_LINK_COMPONENTS
BitWriter
Core
IPO
IRReader
Support
)
add_llvm_tool(llvm-extract
llvm-extract.cpp
)