[Lldb-commits] [PATCH] D29888: Fix debug build of unit tests
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Feb 15 08:23:23 PST 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL295189: Fix debug build of unit tests (authored by labath).
Changed prior to commit:
https://reviews.llvm.org/D29888?vs=88177&id=88544#toc
Repository:
rL LLVM
https://reviews.llvm.org/D29888
Files:
lldb/trunk/source/Core/CMakeLists.txt
Index: lldb/trunk/source/Core/CMakeLists.txt
===================================================================
--- lldb/trunk/source/Core/CMakeLists.txt
+++ lldb/trunk/source/Core/CMakeLists.txt
@@ -85,3 +85,6 @@
Demangle
)
+# Needed to properly resolve references in a debug build.
+# TODO: Remove once we have better layering
+set_target_properties(lldbCore PROPERTIES LINK_INTERFACE_MULTIPLICITY 3)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29888.88544.patch
Type: text/x-patch
Size: 414 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170215/184fc55a/attachment.bin>
More information about the lldb-commits
mailing list