[llvm] [clang] New calling convention preserve_none (PR #76868)

via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 11 16:54:15 PST 2024


================
@@ -2868,6 +2868,11 @@ def M68kRTD: DeclOrTypeAttr {
   let Documentation = [M68kRTDDocs];
 }
 
+def PreserveNone : DeclOrTypeAttr {
+  let Spellings = [Clang<"preserve_none">];
----------------
weiguozhi wrote:

FunctionLike works for me. Thanks!

https://github.com/llvm/llvm-project/pull/76868


More information about the llvm-commits mailing list