r219528 - Remove rest of the comment that is no longer true after r219527.
Bob Wilson
bob.wilson at apple.com
Fri Oct 10 12:59:18 PDT 2014
Author: bwilson
Date: Fri Oct 10 14:59:18 2014
New Revision: 219528
URL: http://llvm.org/viewvc/llvm-project?rev=219528&view=rev
Log:
Remove rest of the comment that is no longer true after r219527.
Modified:
cfe/trunk/lib/Driver/ToolChains.cpp
Modified: cfe/trunk/lib/Driver/ToolChains.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Driver/ToolChains.cpp?rev=219528&r1=219527&r2=219528&view=diff
==============================================================================
--- cfe/trunk/lib/Driver/ToolChains.cpp (original)
+++ cfe/trunk/lib/Driver/ToolChains.cpp Fri Oct 10 14:59:18 2014
@@ -980,10 +980,6 @@ void Darwin::addMinVersionArgs(const llv
llvm::opt::ArgStringList &CmdArgs) const {
VersionTuple TargetVersion = getTargetVersion();
- // If we had an explicit -mios-simulator-version-min argument, honor that,
- // otherwise use the traditional deployment targets. We can't just check the
- // is-sim attribute because existing code follows this path, and the linker
- // may not handle the argument.
if (isTargetIOSSimulator())
CmdArgs.push_back("-ios_simulator_version_min");
else if (isTargetIOSBased())
More information about the cfe-commits
mailing list