Skip to content

Commit

Permalink
[COFF] Fix a comment about automatic resolving of dllimports from wit…
Browse files Browse the repository at this point in the history
…hin a module. NFC.

Differential Revision: https://reviews.llvm.org/D50357

llvm-svn: 339100
  • Loading branch information
mstorsjo committed Aug 7, 2018
1 parent 1798920 commit d9fd4a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lld/COFF/Symbols.h
Expand Up @@ -331,8 +331,8 @@ class DefinedImportThunk : public Defined {
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.
Expand Down

0 comments on commit d9fd4a0

Please sign in to comment.