bolt/deps/llvm-18.1.8/clang/test/Driver/print-multiarch.c

7 lines
297 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
/// 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'