Files
linux-packaging-mono/external/llvm-project/llvm/tools/llvm-opt-report/CMakeLists.txt

7 lines
107 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS Core Demangle Object Support)
add_llvm_tool(llvm-opt-report
OptReport.cpp
)