Driver: Remove support for -fobjc-gc*
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Wed, 7 Dec 2016 00:31:10 +0000 (00:31 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Wed, 7 Dec 2016 00:31:10 +0000 (00:31 +0000)
commitc9073fa806999f692f43ebeb8e0318f3349d8391
tree267b8b1c2c4236cd6f0851485a87ddb992759076
parent864ab5c5166856cdd2e8a1763757e96acf84e474
Driver: Remove support for -fobjc-gc*

As a first step toward removing Objective-C garbage collection from
Clang, remove support from the driver.  I'm hoping this will flush out
any expected bots/configurations/whatever that might rely on it.

I've left the options behind temporarily in -cc1 to keep tests passing.
I'll kill them off entirely in a follow up when I've had a chance to
update/delete the rest of Clang.

llvm-svn: 288872
clang/docs/CommandGuide/clang.rst
clang/include/clang/Basic/DiagnosticDriverKinds.td
clang/include/clang/Driver/CC1Options.td
clang/include/clang/Driver/Options.td
clang/lib/Driver/Tools.cpp
clang/test/Driver/darwin-objc-gc.m [deleted file]
clang/test/Misc/warning-flags.c