xref: /llvm-project/clang/test/Driver/print-multiarch.c (revision e05edb19adbfd1b24f58d583e4b5b4d742f982ee)
1*e05edb19SFangrui Song /// GCC --disable-multiarch, GCC --enable-multiarch (upstream and Debian specific) have different behaviors.
2*e05edb19SFangrui Song /// We choose not to support the option.
3a921d2d2SPetr Hosek 
4*e05edb19SFangrui Song // RUN: not %clang -print-multiarch --target=x86_64-unknown-linux-gnu 2>&1 | FileCheck %s
5*e05edb19SFangrui Song 
6*e05edb19SFangrui Song // CHECK: error: unsupported option '-print-multiarch'
7