http://llvm.org/bugs/show_bug.cgi?id=6821

           Summary: JIT DWARF EH data does not seem to emit LSDA
           Product: new-bugs
           Version: trunk
          Platform: PC
        OS/Version: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Calling _Unwind_GetLanguageSpecificData() from a personality function returns
NULL in JIT'd frames.  At least some of the EH data is being correctly emitted,
because the correct personality function is being called (this personality
function is only referenced in JIT'd code, so the fact that it's called at all
tells me something).  Statically compiling the same IR works fine.

I think this used to work, but unfortunately it's not a feature that I use very
often so I didn't notice exactly when my test started to fail.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to