summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo
diff options
context:
space:
mode:
authorEugene Zemtsov <ezemtsov@google.com>2018-03-08 00:07:26 +0000
committerEugene Zemtsov <ezemtsov@google.com>2018-03-08 00:07:26 +0000
commitc4a13015fd6b83b802cd830f8adc9693d6392c48 (patch)
treef050a678de7417d5b423b98ef10e0aa9b6b8f5dc /llvm/lib/DebugInfo
parent68594ee24af6d20812341cb47d631f60cf6193f3 (diff)
downloadbcm5719-llvm-c4a13015fd6b83b802cd830f8adc9693d6392c48.tar.gz
bcm5719-llvm-c4a13015fd6b83b802cd830f8adc9693d6392c48.zip
Fix build broken by r326959
Adding Demangle to link time dependencies of Symbolize llvm-svn: 326964
Diffstat (limited to 'llvm/lib/DebugInfo')
-rw-r--r--llvm/lib/DebugInfo/Symbolize/LLVMBuild.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/DebugInfo/Symbolize/LLVMBuild.txt b/llvm/lib/DebugInfo/Symbolize/LLVMBuild.txt
index f9ec6b32f6d..06498a817fb 100644
--- a/llvm/lib/DebugInfo/Symbolize/LLVMBuild.txt
+++ b/llvm/lib/DebugInfo/Symbolize/LLVMBuild.txt
@@ -19,4 +19,4 @@
type = Library
name = Symbolize
parent = DebugInfo
-required_libraries = DebugInfoDWARF DebugInfoPDB Object Support
+required_libraries = DebugInfoDWARF DebugInfoPDB Object Support Demangle
OpenPOWER on IntegriCloud