diff options
author | Bob Wilson <bob.wilson@apple.com> | 2014-10-10 19:59:18 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2014-10-10 19:59:18 +0000 |
commit | f42585fd96a1cb486b800925008031db80919de9 (patch) | |
tree | 9dc9c5c26e4e80daa2f3ae3fa62b6fdf80d6bafc | |
parent | 771b7cd8123880e1dd7bb05c519c59f15c87f1bc (diff) | |
download | bcm5719-llvm-f42585fd96a1cb486b800925008031db80919de9.tar.gz bcm5719-llvm-f42585fd96a1cb486b800925008031db80919de9.zip |
Remove rest of the comment that is no longer true after r219527.
llvm-svn: 219528
-rw-r--r-- | clang/lib/Driver/ToolChains.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/lib/Driver/ToolChains.cpp b/clang/lib/Driver/ToolChains.cpp index d98f4fb503e..cbb06c61caf 100644 --- a/clang/lib/Driver/ToolChains.cpp +++ b/clang/lib/Driver/ToolChains.cpp @@ -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()) |