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:
fa1a31e
)
COFF: Update comments.
author
Rui Ueyama
<ruiu@google.com>
Sat, 6 Jun 2015 22:56:55 +0000
(22:56 +0000)
committer
Rui Ueyama
<ruiu@google.com>
Sat, 6 Jun 2015 22:56:55 +0000
(22:56 +0000)
llvm-svn: 239232
lld/COFF/Writer.cpp
patch
|
blob
|
history
diff --git
a/lld/COFF/Writer.cpp
b/lld/COFF/Writer.cpp
index
6beede3
..
e63f49b
100644
(file)
--- a/
lld/COFF/Writer.cpp
+++ b/
lld/COFF/Writer.cpp
@@
-128,7
+128,10
@@
void Writer::createSections() {
}
}
-// Create .idata section contents.
+// Create .idata section for the DLL-imported symbol table.
+// The format of this section is inherently Windows-specific.
+// IdataContents class abstracted away the details for us,
+// so we just let it create chunks and add them to the section.
void Writer::createImportTables() {
if (Symtab->ImportFiles.empty())
return;