[PATCH] D152359: [COFF] Remove misleading and unclear comments. NFC.

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 8 13:22:34 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG9080f619461f: [COFF] Remove misleading and unclear comments. NFC. (authored by mstorsjo).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D152359/new/

https://reviews.llvm.org/D152359

Files:
  llvm/include/llvm/Object/COFFModuleDefinition.h


Index: llvm/include/llvm/Object/COFFModuleDefinition.h
===================================================================
--- llvm/include/llvm/Object/COFFModuleDefinition.h
+++ llvm/include/llvm/Object/COFFModuleDefinition.h
@@ -39,9 +39,6 @@
   uint32_t MinorOSVersion = 0;
 };
 
-// mingw and wine def files do not mangle _ for x86 which
-// is a consequence of legacy binutils' dlltool functionality.
-// This MingwDef flag should be removed once mingw stops this pratice.
 Expected<COFFModuleDefinition>
 parseCOFFModuleDefinition(MemoryBufferRef MB, COFF::MachineTypes Machine,
                           bool MingwDef = false);


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152359.529704.patch
Type: text/x-patch
Size: 636 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230608/4380ed6b/attachment.bin>


More information about the llvm-commits mailing list