mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-16 04:46:08 +00:00

1. Declare a virtual function getPointerToNamedFunction() in JITMemoryManager 2. Move the implementation of getPointerToNamedFunction() form JIT/MCJIT to DefaultJITMemoryManager. llvm-svn: 153205