[lld] ceee35e - [LLD] [COFF] Remove a stray duplicate comment. NFC.

Martin Storsjö via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 17 03:02:56 PDT 2021


Author: Martin Storsjö
Date: 2021-06-17T13:02:35+03:00
New Revision: ceee35e3e4bf9729e1aae9bfadd6d25bfe3769ee

URL: https://github.com/llvm/llvm-project/commit/ceee35e3e4bf9729e1aae9bfadd6d25bfe3769ee
DIFF: https://github.com/llvm/llvm-project/commit/ceee35e3e4bf9729e1aae9bfadd6d25bfe3769ee.diff

LOG: [LLD] [COFF] Remove a stray duplicate comment. NFC.

The following class isn't part of the export table; there's a
second correctly placed comment about the things that actually
belong to the export table.

Added: 
    

Modified: 
    lld/COFF/DLL.cpp

Removed: 
    


################################################################################
diff  --git a/lld/COFF/DLL.cpp b/lld/COFF/DLL.cpp
index 5f6087182a80..b9e12ef4b34d 100644
--- a/lld/COFF/DLL.cpp
+++ b/lld/COFF/DLL.cpp
@@ -158,7 +158,6 @@ binImports(const std::vector<DefinedImportData *> &imports) {
   return v;
 }
 
-// Export table
 // See Microsoft PE/COFF spec 4.3 for details.
 
 // A chunk for the delay import descriptor table etnry.


        


More information about the llvm-commits mailing list