blob: e8b653fbceab0fe2a7e4cb1170b2130daf7c7c10 [file] [log] [blame]
Daniel Dunbar4fcfde42009-11-08 01:45:36 +00001// RUN: clang -ccc-host-triple x86_64-unknown-unknown -c -x assembler %s -### 2> %t.log
2// RUN: grep '.*gcc.*"-m64"' %t.log
3// RUN: clang -ccc-host-triple x86_64-unknown-unknown -c -x assembler %s -### -m32 2> %t.log
4// RUN: grep '.*gcc.*"-m32"' %t.log
5// RUN: clang -ccc-host-triple i386-unknown-unknown -c -x assembler %s -### 2> %t.log
6// RUN: grep '.*gcc.*"-m32"' %t.log
7// RUN: clang -ccc-host-triple 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