[PATCH] D69188: [llvm-objcopy] Preserve .ARM.attributes section when stripping files
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 29 18:10:12 PDT 2019
MaskRay accepted this revision.
MaskRay added inline comments.
================
Comment at: llvm/tools/llvm-objcopy/ELF/ELFObjcopy.cpp:509
+ // patchset as documented here:
+ // https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1712938
+ if (Sec.Type == SHT_ARM_ATTRIBUTES)
----------------
Change it to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=943798 because it is the upstream of other distributions.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69188/new/
https://reviews.llvm.org/D69188
More information about the llvm-commits
mailing list