aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Driver/print-multiarch.c
blob: 5bbfcb0030c27a74b78efd9ad4b37b9b1c99a8df (plain)
1
2
3
4
5
6
/// GCC --disable-multiarch, GCC --enable-multiarch (upstream and Debian specific) have different behaviors.
/// We choose not to support the option.

// RUN: not %clang -print-multiarch --target=x86_64-unknown-linux-gnu 2>&1 | FileCheck %s

// CHECK: error: unsupported option '-print-multiarch'