[clang] [Clang][Xtensa] Add Xtensa target. (PR #118008)

Eli Friedman via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 6 11:38:34 PST 2024


================
@@ -358,7 +358,10 @@ class TargetInfo : public TransferrableTargetInfo,
     //    void *__saved_reg_area_end_pointer;
     //    void *__overflow_area_pointer;
     //} va_list;
-    HexagonBuiltinVaList
+    HexagonBuiltinVaList,
+
+    // Tensilica Xtensa
+    XtensaABIBuiltinVaList
----------------
efriedma-quic wrote:

It would be helpful to stick a brief definition of the structure in a comment here, for comparison,

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


More information about the cfe-commits mailing list