Allow cross-process JIT to handle MachineRelocations of the ExternalSymbol
authorNate Begeman <natebegeman@mac.com>
Wed, 11 Mar 2009 07:03:43 +0000 (07:03 +0000)
committerNate Begeman <natebegeman@mac.com>
Wed, 11 Mar 2009 07:03:43 +0000 (07:03 +0000)
commit841c6a4345082e9a1252cc39bcce7f1423a76ded
tree35487950c1daa3dc593e0300c543212677fccef7
parent37b9a19653bfa8cbc6047236f563a3d1dccbadf4
Allow cross-process JIT to handle MachineRelocations of the ExternalSymbol
variety.  For example, an i64 div might turn into a call to __divdi3 during
legalization.

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