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

Davide Italiano via lldb-commits lldb-commits at lists.llvm.org
Fri May 11 18:30:08 PDT 2018


On Fri, May 11, 2018 at 5:57 PM, Davide Italiano <dccitaliano at gmail.com> 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
> ```

Reverted in r332165.
Don't hesitate to ping me when you have a fix.

--
Davide


More information about the lldb-commits mailing list