search for: 9484ae12

Displaying 2 results from an estimated 2 matches for "9484ae12".

2013 Jan 10
0
[LLVMdev] DebugInfo library and relocations in the .debug_line section
...of what I would need to do to extend this > to handle the .debug_line section also?**** > > ** ** > > Thanks,**** > > Andy**** > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130110/9484ae12/attachment.html>
2013 Jan 10
2
[LLVMdev] DebugInfo library and relocations in the .debug_line section
I'm working on adding source-based profiling support for MCJIT and in the process of implementing this, I came across a test case where an object is being generated that wants to have relocations applied to the .debug_line section. I see in the DebugInfo code that it currently only supports relocations applied to either the .debug_info or the .debug_info.dwo section. Can anyone give me an