This revision implements support for generating DWARFv5 .debug_addr section. It is dependent on https://reviews.llvm.org/D49676 as we need working consumer to execute test.
The implementation is pretty straight-forward: we just check the dwarf version and emit section header if needed.