[PATCH] D21482: Support/ELF: Add R_AMDGPU_GOTPCREL relocation
    Konstantin Zhuravlyov via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Jun 21 10:14:21 PDT 2016
    
    
  
kzhuravl added a comment.
LGTM: add missing `` in docs and add a test.
================
Comment at: docs/CodeGenerator.rst:2700
@@ -2696,2 +2699,3 @@
   ``R_AMDGPU_ABS32``     6      ``word32``  S + A
+  ``R_AMDGPU_GOTPCREL    7      ``word32``  G + GOT + A - P
   =====================  =====  ==========  ====================
----------------
Missing ``
http://reviews.llvm.org/D21482
    
    
More information about the llvm-commits
mailing list