Author: labath
Date: Mon Jan 15 01:56:00 2018
New Revision: 322472
URL: http://llvm.org/viewvc/llvm-project?rev=322472&view=rev
Log:
Fix HostInfoBase::ComputeSharedLibraryDirectory comment
The comment seems to indicate that this function would return the "bin"
directory on linux. I've verified th
labath added inline comments.
Comment at:
Python/lldbsuite/test/expression_command/call-overridden-method/Makefile:10
+ CFLAGS_EXTRAS += -fno-limit-debug-info
+endif
+
no-limit-debug-info handling has recently been centralized into Makefile.rules.
This block h
labath requested changes to this revision.
labath added a comment.
This revision now requires changes to proceed.
Thank you for looking at this @chmeee. @alexandreyy, could you update this
plugin to handle big-endian as well, and then delete the old plugin?
https://reviews.llvm.org/D41702
__
alexandreyy added a comment.
Thanks, @labath and @chmeee .
I will do the merge and send the update soon.
In https://reviews.llvm.org/D41702#975873, @chmeee wrote:
> In https://reviews.llvm.org/D41702#972009, @labath wrote:
>
> > In https://reviews.llvm.org/D41702#971076, @jhibbits wrote:
> >
> >
Author: labath
Date: Mon Jan 15 03:32:43 2018
New Revision: 322476
URL: http://llvm.org/viewvc/llvm-project?rev=322476&view=rev
Log:
Fix NetBSD build for llvm r322475
Modified:
lldb/trunk/source/Plugins/Process/NetBSD/NativeProcessNetBSD.cpp
Modified: lldb/trunk/source/Plugins/Process/NetBSD
Author: labath
Date: Mon Jan 15 03:50:05 2018
New Revision: 322477
URL: http://llvm.org/viewvc/llvm-project?rev=322477&view=rev
Log:
One more attempt to fix NetBSD build
Modified:
lldb/trunk/source/Plugins/Process/NetBSD/NativeProcessNetBSD.cpp
Modified: lldb/trunk/source/Plugins/Process/Net