aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Driver/ToolChains.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Driver/ToolChains.h b/lib/Driver/ToolChains.h
index 870621268e..0e3645cb8f 100644
--- a/lib/Driver/ToolChains.h
+++ b/lib/Driver/ToolChains.h
@@ -185,8 +185,7 @@ public:
}
virtual bool IsObjCDefaultSynthPropertiesDefault() const {
- // Always allow default synthesized properties on Darwin.
- return true;
+ return false;
}
virtual bool IsObjCNonFragileABIDefault() const {