summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/tools/dsymutil/CMakeLists.txt1
-rw-r--r--llvm/tools/dsymutil/LLVMBuild.txt2
2 files changed, 2 insertions, 1 deletions
diff --git a/llvm/tools/dsymutil/CMakeLists.txt b/llvm/tools/dsymutil/CMakeLists.txt
index 696f098c3fe..b8466baa634 100644
--- a/llvm/tools/dsymutil/CMakeLists.txt
+++ b/llvm/tools/dsymutil/CMakeLists.txt
@@ -11,6 +11,7 @@ set(LLVM_LINK_COMPONENTS
DebugInfoDWARF
MC
Object
+ CodeGen
Option
Remarks
Support
diff --git a/llvm/tools/dsymutil/LLVMBuild.txt b/llvm/tools/dsymutil/LLVMBuild.txt
index 6eed9178803..61bc07b81d3 100644
--- a/llvm/tools/dsymutil/LLVMBuild.txt
+++ b/llvm/tools/dsymutil/LLVMBuild.txt
@@ -18,4 +18,4 @@
type = Tool
name = dsymutil
parent = Tools
-required_libraries = AsmPrinter DebugInfoDWARF MC Object Support all-targets
+required_libraries = AsmPrinter DebugInfoDWARF MC Object CodeGen Support all-targets
OpenPOWER on IntegriCloud