[PATCH] D147763: [ARM] Emit code alignment after .arm and .thumb directives

Antonio Abbatangelo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 11 20:11:43 PDT 2023


antangelo updated this revision to Diff 521544.
antangelo retitled this revision from "[ARM] Align code to 4-byte boundary after .arm directive" to "[ARM] Emit code alignment after .arm and .thumb directives".
antangelo edited the summary of this revision.
antangelo added a comment.

Rebased and updated the commit message to reflect the .thumb directive changes

Also noting that I don't have commit access to commit this myself after the review is completed


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D147763/new/

https://reviews.llvm.org/D147763

Files:
  lld/test/ELF/arm-bl-v4t.s
  lld/test/ELF/arm-bl-v6-inrange.s
  lld/test/ELF/arm-fix-cortex-a8-nopatch.s
  lld/test/ELF/arm-fix-cortex-a8-recognize.s
  lld/test/ELF/arm-thunk-multipass.s
  llvm/docs/ReleaseNotes.rst
  llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
  llvm/test/MC/ARM/arm-thumb-directive-alignment.s
  llvm/test/MC/ARM/directive-arch-mode-switch.s
  llvm/test/MC/ARM/misaligned-blx.s
  llvm/test/MC/ARM/thumb-function-address.s
  llvm/test/MC/ARM/thumb-types.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147763.521544.patch
Type: text/x-patch
Size: 10503 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230512/99ef2b1f/attachment.bin>


More information about the llvm-commits mailing list