Sign in
android
/
toolchain
/
llvm-project
/
refs/heads/main-cg-testing-release
/
.
/
clang
/
test
/
Driver
/
print-target-triple.c
blob: 70b2493a6fae0284788e605091174218d2c4b950 [
file
] [
log
] [
blame
] [
edit
]
// 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