Thanks for the fixes Adam! They've been committed in 190944 and 190945. Cheers, Dan
From: Adam Strzelecki <[email protected]<mailto:[email protected]>> Date: Tuesday, 17 September, 2013 1:39 PM To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Subject: [lldb-dev] [PATCH] SymbolVendor/ELF not built on OSX but referenced 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(-) _______________________________________________ lldb-dev mailing list [email protected]<mailto:[email protected]> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev _______________________________________________ lldb-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
