llvm-for-llvmta/tools/clang/test/Driver/print-effective-triple.c

7 lines
203 B
C
Raw Permalink Normal View History

2022-04-25 13:02:35 +02:00
// 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