Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Driver / print-multiarch.c
blob5bbfcb0030c27a74b78efd9ad4b37b9b1c99a8df
1 /// GCC --disable-multiarch, GCC --enable-multiarch (upstream and Debian specific) have different behaviors.
2 /// We choose not to support the option.
4 // RUN: not %clang -print-multiarch --target=x86_64-unknown-linux-gnu 2>&1 | FileCheck %s
6 // CHECK: error: unsupported option '-print-multiarch'