[PATCH] D14606: [ELF2/AArch64] Add support for R_AARCH64_CALL26 and R_AARCH64_JUMP26.
Igor Kudrin via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 12 17:48:30 PST 2015
ikudrin added inline comments.
================
Comment at: test/elf2/aarch64-relocs.s:62
@@ +61,3 @@
+.section .SUB,"ax", at progbits
+ nop
+sub:
----------------
davide wrote:
> Do you need the first nop?
It's just to make things a bit more interesting with a non-zero addend.
http://reviews.llvm.org/D14606
More information about the llvm-commits
mailing list