[Lldb-commits] [PATCH] Add LLVMProfileData to USEDLIBS in lib/Makefile
Robert Matusewicz
matekm at gmail.com
Thu Apr 24 10:42:55 PDT 2014
Hi emaste,
It looks like on 18th April clang added dependency from clangCodeGen.a to LLVMProfileData.a and since then lldb have problem with linking to clangCodeGen.a due to missing symbols.
This adds LLVMProfileData.a to USEDLIBS to fix that problem.
http://reviews.llvm.org/D3488
Files:
lib/Makefile
Index: lib/Makefile
===================================================================
--- lib/Makefile
+++ lib/Makefile
@@ -71,6 +71,7 @@
clangSerialization.a \
LLVMMCDisassembler.a \
LLVMObjCARCOpts.a \
+ LLVMProfileData.a \
lldbPluginPlatformMacOSX.a \
lldbPluginPlatformLinux.a \
lldbPluginPlatformWindows.a \
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D3488.8813.patch
Type: text/x-patch
Size: 327 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20140424/ccb04217/attachment.bin>
More information about the lldb-commits
mailing list