[PATCH] D27479: ELF/AArch64: Refactor R_AARCH64_LDST{8, 15, 32, 64, 128}_ABS_LO12_NC Relocations
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 6 13:28:43 PST 2016
ruiu added inline comments.
================
Comment at: ELF/Target.cpp:1361
case R_AARCH64_ADD_ABS_LO12_NC:
- updateAArch64Add(Loc, Val);
+ updateAArch64LdStrAdd(Loc, Val);
break;
----------------
This code is not the same as before. Was the previous code wrong?
Repository:
rL LLVM
https://reviews.llvm.org/D27479
More information about the llvm-commits
mailing list