blob: 65b38748d6a3d0eed168fac2081282aaf975bd2b [file] [log] [blame]
// 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