[lldb-dev] [PATCH] SymbolVendor/ELF not built on OSX but referenced

Adam Strzelecki ono at java.pl
Tue Sep 17 10:39:10 PDT 2013


SymbolVendor/ELF is actually referenced by default by lib/Makefile on all
platforms and called in lldb.cpp while it is built only on some, excluding OSX.
There is no reason to not build it then by default on all platforms.

This fixes build on OSX using llvm configure & make scripts.
---
source/Plugins/Makefile | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-SymbolVendor-ELF-not-built-on-OSX-but-referenced.patch
Type: text/x-patch
Size: 886 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20130917/69f23a36/attachment.bin>


More information about the lldb-dev mailing list