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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 11 16:26:16 PST 2023


MaskRay added inline comments.


================
Comment at: lld/test/ELF/Inputs/cmse-entry-creation-macros.s:1
+.macro cmse_veneer sym_name, sym_type, sym_binding, acle_sym_type, acle_sym_binding
+.align  2
----------------
I'd name this `arm-cmse-*`. If the name seems too long, consider `arm-cmse-macros.s`

Add a comment about the difference between cmse_veneer and cmse_no_veneer


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