mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-13 23:18:58 +00:00
300ec0aaa2
static __global int Var = 0; __global int* Ptr[] = {&Var}; ... In this case Var is a non premptable symbol and so its address can be used as the value of Ptr, with a base relative relocation that will add the delta between the ELF address and the actual load address. Such relocations do not require a symbol. Differential Revision: https://reviews.llvm.org/D38909 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@315935 91177308-0d34-0410-b5e6-96231b3b80d8 |
||
---|---|---|
.. | ||
elf32-r600-definitions.yaml | ||
elf32-unknown.yaml | ||
elf64-amdgcn-amdhsa-definitions.yaml | ||
elf64-amdgcn-amdpal-definitions.yaml | ||
elf64-amdgcn-mesa3d-definitions.yaml | ||
elf64-relocs.yaml | ||
elf64-unknown.yaml | ||
lit.local.cfg | ||
objdump.s |