https://bugs.llvm.org/show_bug.cgi?id=41524
Bug ID: 41524
Summary: struct COFF::header::NumberOfSections wrong data type
Product: libraries
Version: trunk
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Support Libraries
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
File "llvm/BinaryFormat/COFF.h":
struct header {
uint16_t Machine;
int32_t NumberOfSections; // uint16_t must be there
uint32_t TimeDateStamp;
uint32_t PointerToSymbolTable;
uint32_t NumberOfSymbols;
uint16_t SizeOfOptionalHeader;
uint16_t Characteristics;
};
--
You are receiving this mail because:
You are on the CC list for the bug._______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs