2012-01-21 06:01:23 +08:00
|
|
|
// RUN: %clang -target i386-apple-darwin9 -### -S -msoft-float %s 2> %t.log
|
2009-11-21 06:21:36 +08:00
|
|
|
// RUN: grep '"-no-implicit-float"' %t.log
|
2009-03-31 02:13:26 +08:00
|
|
|
|
2012-01-21 06:01:23 +08:00
|
|
|
// RUN: %clang -target i386-apple-darwin9 -### -S -msoft-float -mno-soft-float %s 2> %t.log
|
2009-11-21 06:21:36 +08:00
|
|
|
// RUN: grep '"-no-implicit-float"' %t.log | count 0
|
2009-03-31 02:13:26 +08:00
|
|
|
|
2012-01-21 06:01:23 +08:00
|
|
|
// RUN: %clang -target i386-apple-darwin9 -### -S -mno-soft-float %s -msoft-float 2> %t.log
|
2009-11-21 06:21:36 +08:00
|
|
|
// RUN: grep '"-no-implicit-float"' %t.log
|
2009-03-31 02:13:26 +08:00
|
|
|
|
2012-05-17 05:19:55 +08:00
|
|
|
// RUN: %clang -target armv7-apple-darwin10 -### -S -mno-implicit-float %s 2> %t.log
|
2012-05-17 04:40:09 +08:00
|
|
|
// RUN: grep '"-no-implicit-float"' %t.log | count 1
|