Previously if sections in a link script were not in program segment
order lld often failed with file range overlap errors.
The new out-of-order-sections test case previously failed with:
ld.lld: error: section .foo file range overlaps with .bar
.foo range is [0x2000, 0x2000]
.bar range is [0x2000, 0x2000]