[PATCH] D36823: [LLD][ELF] Read ARM BuildAttributes section to determine supported features.

Peter Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 3 03:40:24 PDT 2017


peter.smith updated this revision to Diff 117491.
peter.smith marked an inline comment as done.
peter.smith added a comment.

Rebased, to account for changes in Driver.c. Is there anything I can do to progress this patch? At present lld may silently use instructions that will break on older Arm CPUs that don't support them. This patch gives a warning, and I have follow up patches that add compatible alternatives.


https://reviews.llvm.org/D36823

Files:
  ELF/Config.h
  ELF/Driver.cpp
  ELF/InputFiles.cpp
  test/ELF/arm-bl-v6.s
  test/ELF/arm-blx-v4t.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36823.117491.patch
Type: text/x-patch
Size: 8266 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171003/ce7dedbb/attachment.bin>


More information about the llvm-commits mailing list