1set(LLVM_LINK_COMPONENTS 2 Demangle 3 Remarks 4 Support 5 ) 6 7add_llvm_tool(llvm-opt-report 8 OptReport.cpp 9 ) 10 11