Displaying 2 results from an estimated 2 matches for "resolvearmreloc".
2013 May 18
2
[LLVMdev] Unsupported MCJIT tests on ARM?
...r buildbots (check-all and
self-host) and I'm not sure what's the best way to fix it.
Some test passes, some not on { A9, A15 } x { Ubuntu 12.10, Ubuntu 12.04 },
the error is:
lli:
/home/user/devel/llvm/src/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:307:
void llvm::RuntimeDyldELF::resolveARMRelocation(const llvm::SectionEntry&,
uint64_t, uint32_t, uint32_t, int32_t): Assertion `(*TargetPtr &
0x000F0FFF) == 0' failed.
Stack dump:
0. Program arguments: /home/user/devel/llvm/build/bin//lli -use-mcjit
-remote-mcjit
/home/user/devel/llvm/src/test/ExecutionEngine/MCJIT/test-global-ini...
2013 May 18
0
[LLVMdev] Unsupported MCJIT tests on ARM?
Hi Renato,
> /home/user/devel/llvm/src/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:307:
> void llvm::RuntimeDyldELF::resolveARMRelocation(const llvm::SectionEntry&,
> uint64_t, uint32_t, uint32_t, int32_t): Assertion `(*TargetPtr & 0x000F0FFF)
> == 0' failed.
I think there's a discussion going on about this already at
http://comments.gmane.org/gmane.comp.compilers.llvm.cvs/145699 (and
surrounding).
Accord...