]> granicus.if.org Git - clang/commitdiff
Remove rest of the comment that is no longer true after r219527.
authorBob Wilson <bob.wilson@apple.com>
Fri, 10 Oct 2014 19:59:18 +0000 (19:59 +0000)
committerBob Wilson <bob.wilson@apple.com>
Fri, 10 Oct 2014 19:59:18 +0000 (19:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@219528 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Driver/ToolChains.cpp

index d98f4fb503eeb3a60ff2b0e2d7d028ef333578bf..cbb06c61cafde3977321cb03459091e071bc3935 100644 (file)
@@ -980,10 +980,6 @@ void Darwin::addMinVersionArgs(const llvm::opt::ArgList &Args,
                                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())