diff options
| author | Eli Friedman <efriedma@codeaurora.org> | 2018-04-12 22:21:36 +0000 |
|---|---|---|
| committer | Eli Friedman <efriedma@codeaurora.org> | 2018-04-12 22:21:36 +0000 |
| commit | 01d349bab10b2abec8c11ef37ac9224d4d125e3d (patch) | |
| tree | df6a1e10212704599112f316c61e217ddf4ee5c0 /clang/test/Driver/apple-kext-mkernel.c | |
| parent | a54e7d1a6d9bae85abccbe56080f3061603501d3 (diff) | |
| download | bcm5719-llvm-01d349bab10b2abec8c11ef37ac9224d4d125e3d.tar.gz bcm5719-llvm-01d349bab10b2abec8c11ef37ac9224d4d125e3d.zip | |
Remove -cc1 option "-backend-option".
It means the same thing as -mllvm; there isn't any reason to have two
options which do the same thing.
Differential Revision: https://reviews.llvm.org/D45109
llvm-svn: 329965
Diffstat (limited to 'clang/test/Driver/apple-kext-mkernel.c')
| -rw-r--r-- | clang/test/Driver/apple-kext-mkernel.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/test/Driver/apple-kext-mkernel.c b/clang/test/Driver/apple-kext-mkernel.c index db3fbb33360..9c60c24e36c 100644 --- a/clang/test/Driver/apple-kext-mkernel.c +++ b/clang/test/Driver/apple-kext-mkernel.c @@ -26,7 +26,3 @@ // RUN: %clang -target x86_64-apple-darwin10 \ // RUN: -Werror -fno-builtin -fno-exceptions -fno-common -fno-rtti \ // RUN: -mkernel -fsyntax-only %s - -// RUN: %clang -c %s -target armv7k-apple-watchos -fapple-kext -mwatchos-version-min=1.0.0 -### 2>&1 \ -// RUN: | FileCheck %s --check-prefix=CHECK-WATCH -// CHECK-WATCH-NOT: "-backend-option" "-arm-long-calls" |

