brintos

brintos / llvm-project-archived public Read only

0
0
Text · 203 B · f621f20 Raw
7 lines · c
1// Test that -print-target-triple prints correct triple.2 3// RUN: %clang -print-effective-triple \4// RUN:     --target=thumb-linux-gnu 2>&1 \5// RUN:   | FileCheck %s6// CHECK: armv4t-unknown-linux-gnu7