[PATCH] D65019: [ARM] push LR before __gnu_mcount_nc

Jian Cai via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 8 16:58:28 PDT 2019


jcai19 marked an inline comment as done.
jcai19 added inline comments.


================
Comment at: clang/lib/Basic/Targets/ARM.cpp:325
+                           ? "llvm.arm.gnu.eabi.mcount"
                            : "\01mcount";
 
----------------
nickdesaulniers wrote:
> Doesn't require changes, but for anyone curious about the `\01`, see the comment in `MangleContext::mangleName`.
Thanks for the reference!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D65019





More information about the cfe-commits mailing list