Clang Project

clang_source_code/test/Driver/print-effective-triple.c
1// Test that -print-target-triple prints correct triple.
2
3// RUN: %clang -print-effective-triple 2>&1 \
4// RUN:     --target=thumb-linux-gnu \
5// RUN:   | FileCheck %s
6// CHECK: armv4t-unknown-linux-gnu
7