[PATCH] D46013: [ARM] Conform to AAPCS when passing overaligned composites as arguments

Steffen Kuhn via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 17 08:57:15 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


Repository:
  rC Clang

https://reviews.llvm.org/D46013





More information about the cfe-commits mailing list