aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Driver/print-target-triple.c
blob: 3b15f44d4d9c45107ee3719149e9558d08fcf59e (plain)
1
2
3
4
5
6
// Test that -print-target-triple prints correct triple.

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