[Lldb-commits] [lldb] r332162 - [LLDB] Support GNU-style compressed debug sections (.zdebug)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Mon May 14 03:09:14 PDT 2018


I would suggest testing this the way we have started testing all other
ObjectFile changes -- yaml2obj + lldb-test (see tests in lit/Modules). A
full-scale integration test is interesting, but I would consider it
optional, as this patch touches no files outside the object layer.
On Sat, 12 May 2018 at 01:57, Davide Italiano via lldb-commits <
lldb-commits at lists.llvm.org> wrote:

> On Fri, May 11, 2018 at 5:29 PM, Davide Italiano via lldb-commits
> <lldb-commits at lists.llvm.org> wrote:
> > Author: davide
> > Date: Fri May 11 17:29:25 2018
> > New Revision: 332162
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=332162&view=rev
> > Log:
> > [LLDB] Support GNU-style compressed debug sections (.zdebug)
> >
> > Patch by Erik Welander!
> >

> Erik, I'm going to revert this because it broke the ubuntu 14.04 bot.
> Please take a look and I'll recommit it for you once it's fixed.

> Log:

http://lab.llvm.org:8011/builders/lldb-x86_64-ubuntu-14.04-cmake/builds/23184

> Culprit:
> ```
> Build Command Output:
> objcopy: option '--compress-debug-sections' doesn't allow an argument
> ```
> _______________________________________________
> lldb-commits mailing list
> lldb-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits


More information about the lldb-commits mailing list