11 lines
127 B
Text
11 lines
127 B
Text
|
set(LLVM_LINK_COMPONENTS
|
||
|
BitReader
|
||
|
BitWriter
|
||
|
Core
|
||
|
Support
|
||
|
)
|
||
|
|
||
|
add_llvm_tool(llvm-modextract
|
||
|
llvm-modextract.cpp
|
||
|
)
|