brintos

brintos / llvm-project-archived public Read only

0
0
Text · 334 B · c776277 Raw
10 lines · c
1// RUN: %clang --target=unknown-unknown-unknown -c %s \2// RUN:   -### 2>&1 | FileCheck %s3//4// Ensure we get a crazy triple here as we asked for one.5// CHECK: Target: unknown-unknown-unknown6//7// Also check that the legacy spelling works.8// RUN: %clang --target=unknown-unknown-unknown -c %s \9// RUN:   -### 2>&1 | FileCheck %s10