Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Driver / print-target-triple.c
blob3b15f44d4d9c45107ee3719149e9558d08fcf59e
1 // Test that -print-target-triple prints correct triple.
3 // RUN: %clang -print-target-triple \
4 // RUN: --target=x86_64-linux-gnu 2>&1 \
5 // RUN: | FileCheck %s
6 // CHECK: x86_64-unknown-linux-gnu