aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/ToolChains/BareMetal.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Driver/ToolChains/BareMetal.h')
-rw-r--r--lib/Driver/ToolChains/BareMetal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Driver/ToolChains/BareMetal.h b/lib/Driver/ToolChains/BareMetal.h
index 5e9fd9bffdb9..0bed63332cad 100644
--- a/lib/Driver/ToolChains/BareMetal.h
+++ b/lib/Driver/ToolChains/BareMetal.h
@@ -37,7 +37,6 @@ public:
bool isPIEDefault() const override { return false; }
bool isPICDefaultForced() const override { return false; }
bool SupportsProfiling() const override { return false; }
- bool SupportsObjCGC() const override { return false; }
RuntimeLibType GetDefaultRuntimeLibType() const override {
return ToolChain::RLT_CompilerRT;