kzhuravl added inline comments. ================ Comment at: ELF/Target.cpp:1491 break; + case R_AMDGPU_ABS64: + write64le(Loc, Val); ---------------- ruiu wrote: > Move to line 1487 to sort. Thanks, fixed this before committing. Repository: rL LLVM https://reviews.llvm.org/D25815