[clang] [llvm] [SystemZ] Global Stackprotector and associated location section (PR #169317)

Dominik Steenken via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 2 01:27:01 PST 2026


================
@@ -21,6 +21,9 @@ def SDT_ZICmp               : SDTypeProfile<1, 3,
                                             [SDTCisVT<0, i32>,
                                              SDTCisSameAs<1, 2>,
                                              SDTCisVT<3, i32>]>;
+def SDT_ZIcmpSG                : SDTypeProfile<1, 1,
----------------
dominik-steenken wrote:

done

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


More information about the cfe-commits mailing list