projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b3940a
)
Remove a comment that is no longer true.
author
Rui Ueyama
<ruiu@google.com>
Wed, 3 May 2017 23:10:33 +0000
(23:10 +0000)
committer
Rui Ueyama
<ruiu@google.com>
Wed, 3 May 2017 23:10:33 +0000
(23:10 +0000)
llvm-svn: 302090
lld/ELF/Driver.cpp
patch
|
blob
|
history
diff --git
a/lld/ELF/Driver.cpp
b/lld/ELF/Driver.cpp
index
ac0e28d
..
b3f0367
100644
(file)
--- a/
lld/ELF/Driver.cpp
+++ b/
lld/ELF/Driver.cpp
@@
-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;