xref: /llvm-project/llvm/tools/llvm-opt-report/CMakeLists.txt (revision 077a2a4bcddf62fd002f80f150ef0e5c785ba89b)
1set(LLVM_LINK_COMPONENTS
2  Demangle
3  Remarks
4  Support
5  )
6
7add_llvm_tool(llvm-opt-report
8  OptReport.cpp
9  )
10
11