summaryrefslogtreecommitdiffstats
path: root/test/Driver/apple-kext-mkernel.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Driver/apple-kext-mkernel.c')
-rw-r--r--test/Driver/apple-kext-mkernel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Driver/apple-kext-mkernel.c b/test/Driver/apple-kext-mkernel.c
index 8282c05..5f4f522 100644
--- a/test/Driver/apple-kext-mkernel.c
+++ b/test/Driver/apple-kext-mkernel.c
@@ -11,7 +11,7 @@
// RUN: -arch armv7 -mkernel -mstrict-align -### -fsyntax-only %s 2> %t
// RUN: FileCheck --check-prefix=CHECK-ARM < %t %s
-// CHECK-ARM: "-backend-option" "-arm-long-calls"
+// CHECK-ARM: "-target-feature" "+long-calls"
// CHECK-ARM: "-backend-option" "-arm-strict-align"
// CHECK-ARM-NOT: "-backend-option" "-arm-strict-align"
// CHECK-ARM: "-fno-builtin"
OpenPOWER on IntegriCloud