7 lines
115 B
CMake
7 lines
115 B
CMake
|
set(LLVM_LINK_COMPONENTS Core Demangle Object Remarks Support)
|
||
|
|
||
|
add_llvm_tool(llvm-opt-report
|
||
|
OptReport.cpp
|
||
|
)
|
||
|
|