You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
392 B
8 lines
392 B
// RUN: %clang -target s390x -c -### %s -mpacked-stack -mbackchain 2>&1 | FileCheck %s
|
|
// RUN: %clang -target s390x -c -### %s -mpacked-stack -mbackchain -msoft-float \
|
|
// RUN: 2>&1 | FileCheck %s --check-prefix=KERNEL-BUILD
|
|
// REQUIRES: systemz-registered-target
|
|
|
|
// CHECK: error: unsupported option '-mpacked-stack -mbackchain -mhard-float'
|
|
// KERNEL-BUILD-NOT: error: unsupported option
|