[LLVMbugs] [Bug 18686] New: AArch64 ELF PC-rel relocations are not supported in RuntimeDyld.
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Jan 31 15:42:23 PST 2014
http://llvm.org/bugs/show_bug.cgi?id=18686
Bug ID: 18686
Summary: AArch64 ELF PC-rel relocations are not supported in
RuntimeDyld.
Product: libraries
Version: trunk
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Backend: AArch64
Assignee: unassignedbugs at nondot.org
Reporter: lhames at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
To support jitting with -code-model=small, RuntimeDyldELF.cpp needs to handle
PC-rel relocations AArch64.
The relevant code is in lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp.
The relevant testcase is
test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll (it has been
XFAIL'd for AArch64 as of r200592, due to the lack of support for these
relocations).
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140131/61081764/attachment.html>
More information about the llvm-bugs
mailing list