[clang] [llvm] [SystemZ] Global Stackprotector and associated location section (PR #169317)
Dominik Steenken via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 22 04:44:32 PST 2026
================
@@ -0,0 +1,19 @@
+// RUN: %clang_cc1 -S -mllvm -stop-after=systemz-isel -stack-protector 1 -triple=s390x-ibm-linux < %s -o - | FileCheck -check-prefix=CHECK-DAGCOMBINE %s
----------------
dominik-steenken wrote:
OK - since we're not changing the IR that gets emitted, i will reduce this test to just the negative option check and move the rest into an LLVM check.
https://github.com/llvm/llvm-project/pull/169317
More information about the cfe-commits
mailing list