[LLVMbugs] [Bug 16923] RTDyldMemoryManager::getPointerToNamedFunction should return uint64_t

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Oct 28 09:43:56 PDT 2013


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

Andy Kaylor <andrew.kaylor at intel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Andy Kaylor <andrew.kaylor at intel.com> ---
The getPointerTo*() functions are now deprecated for MCJIT.  New code should
use getFunctionAddress or getGlobalValueAddress.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20131028/479e342a/attachment.html>


More information about the llvm-bugs mailing list