[PATCH] D37243: [cfi] Build __cfi_check as Thumb when applicable.

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 29 17:10:37 PDT 2017


eugenis added a comment.

__cfi_check is a compiler-generated function (frontend inserts a stub, then LTO fills in the body). I want it to be built as Thumb, and never as ARM.


Repository:
  rL LLVM

https://reviews.llvm.org/D37243





More information about the llvm-commits mailing list