[LLVMbugs] [Bug 22131] New: ARM RELOCATION 0x34 is not supported

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Jan 8 11:56:59 PST 2015


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

            Bug ID: 22131
           Summary: ARM RELOCATION 0x34 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:

    .syntax unified
    .text
    .thumb

    .globl    Strong1
    .thumb_func
    .type    Strong1, %function
Strong1:
        cbz     r0, X + 2
    .size    Strong1,.-Strong1

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


More information about the llvm-bugs mailing list