[llvm-commits] [PATH] Fix encoding of LSDA in JIT emitted dwarf info

Zoltan Varga vargaz at gmail.com
Thu Jan 28 15:38:03 PST 2010


Hi,

The attached patch fixes the encoding of the LSDA field in the CIE section
in JIT emitted dwarf info. Previously, the encoding was
dwarf::DW_EH_PE_pcrel | dwarf::DW_EH_PE_sdata4, but that is not correct on
64 bit platforms, since
JITDwarfEmitter::EmitEHFrame () emits the LSDA offset as a 64 bit value.

Please review and commit if it looks ok.

            thanks

                  Zoltan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100129/8ed7039d/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvm.diff
Type: text/x-patch
Size: 888 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100129/8ed7039d/attachment.bin>


More information about the llvm-commits mailing list