this is an initial patch to switch the ppc64 jit over to working in PIC mode,
authorChris Lattner <sabre@nondot.org>
Fri, 8 Dec 2006 04:54:03 +0000 (04:54 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 8 Dec 2006 04:54:03 +0000 (04:54 +0000)
commite150b8eb873fc1bdde17d8ecfd3c38168a5cdcee
treed7ff2e34a8f39dfa4ddb3537c0c7b0f190cb17a3
parentf9bae438aa5dce85685de670702250bb930dfc49
this is an initial patch to switch the ppc64 jit over to working in PIC mode,
which allows the code to be above the 2G marker.  We still need to JIT emit
dyld stubs to support external, weak, common, etc globals, but that will
happen tomorrow.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32348 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCCodeEmitter.cpp
lib/Target/PowerPC/PPCJITInfo.cpp
lib/Target/PowerPC/PPCTargetMachine.cpp