Clang Project

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