summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/apple-kext-mkernel.c
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-03-22 16:48:17 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-03-22 16:48:17 +0000
commit12100e2c7fe646801590bd06562dc3711cf4468e (patch)
treefc29bb1692743e6ccf0b4b007fc317311d48fcd6 /clang/test/Driver/apple-kext-mkernel.c
parente14460ba373dbec80a4e89cf9b98e1d251517a98 (diff)
downloadbcm5719-llvm-12100e2c7fe646801590bd06562dc3711cf4468e.tar.gz
bcm5719-llvm-12100e2c7fe646801590bd06562dc3711cf4468e.zip
Frontend: Add a more explicit -backend-option flag for passing backend command
line options, instead of leveraging the blanket -mllvm option. - This allows using the frontend itself without requiring the backend have those options available (i.e., if the target wasn't built). llvm-svn: 128087
Diffstat (limited to 'clang/test/Driver/apple-kext-mkernel.c')
-rw-r--r--clang/test/Driver/apple-kext-mkernel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Driver/apple-kext-mkernel.c b/clang/test/Driver/apple-kext-mkernel.c
index a7a925ed5d4..82a6896415c 100644
--- a/clang/test/Driver/apple-kext-mkernel.c
+++ b/clang/test/Driver/apple-kext-mkernel.c
@@ -11,8 +11,8 @@
// RUN: -arch armv7 -mkernel -### -fsyntax-only %s 2> %t
// RUN: FileCheck --check-prefix=CHECK-ARM < %t %s
-// CHECK-ARM: "-mllvm" "-arm-long-calls"
-// CHECK-ARM: "-mllvm" "-arm-strict-align"
+// CHECK-ARM: "-backend-option" "-arm-long-calls"
+// CHECK-ARM: "-backend-option" "-arm-strict-align"
// CHECK-ARM: "-fno-builtin"
// CHECK-ARM: "-fno-rtti"
// CHECK-ARM: "-fno-common"
OpenPOWER on IntegriCloud