https://llvm.org/bugs/show_bug.cgi?id=24350

            Bug ID: 24350
           Summary: clang arm assembler does not support
                    pseudo-instruction 'adrl'
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangb...@nondot.org
          Reporter: shen...@google.com
                CC: llvmbugs@cs.uiuc.edu
    Classification: Unclassified

"adrl rd, a_label" calculates a_label's address using pc-relative addressing,
which means the section containing the insn and a_label can be put to any
address. Without the support of this pseudo insn, it's more cumbersome to do
this. "MOV32" or "LDR rd,=a_label" doesn't work in this scenario because both
of these use absolute addressing.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
LLVMbugs@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to