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

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