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

           Summary: [patch] Implemented unregistering in JIT of exception
                    information
           Product: libraries
           Version: 2.8
          Platform: Other
        OS/Version: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P
         Component: Target-Independent JIT
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Please check in an attached patch.

Synopsys of the change: fixed the cleanup process of exception 
information in JIT. Now JIT deregisters registered by it FDE structures 
allowing consecutive JIT runs to succeed.

Note: tools like lli should delete ExecutionEngine object and not the 
module. Module is deleted by ExecutionEngine. Also I am not sure if this 
is proper for the module to be owned by ExecutionEngine. I think they 
should be independently owned.

-- 
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