[LLVMbugs] [Bug 5088] New: verify that the jit doesn' t compile available_externally methods
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Mon Sep 28 11:38:37 PDT 2009
http://llvm.org/bugs/show_bug.cgi?id=5088
Summary: verify that the jit doesn't compile available_externally
methods
Product: new-bugs
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: new bugs
AssignedTo: nicholas at mxc.ca
ReportedBy: nlewycky at google.com
CC: llvmbugs at cs.uiuc.edu
Write a unit test which provides an externally visible function f() which
returns 1 and a main() that runs the JIT. Inside the module, f() has an
available_externally definition of f() which return 2, and function g() which
calls 'return f()'. Verify that running JIT->getPointerToFunction(g) returns 1,
not 2.
--
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