[LLVMbugs] [Bug 22147] New: ARM RELOCATION 0x47 is not supported

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Jan 8 13:57:07 PST 2015


http://llvm.org/bugs/show_bug.cgi?id=22147

            Bug ID: 22147
           Summary: ARM RELOCATION 0x47 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:
    .text

    .macro alutest insn sym offset

    \insn    r0, r0, #:sb_g0:(\sym \offset)

    .endm

    alutest add f "+ 0x100"
    alutest add localsym "+ 0x100"
    alutest adds f "+ 0x100"
    alutest adds localsym "+ 0x100"

@ The following should cause the insns to be switched to SUB(S).

    alutest add f "- 0x100"
    alutest add localsym "- 0x100"
    alutest adds f "- 0x100"
    alutest adds localsym "- 0x100"

localsym:
    mov    r0, #0

-- 
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/ff33c81f/attachment.html>


More information about the llvm-bugs mailing list