summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains/Darwin.h
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2017-11-19 00:45:33 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2017-11-19 00:45:33 +0000
commitb3a66f764162fec1c1d667fc2e7909997ef4db6e (patch)
tree42c8f50736fe8c3bf5299fc45992b1cd4cabf4c6 /clang/lib/Driver/ToolChains/Darwin.h
parent13c5d7379a01e0ad5e2511194058524b594b9a88 (diff)
downloadbcm5719-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.h4
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;
OpenPOWER on IntegriCloud