OSDN Git Service

Always emit a function pointer as a pointer to the function stub (if there is one...
authorEvan Cheng <evan.cheng@apple.com>
Thu, 13 Nov 2008 21:50:50 +0000 (21:50 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 13 Nov 2008 21:50:50 +0000 (21:50 +0000)
commit704bff9e6cf0070924eb11d9e81e5ba6962ae4ef
tree41c99a43f86dac6eb917fefe7a91a30c772b4ff4
parent550f5afb68ce8f034991863cac65bef22a6554da
Always emit a function pointer as a pointer to the function stub (if there is one). This makes it possible to compare function pointer values in lazy compilation mode. This fixes PR3043.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59265 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/JIT/JITEmitter.cpp