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

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