[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 17:57:10 PDT 2018


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
```


More information about the lldb-commits mailing list