diff options
-rw-r--r-- | lib/Driver/ToolChains.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Driver/ToolChains.h b/lib/Driver/ToolChains.h index c5bcd4bcce..cfb8869f47 100644 --- a/lib/Driver/ToolChains.h +++ b/lib/Driver/ToolChains.h @@ -217,7 +217,7 @@ public: } virtual bool IsObjCDefaultSynthPropertiesDefault() const { - return true; + return false; } virtual bool IsObjCNonFragileABIDefault() const { |