[PATCH] D49678: [llvm-objcopy] Adding support for compressed DWARF debug sections.
Puyan Lotfi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 3 20:12:10 PDT 2018
plotfi added a comment.
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.
Repository:
rL LLVM
https://reviews.llvm.org/D49678
More information about the llvm-commits
mailing list