We added strict dwarf support in D100826.
This is a suggestion from @probinson and @dblaikie
Make use of this flag for attribute generating.
We should also guard other DWARF info(tags, forms, loc expressions) generating under strict dwarf flag, but currently, there is no obvious way. Leave for later improvement.
This patch is adding this boilerplate in several places.
Perhaps it'd be cleaner to refactor the underlying "Die.addValue" call to a helper in DwarfUnit in a preparatory patch, then the boilerplate can be added to that one place?