It turns out that we were dropping this before.
Depends on D45801
Paths
| Differential D45802
COFF: Preserve section type when processing /section flag. ClosedPublic Authored by pcc on Apr 18 2018, 11:34 PM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 19 2018, 10:02 AM Closed by commit rLLD330481: COFF: Preserve section type when processing /section flag. (authored by pcc). · Explain WhyApr 20 2018, 2:26 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 143046 lld/COFF/Chunks.h
lld/COFF/Chunks.cpp
lld/COFF/Writer.cpp
lld/test/COFF/output-chars.test
lld/test/COFF/section.test
|
Thank you for correcting the bit masks (from 0xF to 0xE).