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: [email protected]
ReportedBy: [email protected]
CC: [email protected]
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs