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: [email protected]
Reporter: [email protected]
CC: [email protected]
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
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs