hanchenye-llvm-project/clang/test/Driver/print-effective-triple.c

7 lines
203 B
C

// 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