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

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