[PATCH] D49992: [ELF][ARM] Add Arm ABI names for float ABI ELF Header flags

Steffen Kuhn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 17 10:08:03 PDT 2018


stefson added a comment.

hey there, I've run into problems with stripping static-libs on arm when using llvm/clang-7. Could you imagine this patch being at fault?

  strip: armv7a-unknown-linux-gnueabihf-strip --strip-unneeded -R .comment -R .GCC.command.line -R .note.gnu.gold-version
     lib/libbz2.so.1.0.6
     usr/bin/bzip2recover
     bin/bzip2
     usr/lib/libbz2.a
  armv7a-unknown-linux-gnueabihf-strip: /var/tmp/portage/app-arch/bzip2-1.0.6-r10/image/usr/lib/stImUpsE/bzlib.o: Failed to find link section for section 11
  armv7a-unknown-linux-gnueabihf-strip: /var/tmp/portage/app-arch/bzip2-1.0.6-r10/image/usr/lib/stImUpsE/bzlib.o: Failed to find link section for section 11

Section 11 is: `[11] .llvm_addrsig     LOOS+0xfff4c03  00000000 003de4 000002 00   E  0   0  1`

this didn't happen with llvm/clang-6, and the patch got commited within the fitting time frame?


Repository:
  rL LLVM

https://reviews.llvm.org/D49992





More information about the llvm-commits mailing list