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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@288872 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- docs/CommandGuide/clang.rst 0 additions, 10 deletionsdocs/CommandGuide/clang.rst
- include/clang/Basic/DiagnosticDriverKinds.td 0 additions, 4 deletionsinclude/clang/Basic/DiagnosticDriverKinds.td
- include/clang/Driver/CC1Options.td 6 additions, 0 deletionsinclude/clang/Driver/CC1Options.td
- include/clang/Driver/Options.td 0 additions, 4 deletionsinclude/clang/Driver/Options.td
- lib/Driver/Tools.cpp 0 additions, 19 deletionslib/Driver/Tools.cpp
- test/Driver/darwin-objc-gc.m 0 additions, 19 deletionstest/Driver/darwin-objc-gc.m
- test/Misc/warning-flags.c 1 addition, 2 deletionstest/Misc/warning-flags.c
Loading
Please register or sign in to comment