summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/lib/Driver/ToolChains.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/lib/Driver/ToolChains.h b/clang/lib/Driver/ToolChains.h
index 870621268e3..0e3645cb8f7 100644
--- a/clang/lib/Driver/ToolChains.h
+++ b/clang/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 {
OpenPOWER on IntegriCloud