[Lldb-commits] fix linux build by using LLVMLibsOptions instead of LD.flags

Dragos Tatulea dragos.tatulea at gmail.com
Mon Apr 30 04:51:09 PDT 2012


Re-sending this to lldb-commits. Maybe it will get some love here :)

---------- Forwarded message ----------
From: Dragos Tatulea <dragos.tatulea at gmail.com>
Date: Thu, Apr 26, 2012 at 11:39 AM
Subject: fix linux build by using LLVMLibsOptions instead of LD.flags
To: lldb-dev at cs.uiuc.edu


Hi,

Here's a patch that fixes the Linux build. LD.flags is prepended to
list of objects to be built. This is not right because the linker will
fail to find the symbols from prepended libs.

Thanks,
Dragos
-------------- next part --------------
A non-text attachment was scrubbed...
Name: lldb_linux_fix_ld_flags_var.patch
Type: application/octet-stream
Size: 1370 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20120430/df57b452/attachment.obj>


More information about the lldb-commits mailing list