diff options
| author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2016-12-07 00:31:10 +0000 |
|---|---|---|
| committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2016-12-07 00:31:10 +0000 |
| commit | c9073fa806999f692f43ebeb8e0318f3349d8391 (patch) | |
| tree | 267b8b1c2c4236cd6f0851485a87ddb992759076 /clang/docs/CommandGuide | |
| parent | 864ab5c5166856cdd2e8a1763757e96acf84e474 (diff) | |
| download | bcm5719-llvm-c9073fa806999f692f43ebeb8e0318f3349d8391.tar.gz bcm5719-llvm-c9073fa806999f692f43ebeb8e0318f3349d8391.zip | |
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
Diffstat (limited to 'clang/docs/CommandGuide')
| -rw-r--r-- | clang/docs/CommandGuide/clang.rst | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/clang/docs/CommandGuide/clang.rst b/clang/docs/CommandGuide/clang.rst index 8aade1a6ab1..16bb09f3c74 100644 --- a/clang/docs/CommandGuide/clang.rst +++ b/clang/docs/CommandGuide/clang.rst @@ -167,16 +167,6 @@ Language Selection and Mode Options Enable the "Blocks" language feature. -.. option:: -fobjc-gc-only - - Indicate that Objective-C code should be compiled in GC-only mode, which only - works when Objective-C Garbage Collection is enabled. - -.. option:: -fobjc-gc - - Indicate that Objective-C code should be compiled in hybrid-GC mode, which - works with both GC and non-GC mode. - .. option:: -fobjc-abi-version=version Select the Objective-C ABI version to use. Available versions are 1 (legacy |

