7 lines · c
1// RUN: not %clang --target=s390x -c -### %s -mpacked-stack -mbackchain 2>&1 | FileCheck %s2// RUN: %clang --target=s390x -c -### %s -mpacked-stack -mbackchain -msoft-float \3// RUN: 2>&1 | FileCheck %s --check-prefix=KERNEL-BUILD4 5// CHECK: error: unsupported option '-mpacked-stack -mbackchain -mhard-float'6// KERNEL-BUILD-NOT: error: unsupported option7