2012-01-21 06:01:23 +08:00
|
|
|
// RUN: %clang -target x86_64-unknown-unknown -c -x assembler %s -### 2> %t.log
|
2009-11-08 09:45:36 +08:00
|
|
|
// RUN: grep '.*gcc.*"-m64"' %t.log
|
2012-01-21 06:01:23 +08:00
|
|
|
// RUN: %clang -target x86_64-unknown-unknown -c -x assembler %s -### -m32 2> %t.log
|
2009-11-08 09:45:36 +08:00
|
|
|
// RUN: grep '.*gcc.*"-m32"' %t.log
|
2012-01-21 06:01:23 +08:00
|
|
|
// RUN: %clang -target i386-unknown-unknown -c -x assembler %s -### 2> %t.log
|
2009-11-08 09:45:36 +08:00
|
|
|
// RUN: grep '.*gcc.*"-m32"' %t.log
|
2012-01-21 06:01:23 +08:00
|
|
|
// RUN: %clang -target i386-unknown-unknown -c -x assembler %s -### -m64 2> %t.log
|
2009-05-03 05:41:52 +08:00
|
|
|
// RUN: grep '.*gcc.*"-m64"' %t.log
|