search for: other_global

Displaying 1 result from an estimated 1 matches for "other_global".

2020 Jan 09
2
Position independent code writes absolute pointer
Hi Gaier, There's no way to do this automatically in LLVM at the moment. It sounds kind of related to pointer compression techniques (also not supported right now). On Thu, 9 Jan 2020 at 08:14, Gaier, Bjoern via llvm-dev <llvm-dev at lists.llvm.org> wrote: > Could it be possible to modify the code on the IR-Level to store PIC/offset address and not absolute address? I’m not familiar