[PATCH] D24100: Initialize RelativeRel for AMDGPU.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 31 14:12:48 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL280291: Initialize RelativeRel for AMDGPU. (authored by ruiu).

Changed prior to commit:
  https://reviews.llvm.org/D24100?vs=69899&id=69900#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D24100

Files:
  lld/trunk/ELF/Target.cpp

Index: lld/trunk/ELF/Target.cpp
===================================================================
--- lld/trunk/ELF/Target.cpp
+++ lld/trunk/ELF/Target.cpp
@@ -1457,6 +1457,7 @@
 }
 
 AMDGPUTargetInfo::AMDGPUTargetInfo() {
+  RelativeRel = R_AMDGPU_REL64;
   GotRel = R_AMDGPU_ABS64;
   GotEntrySize = 8;
 }


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24100.69900.patch
Type: text/x-patch
Size: 310 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160831/5e24d6ac/attachment.bin>


More information about the llvm-commits mailing list