<div dir="ltr"><div dir="auto">Hi Folks,<div dir="auto"><br></div><div dir="auto">While working on dwarf5 features in clang, I noticed some subtleties wrt locationlists--</div><div dir="auto"><br></div><div dir="auto">In split-dwarf  + dwarf5 mode -</div><div dir="auto">debug_loclists.dwo section is not generated, instead debug_loc.dwo is getting populated in dwo file. + Hexdump shows that pre-standardized encoding used while encoding.</div><div dir="auto"><br></div><div dir="auto">This is causing problems for llvm-dwarfdump in dumping location list. </div><div dir="auto">I'm guessing, llvm-dwarfdump is assuming it should be accessed according to dwarf5, hence failing{not reporting}  ???</div><div dir="auto"><br></div><div>In, split-mode +dwarf-4{default} mode -- everything is fine. section generation and llvm-dwarfdump.</div><div dir="auto"><br></div><div dir="auto">+ While fixing this issue, I've been trying to bring this section debug_loclists.dwo from ground up -- creating LoclistsDWOSection and so forth.</div><div dir="auto"><br></div><div>Can anybody faced  with these issues earlier, validate these findings?, work in progress if it's their any?, approach / solution taken to fix these ???</div><div><br></div><div>Thanks !</div><div>-- Sourabh Singh Tomar</div><div dir="auto"><br></div><div dir="auto"><br></div></div>
</div>