[PATCH] D45240: [ARM] Compute a target feature which corresponds to the ARM version.

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


stefson added a comment.
Herald added a reviewer: javed.absar.
Herald added subscribers: dexonsmith, chrib.

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:
  rL LLVM

https://reviews.llvm.org/D45240





More information about the llvm-commits mailing list