1*b9254adeSTomas Matheson // Test that --print-supported-extensions errors on unsupported architectures. 299594ba3SDavid Spickett 390db4193SDavid Spickett // RUN: %if x86-registered-target %{ not %clang --target=x86_64-linux-gnu \ 490db4193SDavid Spickett // RUN: --print-supported-extensions 2>&1 | FileCheck %s --check-prefix X86 %} 590db4193SDavid Spickett // X86: error: option '--print-supported-extensions' cannot be specified on this target 6