blob: 6d80892da65a07744130e5cb79043bd53d0f51d0 [file] [log] [blame]
Eli Friedman31cbe682012-01-13 21:33:06 +00001// RUN: %clang -ccc-host-triple i386-apple-darwin9 -### -S -msoft-float %s 2> %t.log
Daniel Dunbar66861e02009-11-20 22:21:36 +00002// RUN: grep '"-no-implicit-float"' %t.log
Daniel Dunbar776dbd82009-03-30 18:13:26 +00003
Eli Friedman31cbe682012-01-13 21:33:06 +00004// RUN: %clang -ccc-host-triple i386-apple-darwin9 -### -S -msoft-float -mno-soft-float %s 2> %t.log
Daniel Dunbar66861e02009-11-20 22:21:36 +00005// RUN: grep '"-no-implicit-float"' %t.log | count 0
Daniel Dunbar776dbd82009-03-30 18:13:26 +00006
Eli Friedman31cbe682012-01-13 21:33:06 +00007// RUN: %clang -ccc-host-triple i386-apple-darwin9 -### -S -mno-soft-float %s -msoft-float 2> %t.log
Daniel Dunbar66861e02009-11-20 22:21:36 +00008// RUN: grep '"-no-implicit-float"' %t.log
Daniel Dunbar776dbd82009-03-30 18:13:26 +00009