android_mt6572_jiabo/external/llvm/tools/llvm-extract/CMakeLists.txt
2025-09-05 16:56:03 +08:00

11 lines
126 B
CMake

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