bolt/deps/llvm-18.1.8/clang/test/Driver/print-effective-triple.c

7 lines
203 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
// 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