2012-01-21 06:01:23 +08:00
|
|
|
// RUN: %clang -target i386-unknown-unknown -m64 -v 2> %t
|
2009-11-08 09:45:36 +08:00
|
|
|
// RUN: grep 'Target: x86_64-unknown-unknown' %t
|
2009-06-17 05:39:33 +08:00
|
|
|
|
2012-01-21 06:01:23 +08:00
|
|
|
// RUN: %clang -target i386-apple-darwin9 -arch ppc -m64 -v 2> %t
|
2009-11-08 09:45:36 +08:00
|
|
|
// RUN: grep 'Target: powerpc64-apple-darwin9' %t
|
2009-06-17 05:46:01 +08:00
|
|
|
|
2012-01-21 06:01:23 +08:00
|
|
|
// RUN: %clang -target i386-apple-darwin9 -arch ppc64 -m32 -v 2> %t
|
2009-06-17 05:46:01 +08:00
|
|
|
// RUN: grep 'Target: powerpc-apple-darwin9' %t
|