summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-09-27 20:21:48 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-09-27 20:21:48 +0000
commitea1ba0adfcb7d0c500bc18534757d9296712e3c6 (patch)
tree312f1a1de105a62f99fb24aaf42857b7ad7f25d1 /clang/lib/Driver/Tools.cpp
parent09445c48362dd4906dd4ad28428d84e50c309cd9 (diff)
downloadbcm5719-llvm-ea1ba0adfcb7d0c500bc18534757d9296712e3c6.tar.gz
bcm5719-llvm-ea1ba0adfcb7d0c500bc18534757d9296712e3c6.zip
Replace -fobjc-default-synthesize-properties with disable-objc-default-synthesize-properties.
We want the modern behavior most of the time, so inverting the option simplifies the driver and the tests. llvm-svn: 191551
Diffstat (limited to 'clang/lib/Driver/Tools.cpp')
-rw-r--r--clang/lib/Driver/Tools.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/lib/Driver/Tools.cpp b/clang/lib/Driver/Tools.cpp
index cb28cd140fc..322fe5a898d 100644
--- a/clang/lib/Driver/Tools.cpp
+++ b/clang/lib/Driver/Tools.cpp
@@ -3190,10 +3190,6 @@ void Clang::ConstructJob(Compilation &C, const JobAction &JA,
}
}
- // -fobjc-default-synthesize-properties=1 is default. This only has an effect
- // if the nonfragile objc abi is used.
- CmdArgs.push_back("-fobjc-default-synthesize-properties");
-
// -fencode-extended-block-signature=1 is default.
if (getToolChain().IsEncodeExtendedBlockSignatureDefault()) {
CmdArgs.push_back("-fencode-extended-block-signature");
OpenPOWER on IntegriCloud