[PATCH] D139092: [LLD][ELF] Cortex-M Security Extensions (CMSE) Support

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 9 15:02:35 PST 2023


MaskRay added inline comments.


================
Comment at: lld/ELF/Arch/ARM.cpp:992
+// 1) <sym> : A standard function name.
+// 2) acle_se_<sym> : A special symbol that prefixes the standard function name
+// with __acle_se_.
----------------
`__acle_se_<sym>`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139092



More information about the llvm-commits mailing list