This is needed for the following case (OpenCL example):
__global int Var = 0; __global int* Ptr[] = {&Var}; ...
Paths
| Differential D25815
[AMDGPU] Handle R_AMDGPU_ABS64 relocation ClosedPublic Authored by kzhuravl on Oct 19 2016, 11:21 PM.
Details Summary This is needed for the following case (OpenCL example): __global int Var = 0; __global int* Ptr[] = {&Var}; ...
Diff Detail Event Timelinekzhuravl updated this object. ruiu edited edge metadata. Comment ActionsLGTM with a nit.
This revision is now accepted and ready to land.Oct 19 2016, 11:27 PM Closed by commit rL284764: [AMDGPU] Handle R_AMDGPU_ABS64 relocation (authored by kzhuravl). · Explain WhyOct 20 2016, 11:44 AM This revision was automatically updated to reflect the committed changes. kzhuravl marked an inline comment as done.
Revision Contents
Diff 75268 ELF/Target.cpp
test/ELF/amdgpu-relocs.s
|
Move to line 1487 to sort.