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 cfb8869f47..c5bcd4bcce 100644 --- a/lib/Driver/ToolChains.h +++ b/lib/Driver/ToolChains.h @@ -217,7 +217,7 @@ public: } virtual bool IsObjCDefaultSynthPropertiesDefault() const { - return false; + return true; } virtual bool IsObjCNonFragileABIDefault() const { |