This is a fix to D69112 where we common up the logic of writing CsectGroup.
However, we forget to skip the Sections that are empty in that patch.
Details
Diff Detail
Event Timeline
llvm/lib/MC/XCOFFObjectWriter.cpp | ||
---|---|---|
151 | Should this be uint16_t? |
llvm/lib/MC/XCOFFObjectWriter.cpp | ||
---|---|---|
151 | Originally choose the signed type at the mind set of "don't use unsigned to represent integer that could not be negative." And also, want this to be the same type as the Maximum section index could be. |
Should this be uint16_t?