summaryrefslogtreecommitdiffstats
path: root/test/Driver/flags.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Driver/flags.c')
-rw-r--r--test/Driver/flags.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Driver/flags.c b/test/Driver/flags.c
index 7a885b6..698a54e 100644
--- a/test/Driver/flags.c
+++ b/test/Driver/flags.c
@@ -7,3 +7,5 @@
// RUN: %clang -target i386-apple-darwin9 -### -S -mno-soft-float %s -msoft-float 2> %t.log
// RUN: grep '"-no-implicit-float"' %t.log
+// RUN: %clang -target armv7-apple-darwin10 -### -S -mno-implicit-float %s 2> %t.log
+// RUN: grep '"-no-implicit-float"' %t.log | count 1
OpenPOWER on IntegriCloud