diff options
author | Saleem Abdulrasool <compnerd@compnerd.org> | 2017-11-19 00:45:33 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2017-11-19 00:45:33 +0000 |
commit | b3a66f764162fec1c1d667fc2e7909997ef4db6e (patch) | |
tree | 42c8f50736fe8c3bf5299fc45992b1cd4cabf4c6 /clang/lib/Driver/ToolChains/Darwin.h | |
parent | 13c5d7379a01e0ad5e2511194058524b594b9a88 (diff) | |
download | bcm5719-llvm-b3a66f764162fec1c1d667fc2e7909997ef4db6e.tar.gz bcm5719-llvm-b3a66f764162fec1c1d667fc2e7909997ef4db6e.zip |
Driver: remove `SupportsObjCGC` (NFC)
This option is not used in the frontend. Remove the method.
llvm-svn: 318609
Diffstat (limited to 'clang/lib/Driver/ToolChains/Darwin.h')
-rw-r--r-- | clang/lib/Driver/ToolChains/Darwin.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/lib/Driver/ToolChains/Darwin.h b/clang/lib/Driver/ToolChains/Darwin.h index bcc76111a4e..2b8477aa275 100644 --- a/clang/lib/Driver/ToolChains/Darwin.h +++ b/clang/lib/Driver/ToolChains/Darwin.h @@ -245,8 +245,6 @@ public: bool SupportsProfiling() const override; - bool SupportsObjCGC() const override { return false; } - bool UseDwarfDebugFlags() const override; bool UseSjLjExceptions(const llvm::opt::ArgList &Args) const override { @@ -455,8 +453,6 @@ public: return 0; } - bool SupportsObjCGC() const override; - void CheckObjCARC() const override; bool UseSjLjExceptions(const llvm::opt::ArgList &Args) const override; |