You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
341 B
9 lines
341 B
// RUN: %clang -target i386-unknown-unknown -m64 -v 2> %t
|
|
// RUN: grep 'Target: x86_64-unknown-unknown' %t
|
|
|
|
// RUN: %clang -target i386-apple-darwin9 -arch ppc -m64 -v 2> %t
|
|
// RUN: grep 'Target: powerpc64-apple-darwin9' %t
|
|
|
|
// RUN: %clang -target i386-apple-darwin9 -arch ppc64 -m32 -v 2> %t
|
|
// RUN: grep 'Target: powerpc-apple-darwin9' %t
|