brintos

brintos / llvm-project-archived public Read only

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