[PATCH] D101975: [AsmParser][ARM] Make .thumb_func imply .thumb
Peter Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 7 02:31:55 PDT 2021
peter.smith accepted this revision.
peter.smith added a comment.
LGTM too.
Could I trouble you to add a test case for something like:
.text
.arm
.thumb_func
nop
sym:
bx lr
This just makes sure we get the nop before sym in Thumb state even though the symbol doesn't start immediately after the thumb_func.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101975/new/
https://reviews.llvm.org/D101975
More information about the llvm-commits
mailing list