Update comment.

llvm-svn: 225645
This commit is contained in:
Rui Ueyama 2015-01-12 18:32:24 +00:00
parent d9c3e308f5
commit 1e51e238ed
1 changed files with 2 additions and 2 deletions

View File

@ -812,8 +812,8 @@ static bool hasLibrary(const PECOFFLinkingContext &ctx, FileNode *fileNode) {
}
// If the first command line argument is "/lib", link.exe acts as if it's
// "lib.exe" command. This feature is not documented and looks weird, or at
// least seems redundant, but is needed for MSVC compatibility.
// "lib.exe" command. This is for backward compatibility.
// http://msdn.microsoft.com/en-us/library/h34w59b3.aspx
static bool maybeRunLibCommand(int argc, const char **argv, raw_ostream &diag) {
if (argc <= 1)
return false;