brintos

brintos / llvm-project-archived public Read only

0
0
Text · 297 B · 5bbfcb0 Raw
7 lines · c
1/// GCC --disable-multiarch, GCC --enable-multiarch (upstream and Debian specific) have different behaviors.2/// We choose not to support the option.3 4// RUN: not %clang -print-multiarch --target=x86_64-unknown-linux-gnu 2>&1 | FileCheck %s5 6// CHECK: error: unsupported option '-print-multiarch'7