Change MachineRelocation::DoesntNeedFnStub to NeedStub. This fields will be used
authorEvan Cheng <evan.cheng@apple.com>
Thu, 3 Jan 2008 02:56:28 +0000 (02:56 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 3 Jan 2008 02:56:28 +0000 (02:56 +0000)
commit02aabbf96b1f22144afe2bec8ad480a9b803f6b8
tree19d8b626f18b9fcfcced2d0cc001a0c5a63ce035
parent9848ced5d0eec8cbc44f9fbe5ce273189b0b9b2b
Change MachineRelocation::DoesntNeedFnStub to NeedStub. This fields will be used
for non-function GV relocations that require function address stubs (e.g. Mac OS X in non-static mode).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45527 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineRelocation.h
lib/ExecutionEngine/JIT/JITEmitter.cpp
lib/Target/Alpha/AlphaCodeEmitter.cpp
lib/Target/PowerPC/PPCCodeEmitter.cpp
lib/Target/X86/X86CodeEmitter.cpp