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

Ulrich Weigand via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 21 07:29:39 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
----------------
uweigand wrote:

We generally avoid combined clang+LLVM tests.  The tests under clang should verify the proper IR is emitted, and anything related to DAG or assembler emission should be tested under LLVM.

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


More information about the cfe-commits mailing list