2009-11-08 09:45:36 +08:00
|
|
|
// RUN: clang -ccc-host-triple i386-apple-darwin9 -### -S -msoft-float %s 2> %t.log
|
|
|
|
// RUN: grep '"--no-implicit-float"' %t.log
|
2009-03-31 02:13:26 +08:00
|
|
|
|
2009-11-08 09:45:36 +08:00
|
|
|
// RUN: clang -ccc-host-triple i386-apple-darwin9 -### -S -msoft-float -mno-soft-float %s 2> %t.log
|
|
|
|
// RUN: grep '"--no-implicit-float"' %t.log | count 0
|
2009-03-31 02:13:26 +08:00
|
|
|
|
2009-11-08 09:45:36 +08:00
|
|
|
// RUN: clang -ccc-host-triple i386-apple-darwin9 -### -S -mno-soft-float %s -msoft-float 2> %t.log
|
2009-06-06 06:05:48 +08:00
|
|
|
// RUN: grep '"--no-implicit-float"' %t.log
|
2009-03-31 02:13:26 +08:00
|
|
|
|