We currently emit an error when trying to assemble a file with more than one section using DWARF2 debug info. This should be a warning instead, as the resulting file will still be usable, but with a degraded debug illusion.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Is it worth ensuring that the section that we do describe is the .text section? Would seem a bit silly to describe the high/low pc of some random linkonce_odr/inline function instead?
In any case, not really a priority for me, so whatever suits you is fine.