]> granicus.if.org Git - clang/commit
The clang driver has a fairly fancy support for executing gcc instead of
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 9 Oct 2012 20:46:28 +0000 (20:46 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 9 Oct 2012 20:46:28 +0000 (20:46 +0000)
commit238b6a9d33bf87e23f86866885394cd453a06495
tree72f903f2fa73aadd2f84cb3a8c176ed00a4a59e8
parentbc0a2bb8dc122f8daae890ec82cecfe2054859eb
The clang driver has a fairly fancy support for executing gcc instead of
clang itself. This dates back to clang's early days and while it looks like
some of it is still used (for kext for example), other parts are probably dead.

Remove the -ccc-clang-archs option and associated code. I don't think there
is any remaining setup where clang doesn't support an architecture but it can
expect an working gcc cross compiler to be available.

A nice side effect is that tests no longer need to differentiate architectures
that are included in production builds of clang and those that are not.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165545 91177308-0d34-0410-b5e6-96231b3b80d8
24 files changed:
include/clang/Basic/DiagnosticDriverKinds.td
include/clang/Driver/Driver.h
include/clang/Driver/Options.td
lib/Driver/Driver.cpp
test/CodeGen/mips-byval-arg.c
test/CodeGen/mips-clobber-reg.c
test/CodeGen/mips-constraint-regs.c
test/CodeGen/mips-vector-arg.c
test/CodeGen/mips-vector-return.c
test/CodeGen/mips64-class-return.cpp
test/CodeGen/mips64-f128-literal.c
test/CodeGen/mips64-nontrivial-return.cpp
test/CodeGen/mips64-padding-arg.c
test/Driver/altivec.cpp
test/Driver/bindings.c
test/Driver/clang-translation.c
test/Driver/freebsd.c
test/Driver/gcc_forward.c
test/Driver/le32-unknown-nacl.cpp
test/Driver/linux-header-search.cpp
test/Driver/linux-ld.c
test/Driver/mips-float.c
test/Driver/openbsd.c
test/Misc/warning-flags.c