Sign in
rust
/
rust-lang
/
llvm-project
/
e8a2ffcf322f45b8dce82c65ab27a3e2430a6b51
/
.
/
clang
/
test
/
Driver
/
print-target-triple.c
blob: 3b15f44d4d9c45107ee3719149e9558d08fcf59e [
file
] [
log
] [
blame
]
// Test that -print-target-triple prints correct triple.
// RUN: %clang -print-target-triple \
// RUN: --target=x86_64-linux-gnu 2>&1 \
// RUN: | FileCheck %s
// CHECK: x86_64-unknown-linux-gnu