Displaying 1 result from an estimated 1 matches for "r219835".
Did you mean:
r218935
2013 Nov 08
1
[LLVMdev] section relative expressions
It looks like llvm-mc isn't treating section relative expressions correctly.
In this example:
.text
mov (.rodata+0), %rsi
.section .rodata
.byte 0xff
llvm-mc will create an undefined symbol for the expression, ".rodata+0"
and a relocation will be generated against the undefined symbol not the
section.
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,