[AMDGPU] Handle R_AMDGPU_ABS64 relocation
This is needed for the following case (OpenCL example): __global int Var = 0; __global int* Ptr[] = {&Var}; ... Differential Revision: https://reviews.llvm.org/D25815 llvm-svn: 284764
Loading
Please register or sign in to comment