<div dir="ltr">Hello Everyone,<div><br></div><div>LLVM now support DWARFv5 rangelist section rnglists and rnglists.dwo. But while working on a typical test case, I noticed --</div><div>rnglists/rnglists.dwo both are populated in primary object and DWO object respectively, when we compile with "-gdwarf-5 -gsplit-dwarf". Is this desired behavior?</div><div><br></div><div><i>Referring Spec, Fig B.2 Split DWARF section relationships</i> -- depicts, for split case, their has to be rnglists.dwo section located in DWO object. </div><div>Not both rnglists{in primary object} and rnglists.dwo{in DWO object}.</div><div><br></div><div>This is also contrary, WRT to loclists/loclist.dwo. Here generation is fine split mode, only loclists.dwo gets populated in DWO object. And no loclists section in primary object.</div><div><br></div><div>Is this behavior desirable/part of functionality?  </div><div><div><br></div><div><div>Thank You,</div></div><div>Sourabh Singh Tomar.</div></div></div>