[clang] [SystemZ][z/OS] This change adds support for the PPA2 section in zOS (PR #68926)

Ulrich Weigand via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 13 08:06:23 PDT 2023


================
@@ -10,7 +10,7 @@
 //     .byte (i.e., the one for the 3) would, it seems, also match
 //     the .byte line below for the 34.
 
-// RUN: %clang_cc1 --target=s390x-ibm-zos -xc -S -o - %s | FileCheck %s --check-prefix CHECK-C
+// RUN: %clang --target=s390x-ibm-zos -xc -S -o - %s | FileCheck %s --check-prefix CHECK-C
----------------
uweigand wrote:

No, you should be using `%clang_cc1` here.  You'll just need to fix the arguments as appropriate for `%clang_cc1` - look at what the other tests in this directory are doing.

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


More information about the cfe-commits mailing list