[PATCH] D25815: [AMDGPU] Handle R_AMDGPU_ABS64 relocation

Konstantin Zhuravlyov via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 20 11:44:35 PDT 2016


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





More information about the llvm-commits mailing list