[LLVMbugs] [Bug 6271] New: JIT runFunction doesn' t clean up the generated stub function
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Wed Feb 10 02:50:13 PST 2010
http://llvm.org/bugs/show_bug.cgi?id=6271
Summary: JIT runFunction doesn't clean up the generated stub
function
Product: libraries
Version: trunk
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Target-Independent JIT
AssignedTo: unassignedbugs at nondot.org
ReportedBy: shivramk at gmail.com
CC: llvmbugs at cs.uiuc.edu
Created an attachment (id=4211)
--> (http://llvm.org/bugs/attachment.cgi?id=4211)
Possible fix
JIT::runFunction may generate a stub function in certain cases. The stub
function is temporary and should be erased once it has been executed.
Attached a possible fix.
--
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.
More information about the llvm-bugs
mailing list