]> granicus.if.org Git - clang/commit
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)
commit45e28963ee1af34aa5becde5463d6c8b68a73150
tree622afa11d3bc4c09989544eafb3d456d12ba33f7
parent5955ba83f7155c81aef26686b066de0bec103d01
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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@329965 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
include/clang/Driver/CC1Options.td
include/clang/Frontend/CodeGenOptions.h
lib/CodeGen/BackendUtil.cpp
lib/Driver/ToolChains/Clang.cpp
lib/Frontend/CompilerInvocation.cpp
test/CodeGen/thinlto-backend-option.ll
test/CodeGenCUDA/link-device-bitcode.cu
test/Driver/aarch64-fix-cortex-a53-835769.c
test/Driver/apple-kext-mkernel.c
test/Driver/arm-restrict-it.c
test/Driver/debug-options.c
test/Driver/mglobal-merge.c
test/Driver/woa-restrict-it.c
test/Frontend/backend-option.c [deleted file]