Sign in
rust
/
rust-lang
/
llvm-project
/
98bfdac5ce82d1679f8af9a57501471812ab68d7
/
.
/
clang
/
test
/
Driver
/
print-effective-triple.c
blob: f621f20942bcedf7f2c9374ab89a31cbed2d3430 [
file
] [
log
] [
blame
]
// 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