9 lines · c
1// REQUIRES: systemz-registered-target2 3// RUN: %clang -### -target s390x-ibm-zos -c %s -o /dev/null 2>&1 | FileCheck %s4// 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=NOOPT7// NOOPT-NOT: "-fxl-pragma-pack"8 9