xref: /llvm-project/clang/test/Driver/zos-pragma-pack.c (revision 4c26a1e4d7e490a38dcd2a24e4c8939075fd4a5a)
1 // REQUIRES: systemz-registered-target
2 
3 // RUN: %clang -### -target s390x-ibm-zos -c %s -o /dev/null 2>&1 | FileCheck %s
4 // CHECK: "-fxl-pragma-pack"
5 
6 // RUN: %clang -### -fno-xl-pragma-pack -target s390x-ibm-zos -c %s -o /dev/null 2>&1 | FileCheck %s -check-prefix=NOOPT
7 // NOOPT-NOT: "-fxl-pragma-pack"
8 
9