Remove -cc1 option "-backend-option".
authorEli Friedman <efriedma@codeaurora.org>
Thu, 12 Apr 2018 22:21:36 +0000 (22:21 +0000)
committerEli Friedman <efriedma@codeaurora.org>
Thu, 12 Apr 2018 22:21:36 +0000 (22:21 +0000)
commit01d349bab10b2abec8c11ef37ac9224d4d125e3d
treedf6a1e10212704599112f316c61e217ddf4ee5c0
parenta54e7d1a6d9bae85abccbe56080f3061603501d3
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
14 files changed:
clang/include/clang/Driver/CC1Options.td
clang/include/clang/Frontend/CodeGenOptions.h
clang/lib/CodeGen/BackendUtil.cpp
clang/lib/Driver/ToolChains/Clang.cpp
clang/lib/Frontend/CompilerInvocation.cpp
clang/test/CodeGen/thinlto-backend-option.ll
clang/test/CodeGenCUDA/link-device-bitcode.cu
clang/test/Driver/aarch64-fix-cortex-a53-835769.c
clang/test/Driver/apple-kext-mkernel.c
clang/test/Driver/arm-restrict-it.c
clang/test/Driver/debug-options.c
clang/test/Driver/mglobal-merge.c
clang/test/Driver/woa-restrict-it.c
clang/test/Frontend/backend-option.c [deleted file]