summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rimar <grimar@accesssoftek.com>2016-10-21 07:46:24 +0000
committerGeorge Rimar <grimar@accesssoftek.com>2016-10-21 07:46:24 +0000
commit032fa65606e26b2e5ccf43e0ff91cf0c2abf370f (patch)
tree6131a411cc92d94573d38b8bff53003c9bccdf2f
parentbed04bf1df9d442f4a8e4d914d0dcd9155f2b931 (diff)
downloadbcm5719-llvm-032fa65606e26b2e5ccf43e0ff91cf0c2abf370f.tar.gz
bcm5719-llvm-032fa65606e26b2e5ccf43e0ff91cf0c2abf370f.zip
[ELF] Add DebugInfoDWARF dependency
rL284708 introduces a link error when building with BUILD_SHARED_LIBS: undefined reference to `llvm::DWARFContext::parseCompileUnits()' undefined reference to `llvm::DWARFContextInMemory::DWARFContextInMemory( llvm::object::ObjectFile const&, llvm::LoadedObjectInfo const*)' The functions are available in libDebugInfoDWARF, from llvm. Patch by Visoiu Mistrih Francis Differential revision: https://reviews.llvm.org/D25843 llvm-svn: 284810
-rw-r--r--lld/ELF/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/ELF/CMakeLists.txt b/lld/ELF/CMakeLists.txt
index 2080aea0fcd..7df80052053 100644
--- a/lld/ELF/CMakeLists.txt
+++ b/lld/ELF/CMakeLists.txt
@@ -34,6 +34,7 @@ add_lld_library(lldELF
BitWriter
Codegen
Core
+ DebugInfoDWARF
Demangle
IPO
Linker
OpenPOWER on IntegriCloud