[PATCH] D55555: [LLD][ELF][ARM] Add support for architecture v6m thunks

Peter Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 13 02:10:06 PST 2018


peter.smith updated this revision to Diff 178022.
peter.smith edited the summary of this revision.
peter.smith added a comment.

Ok I've removed the extra register. I've revisited my notes and the instructions that could potentially fault if not 8-byte aligned (ldrd and strd on v5te) don't exist in v6-m anyway.


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

https://reviews.llvm.org/D55555

Files:
  ELF/Thunks.cpp
  test/ELF/arm-thumb-nov6thunk.s
  test/ELF/arm-thumb-thunk-v6m.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55555.178022.patch
Type: text/x-patch
Size: 9206 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181213/cfb1fb51/attachment.bin>


More information about the llvm-commits mailing list