1 // REQUIRES: systemz-registered-target
3 // RUN: %clang -### -target s390x-ibm-zos -c %s -o /dev/null 2>&1 | FileCheck %s
4 // CHECK: "-fxl-pragma-pack"
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"