blob: 5e4746babdda17e50c4020b8712479543257d9e4 [file] [log] [blame]
Sebastian Pop9ec60df2012-01-20 22:01:23 +00001// RUN: %clang -target x86_64-unknown-unknown -c -x assembler %s -### 2> %t.log
Daniel Dunbar4fcfde42009-11-08 01:45:36 +00002// RUN: grep '.*gcc.*"-m64"' %t.log
Sebastian Pop9ec60df2012-01-20 22:01:23 +00003// RUN: %clang -target x86_64-unknown-unknown -c -x assembler %s -### -m32 2> %t.log
Daniel Dunbar4fcfde42009-11-08 01:45:36 +00004// RUN: grep '.*gcc.*"-m32"' %t.log
Sebastian Pop9ec60df2012-01-20 22:01:23 +00005// RUN: %clang -target i386-unknown-unknown -c -x assembler %s -### 2> %t.log
Daniel Dunbar4fcfde42009-11-08 01:45:36 +00006// RUN: grep '.*gcc.*"-m32"' %t.log
Sebastian Pop9ec60df2012-01-20 22:01:23 +00007// RUN: %clang -target i386-unknown-unknown -c -x assembler %s -### -m64 2> %t.log
Daniel Dunbar6ecc7a92009-05-02 21:41:52 +00008// RUN: grep '.*gcc.*"-m64"' %t.log