[PATCH] D50357: [LLD] [COFF] Fix a comment about automatic resolving of dllimports from within a module. NFC.
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 6 12:57:18 PDT 2018
mstorsjo created this revision.
mstorsjo added reviewers: ruiu, rnk, pcc.
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D50357
Files:
COFF/Symbols.h
Index: COFF/Symbols.h
===================================================================
--- COFF/Symbols.h
+++ COFF/Symbols.h
@@ -331,8 +331,8 @@
Chunk *Data;
};
-// If you have a symbol "__imp_foo" in your object file, a symbol name
-// "foo" becomes automatically available as a pointer to "__imp_foo".
+// If you have a symbol "foo" in your object file, a symbol name
+// "__imp_foo" becomes automatically available as a pointer to "foo".
// This class is for such automatically-created symbols.
// Yes, this is an odd feature. We didn't intend to implement that.
// This is here just for compatibility with MSVC.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50357.159372.patch
Type: text/x-patch
Size: 628 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180806/65c99d7a/attachment.bin>
More information about the llvm-commits
mailing list