[PATCH] D25815: [AMDGPU] Handle R_AMDGPU_ABS64 relocation

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 19 23:27:15 PDT 2016


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





More information about the llvm-commits mailing list