================
@@ -3908,6 +3908,12 @@ def X86ForceAlignArgPointer : InheritableAttr, 
TargetSpecificAttr<TargetAnyX86>
   let Documentation = [X86ForceAlignArgPointerDocs];
 }
 
+def SectionMemtag : InheritableAttr {
+  let Spellings = [ClangGCC<"section_memtag">];
----------------
tarcisiofischer wrote:

OTOH, `force_memtag` may sound a bit too generic. Perhaps 
`force_memtag_section` or `enable_memtag_section`?
(If you still prefer `force_memtag`, that's fine)

https://github.com/llvm/llvm-project/pull/168535
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to