Sign in
llvm
/
clang
/
943e5a44883539848588e33bffbe2a1773dc4b43
/
.
/
test
/
Driver
/
print-effective-triple.c
blob: 65b38748d6a3d0eed168fac2081282aaf975bd2b [
file
] [
log
] [
blame
]
// Test that -print-target-triple prints correct triple.
// RUN: %clang -print-effective-triple 2>&1 \
// RUN: --target=thumb-linux-gnu \
// RUN: | FileCheck %s
// CHECK: armv4t-unknown-linux-gnu