summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/flags.c
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-05-16 20:40:09 +0000
committerChad Rosier <mcrosier@apple.com>2012-05-16 20:40:09 +0000
commitf1985d2a44b0911eff334dc5b275dd8cd4857eaf (patch)
tree556644895e10601805342e6b4cc5bc65eb8464a3 /clang/test/Driver/flags.c
parent593422606753b78c10191274b85667081d262b72 (diff)
downloadbcm5719-llvm-f1985d2a44b0911eff334dc5b275dd8cd4857eaf.tar.gz
bcm5719-llvm-f1985d2a44b0911eff334dc5b275dd8cd4857eaf.zip
[driver] Allow the driver to directly accept the -no-implicit-float option, so that the
generation of implicit floating point instructions can be disable for ARM. rdar://11409142 llvm-svn: 156942
Diffstat (limited to 'clang/test/Driver/flags.c')
-rw-r--r--clang/test/Driver/flags.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/Driver/flags.c b/clang/test/Driver/flags.c
index 7a885b699b1..fdb3e20ca4a 100644
--- a/clang/test/Driver/flags.c
+++ b/clang/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 -no-implicit-float %s 2> %t.log
+// RUN: grep '"-no-implicit-float"' %t.log | count 1
OpenPOWER on IntegriCloud