[PATCH] D101975: [AsmParser][ARM] Make .thumb_func imply .thumb

LemonBoy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 7 03:12:54 PDT 2021


LemonBoy added a comment.

In D101975#2744037 <https://reviews.llvm.org/D101975#2744037>, @peter.smith wrote:

> 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.

No problem, done!


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

https://reviews.llvm.org/D101975



More information about the llvm-commits mailing list