Displaying 3 results from an estimated 3 matches for "r112678".
2010 Aug 31
2
[LLVMdev] [cfe-dev] Debug information on multiple files
...huffles object files around.
>
> Hi Krister,
>
> We've applied your patch locally and it solved our problem, thanks!
... but, as it was discussed earlier, it breaks Darwin.
I applied a patch to handle DW_AT_stmt_list using target hook (based on original patch by Artur Pietrek). r112678. Please try it and let me know if it works. If it works, please prepare a patch for debug_range using similar target hook approach.
-
Devang
2010 Aug 31
0
[LLVMdev] [cfe-dev] Debug information on multiple files
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
>
2010 Aug 26
5
[LLVMdev] [cfe-dev] Debug information on multiple files
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.
Krister
On Thu, Aug 26, 2010 at 5:11 AM, Renato Golin <rengolin at