[llvm-dev] [ARM/Thumb] Make a function in arm while in Thumb triple

Tim Northover via llvm-dev llvm-dev at lists.llvm.org
Tue May 2 06:20:07 PDT 2017


On 2 May 2017 at 05:12, Dimitri Tavan via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> I wanted to know if it was possible to force ARM backend to compile a
> function in ARM while the rest is in Thumb mode.

It's not possible I'm afraid. ARM/Thumb is per-file in Clang.

Tim.


More information about the llvm-dev mailing list