Sign in
llvm
/
llvm-project
/
refs/heads/revert-92865-remove-nonhermetic-terminfo
/
.
/
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