[LLVMbugs] [Bug 22162] New: AARCH64 RELOCATION 0x135 is not supported
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Jan 8 14:05:18 PST 2015
http://llvm.org/bugs/show_bug.cgi?id=22162
Bug ID: 22162
Summary: AARCH64 RELOCATION 0x135 is not supported
Product: tools
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: llvm-as
Assignee: unassignedbugs at nondot.org
Reporter: yinma at codeaurora.org
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
test case:
# R_AARCH64_GOT_LD_PREL19 must satisfy condition:
#
# -2^20 <= G(S) - P < 2^20
#
.comm src,1,8
.global _start
.text
_start:
nop
ldr x0, :got:src
--
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/20150108/9f32a59f/attachment.html>
More information about the llvm-bugs
mailing list