blob: 70b2493a6fae0284788e605091174218d2c4b950 [file] [log] [blame]
// Test that -print-target-triple prints correct triple.
// RUN: %clang -print-target-triple 2>&1 \
// RUN: --target=x86_64-linux-gnu \
// RUN: | FileCheck %s
// CHECK: x86_64-unknown-linux-gnu