https://bugs.llvm.org/show_bug.cgi?id=41524

Reid Kleckner <r...@google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
                 CC|                            |r...@google.com
             Status|NEW                         |RESOLVED

--- Comment #1 from Reid Kleckner <r...@google.com> ---
I don't believe this class is used anywhere for memory-mapped IO, so this isn't
a bug. The type was specifically widened to 32 bits in r217812 by David
Majnemer to add bigobj support, which allows reading and writing object files
with more than 2**16 sections.

The coff_file_header struct in llvm/include/llvm/Object/COFF.h is appropriate
for use with memory-mapped files.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to