[cfe-commits] r138958 - /cfe/trunk/lib/Driver/ToolChains.h
Fariborz Jahanian
fjahanian at apple.com
Thu Sep 1 13:23:17 PDT 2011
Author: fjahanian
Date: Thu Sep 1 15:23:17 2011
New Revision: 138958
URL: http://llvm.org/viewvc/llvm-project?rev=138958&view=rev
Log:
default property synthesis is off by default
for now.
Modified:
cfe/trunk/lib/Driver/ToolChains.h
Modified: cfe/trunk/lib/Driver/ToolChains.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Driver/ToolChains.h?rev=138958&r1=138957&r2=138958&view=diff
==============================================================================
--- cfe/trunk/lib/Driver/ToolChains.h (original)
+++ cfe/trunk/lib/Driver/ToolChains.h Thu Sep 1 15:23:17 2011
@@ -217,7 +217,7 @@
}
virtual bool IsObjCDefaultSynthPropertiesDefault() const {
- return true;
+ return false;
}
virtual bool IsObjCNonFragileABIDefault() const {
More information about the cfe-commits
mailing list