summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2016-11-23 22:58:25 +0000
committerRui Ueyama <ruiu@google.com>2016-11-23 22:58:25 +0000
commitbf9523f549cc28c9c9836fa9442db86ba4657433 (patch)
tree11cbfa992114337fe3bade3ea749f3dd7813ebaf
parent2eda6d16330ed1d27783544c7ae7595f65cc4189 (diff)
downloadbcm5719-llvm-bf9523f549cc28c9c9836fa9442db86ba4657433.tar.gz
bcm5719-llvm-bf9523f549cc28c9c9836fa9442db86ba4657433.zip
[COFF] Add DebugInfoCodeView dependency
rL287555 introduces a link error when building with BUILD_SHARED_LIBS: undefined reference to llvm::codeview::CVSymbolDumper::dump(), and more... The functions are available in libDebugInfoCodeView, from LLVM. Patch by Visoiu Mistrih Francis! llvm-svn: 287837
-rw-r--r--lld/COFF/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/COFF/CMakeLists.txt b/lld/COFF/CMakeLists.txt
index d8fb23f972b..a394f6a7ca4 100644
--- a/lld/COFF/CMakeLists.txt
+++ b/lld/COFF/CMakeLists.txt
@@ -21,6 +21,7 @@ add_lld_library(lldCOFF
LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
Core
+ DebugInfoCodeView
DebugInfoMSF
DebugInfoPDB
LTO
OpenPOWER on IntegriCloud