[clang] [ItaniumMangle] Use mangleType instead of mangleNameOrStandardSubstitution in mangleCXXCtorVTable function (PR #109970)

via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 27 05:08:34 PDT 2024


================
@@ -237,6 +237,11 @@ class LangOptionsBase {
     /// in the initializers of members of local classes.
     Ver18,
 
+    /// Attempt to be ABI-compatible with code generated by Clang 19.0.x.
+    /// This causes clang to:
+    ///   - Incorrect Mangling of CXXCtorVTable
----------------
tcwzxx wrote:

Thanks. Updated.

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


More information about the cfe-commits mailing list