blob: bc10e0d627c7240ac18563965e875389271fbe3c [file] [log] [blame]
Daniel Dunbarba8d8612009-12-03 18:42:11 +00001// RUN: clang -ccc-host-triple i386-unknown-unknown -### -S -O0 -Os %s -o %t.s -fverbose-asm -funwind-tables -fvisibility=hidden 2> %t.log
Daniel Dunbar4fcfde42009-11-08 01:45:36 +00002// RUN: grep '"-triple" "i386-unknown-unknown"' %t.log
3// RUN: grep '"-S"' %t.log
4// RUN: grep '"-disable-free"' %t.log
Daniel Dunbarf219e7c2009-11-29 07:18:39 +00005// RUN: grep '"-mrelocation-model" "static"' %t.log
6// RUN: grep '"-mdisable-fp-elim"' %t.log
7// RUN: grep '"-munwind-tables"' %t.log
Daniel Dunbar4fcfde42009-11-08 01:45:36 +00008// RUN: grep '"-Os"' %t.log
9// RUN: grep '"-o" .*clang-translation.*' %t.log
Daniel Dunbarf219e7c2009-11-29 07:18:39 +000010// RUN: grep '"-masm-verbose"' %t.log
Daniel Dunbarba8d8612009-12-03 18:42:11 +000011// RUN: grep '"-fvisibility" "hidden"' %t.log
Daniel Dunbar4fcfde42009-11-08 01:45:36 +000012// RUN: clang -ccc-host-triple i386-apple-darwin9 -### -S %s -o %t.s 2> %t.log
Daniel Dunbar66861e02009-11-20 22:21:36 +000013// RUN: grep '"-mcpu" "yonah"' %t.log
Daniel Dunbar4fcfde42009-11-08 01:45:36 +000014// RUN: clang -ccc-host-triple x86_64-apple-darwin9 -### -S %s -o %t.s 2> %t.log
Daniel Dunbar66861e02009-11-20 22:21:36 +000015// RUN: grep '"-mcpu" "core2"' %t.log