[LLVMdev] [cfe-dev] Debug information on multiple files

Renato Golin rengolin at systemcall.org
Tue Aug 31 02:15:58 PDT 2010


On 26 August 2010 09:32, Krister Wombell <kuwerty at gmail.com> wrote:
> I've also been looking at debugging with ELF and noticed the same problem as
> Renato. I just sent a patch to llvmcommits that fixes the problem.
> DW_at_stmt_list needs to emit a label(and therefore a relocation) for the
> offset rather a constant 0, then the linker can fixup the offset as it
> shuffles object files around.

Hi Krister,

We've applied your patch locally and it solved our problem, thanks!

Can somebody review/commit that before 2.8 is branched?

cheers,
--renato



More information about the llvm-dev mailing list