[Lldb-commits] [lldb] r211899 - [cmake] When Python is disabled for LLDB, don't try to install the

2014-06-27 Thread Chandler Carruth
Author: chandlerc Date: Fri Jun 27 10:04:42 2014 New Revision: 211899 URL: http://llvm.org/viewvc/llvm-project?rev=211899view=rev Log: [cmake] When Python is disabled for LLDB, don't try to install the python bindings. For example, this prevents errors on systems that disable python because the

Re: [Lldb-commits] [PATCH] Update ObjectFileELF to detect ELF triple based on ELF notes and the ELF header.

2014-06-27 Thread Ed Maste
Thanks Todd, I'm very happy to see this go in! Comment at: source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp:1101 @@ +1100,3 @@ +uint32_t version_info; +if (data.GetU32 (offset, version_info, 1) == nullptr) +{ Todd

[Lldb-commits] [lldb] r211903 - Revert the debugserver part of r211868. While formally a fine change, debugserver

2014-06-27 Thread Jim Ingham
Author: jingham Date: Fri Jun 27 11:02:55 2014 New Revision: 211903 URL: http://llvm.org/viewvc/llvm-project?rev=211903view=rev Log: Revert the debugserver part of r211868. While formally a fine change, debugserver doesn't depend on llvm (it really doesn't even depend on anything in lldb) and

Re: [Lldb-commits] [lldb] r211868 - lldb: remove adhoc implementation of array_sizeof

2014-06-27 Thread jingham
Hey, Saleem. I reverted the debugserver part of this change. Debugserver doesn't currently depend on llvm (actually it really doesn't depend on lldb either) and I'd rather not add that dependence unless there's some strong reason. Jim On Jun 26, 2014, at 10:17 PM, Saleem Abdulrasool

[Lldb-commits] [lldb] r211907 - Fix ObjectFileELF to determine architectures independent of host.

2014-06-27 Thread Todd Fiala
Author: tfiala Date: Fri Jun 27 11:52:49 2014 New Revision: 211907 URL: http://llvm.org/viewvc/llvm-project?rev=211907view=rev Log: Fix ObjectFileELF to determine architectures independent of host. Previously ObjectFileELF was simplifying and assuming the object file it was looking at was the

Re: [Lldb-commits] [lldb] r211903 - Revert the debugserver part of r211868. While formally a fine change, debugserver

2014-06-27 Thread Todd Fiala
While formally a fine change, debugserver doesn't depend on llvm (it really doesn't even depend on anything in lldb) and this nicety isn't worth adding that dependence. And it broke the Xcode build. Thanks for fixing, Jim! On Fri, Jun 27, 2014 at 9:02 AM, Jim Ingham jing...@apple.com wrote:

Re: [Lldb-commits] [PATCH] Don't truncate the target triple when initializing clang

2014-06-27 Thread Sean Callanan
I have some cycles to look at this while I’m doing a build. The original patch that brought this in is – Author: spyffe Date: Wed Apr 13 21:01:31 2011 New Revision: 129500 URL: http://llvm.org/viewvc/llvm-project?rev=129500view=rev Log: Updated LLVM to pick up fixes to the ARM instruction

[Lldb-commits] [lldb] r211968 - Don't truncate the target triple when initializing clang.

2014-06-27 Thread Zachary Turner
Author: zturner Date: Fri Jun 27 18:19:42 2014 New Revision: 211968 URL: http://llvm.org/viewvc/llvm-project?rev=211968view=rev Log: Don't truncate the target triple when initializing clang. Reviewed by: Sean Callanan Differential Revision: http://reviews.llvm.org/D4282 Modified:

Re: [Lldb-commits] [PATCH] Don't truncate the target triple when initializing clang

2014-06-27 Thread Zachary Turner
Closed by commit rL211968 (authored by @zturner). REPOSITORY rL LLVM http://reviews.llvm.org/D4282 Files: lldb/trunk/source/Expression/ClangExpressionParser.cpp Index: lldb/trunk/source/Expression/ClangExpressionParser.cpp ===