Sign in
fuchsia
/
third_party
/
llvm-project
/
refs/heads/upstream/users/joker-eph-python-bindings-maintainers
/
.
/
clang
/
test
/
Driver
/
print-target-triple.c
blob: 3b15f44d4d9c45107ee3719149e9558d08fcf59e [
file
] [
log
] [
blame
] [
edit
]
// 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