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

LemonBoy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 5 23:57:36 PDT 2021


LemonBoy added inline comments.


================
Comment at: llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:11152
 
   if (IsMachO) {
     if (Parser.getTok().is(AsmToken::Identifier) ||
----------------
For reference the cctools implementation of this directive can be found [here](https://opensource.apple.com/source/cctools/cctools-973.0.1/as/arm.c.auto.html), function `s_thumb_func`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101975



More information about the llvm-commits mailing list