15 lines
154 B
CMake
Raw Normal View History

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