Sign in
fuchsia
/
third_party
/
llvm-project
/
refs/heads/upstream/users/joker-eph-python-bindings-maintainers
/
.
/
clang
/
test
/
Driver
/
print-effective-triple.c
blob: f621f20942bcedf7f2c9374ab89a31cbed2d3430 [
file
] [
log
] [
blame
] [
edit
]
// Test that -print-target-triple prints correct triple.
// RUN: %clang -print-effective-triple \
// RUN: --target=thumb-linux-gnu 2>&1 \
// RUN: | FileCheck %s
// CHECK: armv4t-unknown-linux-gnu