blob: a46ba16296a706aca8722b30980190f61a331b90 [file] [log] [blame]
Chandler Carruth274b6f02013-06-20 09:42:40 +00001// RUN: %clang -no-canonical-prefixes --target=unknown-unknown-unknown -c %s \
Chandler Carruth4c727852012-01-30 12:25:35 +00002// RUN: -o %t.o -### 2>&1 | FileCheck %s
3//
4// Ensure we get a crazy triple here as we asked for one.
5// CHECK: Target: unknown-unknown-unknown
6//
Chandler Carruth274b6f02013-06-20 09:42:40 +00007// Also check that the legacy spelling works.
8// RUN: %clang -no-canonical-prefixes -target unknown-unknown-unknown -c %s \
9// RUN: -o %t.o -### 2>&1 | FileCheck %s