[PATCH] D49678: [llvm-objcopy] Adding support for compressed DWARF debug sections.

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 4 03:41:16 PDT 2018


chandlerc added a comment.

In https://reviews.llvm.org/D49678#1222500, @plotfi wrote:

> In https://reviews.llvm.org/D49678#1222498, @phosek wrote:
>
> > This change broke several LLVM builders as well as our downstream Linux <https://logs.chromium.org/logs/fuchsia/buildbucket/cr-buildbucket.appspot.com/8936365633484613728/+/steps/clang/0/steps/check-llvm/0/stdout> and macOS <https://logs.chromium.org/logs/fuchsia/buildbucket/cr-buildbucket.appspot.com/8936365633296290400/+/steps/clang/0/steps/check-llvm/0/stdout> toolchain builders, would it be possible to either quickly fix the issue or revert it?
>
>
> Have your builders picked up r341343? Some of the ubsan failures (and I suspect others) came from an unaligned memory write that I hadn't caught locally which is fixed now. If your builders still fail after this go ahead and revert and let me know. Sorry about this.


No, all configurations are now broken for me as well, which is disrupting my development....


Repository:
  rL LLVM

https://reviews.llvm.org/D49678





More information about the llvm-commits mailing list