Displaying 4 results from an estimated 4 matches for "addclause".
2013 Oct 18
2
[LLVMdev] post-link Dwarf information appears wrong, works in JIT
...gt; an invalid location or something. Make sure that your EH table is
> properly aligned. You might want to hand calculate the values to make
> sure that they're correct. What platform are you using?
I don't know that I do anything to alter the alignment: I'm just using
the "addClause" function of the landingpad. Platform is x86_64 on Linux.
Note that in the JIT my code does work, so my assumption is that I
haven't done something completely wrong, just partially wrong.
I'm looking at code generated by clang from C++, and I notice a few
differences. Are these releva...
2013 Oct 17
0
[LLVMdev] post-link Dwarf information appears wrong, works in JIT
On Oct 17, 2013, at 11:35 AM, edA-qa mort-ora-y <eda-qa at disemia.com> wrote:
> I'm working on exception handling and having some trouble with type
> information. My personality/types work fine when running in the JIT, but
> when I produce object files and link them it fails.
>
> In particular, from an action record and the LSDA I get a type table
> entry. The
2013 Oct 18
0
[LLVMdev] post-link Dwarf information appears wrong, works in JIT
...or something. Make sure that your EH table is
>> properly aligned. You might want to hand calculate the values to make
>> sure that they're correct. What platform are you using?
>
> I don't know that I do anything to alter the alignment: I'm just using
> the "addClause" function of the landingpad. Platform is x86_64 on Linux.
> Note that in the JIT my code does work, so my assumption is that I
> haven't done something completely wrong, just partially wrong.
>
> I'm looking at code generated by clang from C++, and I notice a few
> diff...
2013 Oct 17
4
[LLVMdev] post-link Dwarf information appears wrong, works in JIT
I'm working on exception handling and having some trouble with type
information. My personality/types work fine when running in the JIT, but
when I produce object files and link them it fails.
In particular, from an action record and the LSDA I get a type table
entry. The problem is this doesn't appear to be pointing to a valid
location. If I derefence it a segfault occurs.
Are there