[PATCH] D26974: [COFF] Add DebugInfoCodeView dependency
Visoiu Mistrih Francis via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 22 07:48:41 PST 2016
thegameg created this revision.
thegameg added a reviewer: ruiu.
thegameg added a subscriber: llvm-commits.
Herald added a subscriber: mgorny.
https://reviews.llvm.org/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.
https://reviews.llvm.org/D26974
Files:
COFF/CMakeLists.txt
Index: COFF/CMakeLists.txt
===================================================================
--- COFF/CMakeLists.txt
+++ COFF/CMakeLists.txt
@@ -21,6 +21,7 @@
LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
Core
+ DebugInfoCodeView
DebugInfoMSF
DebugInfoPDB
LTO
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26974.78873.patch
Type: text/x-patch
Size: 276 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161122/afa20705/attachment.bin>
More information about the llvm-commits
mailing list