2009-11-08 04:45:36 +03:00
|
|
|
// RUN: clang -ccc-host-triple i386-apple-darwin9 -### -S -msoft-float %s 2> %t.log
|
2009-11-21 01:21:36 +03:00
|
|
|
// RUN: grep '"-no-implicit-float"' %t.log
|
2009-03-30 22:13:26 +04:00
|
|
|
|
2009-11-08 04:45:36 +03:00
|
|
|
// RUN: clang -ccc-host-triple i386-apple-darwin9 -### -S -msoft-float -mno-soft-float %s 2> %t.log
|
2009-11-21 01:21:36 +03:00
|
|
|
// RUN: grep '"-no-implicit-float"' %t.log | count 0
|
2009-03-30 22:13:26 +04:00
|
|
|
|
2009-11-08 04:45:36 +03:00
|
|
|
// RUN: clang -ccc-host-triple i386-apple-darwin9 -### -S -mno-soft-float %s -msoft-float 2> %t.log
|
2009-11-21 01:21:36 +03:00
|
|
|
// RUN: grep '"-no-implicit-float"' %t.log
|
2009-03-30 22:13:26 +04:00
|
|
|
|