Displaying 4 results from an estimated 4 matches for "loadsegment64".
Did you mean:
loadsegment
2011 Aug 26
2
[LLVMdev] Trouble using the MCJIT: "Target does not support MC emission" error
...address: 0x0000000000000000
0x000000010000349e in llvm::MCJITMemoryManager::startFunctionBody ()
(gdb) where
#0 0x000000010000349e in llvm::MCJITMemoryManager::startFunctionBody ()
#1 0x0000000100003ea0 in llvm::RuntimeDyldImpl::extractFunction ()
#2 0x00000001000059a5 in llvm::RuntimeDyldMachO::loadSegment64 ()
#3 0x000000010000493d in llvm::RuntimeDyldMachO::loadObject ()
#4 0x0000000100003cf9 in llvm::RuntimeDyld::loadObject ()
#5 0x00000001000032e5 in llvm::MCJIT::MCJIT ()
#6 0x00000001000021c2 in llvm::MCJIT::createJIT ()
#7 0x0000000100023274 in llvm::EngineBuilder::create ()
#8 0x0000000100...
2011 Aug 31
0
[LLVMdev] Trouble using the MCJIT: "Target does not support MC emission" error
...00
> 0x000000010000349e in llvm::MCJITMemoryManager::startFunctionBody ()
> (gdb) where
> #0 0x000000010000349e in llvm::MCJITMemoryManager::startFunctionBody ()
> #1 0x0000000100003ea0 in llvm::RuntimeDyldImpl::extractFunction ()
> #2 0x00000001000059a5 in llvm::RuntimeDyldMachO::loadSegment64 ()
> #3 0x000000010000493d in llvm::RuntimeDyldMachO::loadObject ()
> #4 0x0000000100003cf9 in llvm::RuntimeDyld::loadObject ()
> #5 0x00000001000032e5 in llvm::MCJIT::MCJIT ()
> #6 0x00000001000021c2 in llvm::MCJIT::createJIT ()
> #7 0x0000000100023274 in llvm::EngineBuilder::c...
2011 Aug 26
0
[LLVMdev] Trouble using the MCJIT: "Target does not support MC emission" error
Ah, now that makes sense. Guess I was a little over-eager with my
bugreport. Thanks! :)
However, I am now running into the same Problem as Matt ("Target does
not support MC emission!").
Best,
Ralf
Am 25.08.2011 19:32, schrieb Bruno Cardoso Lopes:
> Hi Ralf,
>
> FYI, old JIT doesn't support AVX at all, no encoding info, etc... The
> only way to use AVX+JIT is using
2011 Aug 25
2
[LLVMdev] Trouble using the MCJIT: "Target does not support MC emission" error
Hi Ralf,
FYI, old JIT doesn't support AVX at all, no encoding info, etc... The
only way to use AVX+JIT is using MCJIT, which contains the correct
encoding, but unfortunately the framework isn't good yet as the old
one is.
On Thu, Aug 25, 2011 at 10:12 AM, Ralf Karrenberg <Chareos at gmx.de> wrote:
> Hi Matt,
>
> I am unsure about MCJIT, but I guess the problem is the same.