ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.
LGTM with a nit.
================
Comment at: ELF/Target.cpp:1491
break;
+ case R_AMDGPU_ABS64:
+ write64le(Loc, Val);
----------------
Move to line 1487 to sort.
https://reviews.llvm.org/D25815