| Issue | 57296 |
|---|---|
| Summary | clang generating wrong relocation info for ARM |
| Labels | new issue |
| Assignees | |
| Reporter | akshaykumars614 |
when you generate the elf for the following code
https://godbolt.org/z/aYc6h33j7
using
$ readelf -a <testcase.o>
the clang is supposed to generate R_ARM_NONE type for .text.func2 symbol name in .rel.debug_loc relocation section.
_______________________________________________ llvm-bugs mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
