summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-opt-report/CMakeLists.txt
blob: 777537a54c0ff47cbb3976bdabf4f32d7a7725ad (plain)
1
2
3
4
5
6
set(LLVM_LINK_COMPONENTS Core Demangle Object Support)

add_llvm_tool(llvm-opt-report
  OptReport.cpp
  )

OpenPOWER on IntegriCloud