diff options
Diffstat (limited to 'llvm/tools/llvm-opt-report/CMakeLists.txt')
| -rw-r--r-- | llvm/tools/llvm-opt-report/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-opt-report/CMakeLists.txt b/llvm/tools/llvm-opt-report/CMakeLists.txt index 717043c7550..777537a54c0 100644 --- a/llvm/tools/llvm-opt-report/CMakeLists.txt +++ b/llvm/tools/llvm-opt-report/CMakeLists.txt @@ -1,4 +1,4 @@ -set(LLVM_LINK_COMPONENTS Core Object Support) +set(LLVM_LINK_COMPONENTS Core Demangle Object Support) add_llvm_tool(llvm-opt-report OptReport.cpp |

