[lld] r302090 - Remove a comment that is no longer true.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Wed May 3 16:10:34 PDT 2017
Author: ruiu
Date: Wed May 3 18:10:33 2017
New Revision: 302090
URL: http://llvm.org/viewvc/llvm-project?rev=302090&view=rev
Log:
Remove a comment that is no longer true.
Modified:
lld/trunk/ELF/Driver.cpp
Modified: lld/trunk/ELF/Driver.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/Driver.cpp?rev=302090&r1=302089&r2=302090&view=diff
==============================================================================
--- lld/trunk/ELF/Driver.cpp (original)
+++ lld/trunk/ELF/Driver.cpp Wed May 3 18:10:33 2017
@@ -152,8 +152,7 @@ static getArchiveMembers(MemoryBufferRef
return V;
}
-// Opens and parses a file. Path has to be resolved already.
-// Newly created memory buffers are owned by this driver.
+// Opens a file and create a file object. Path has to be resolved already.
void LinkerDriver::addFile(StringRef Path, bool WithLOption) {
using namespace sys::fs;
More information about the llvm-commits
mailing list