Remove a comment that is no longer true.

llvm-svn: 302090
This commit is contained in:
Rui Ueyama 2017-05-03 23:10:33 +00:00
parent 6b3940a4b3
commit b201a20eab
1 changed files with 1 additions and 2 deletions

View File

@ -152,8 +152,7 @@ static getArchiveMembers(MemoryBufferRef MB) {
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;