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

Nick Desaulniers via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 7 14:25:41 PDT 2019


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


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


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