On Wed, Jul 24, 2019 at 12:31 PM Andrii Nakryiko <andr...@fb.com> wrote: > > Add test validating correct relocation handling for cases where pointer > to something is used as an array. E.g.: > > int *ptr = ...; > int x = ptr[42]; > > Signed-off-by: Andrii Nakryiko <andr...@fb.com>
Acked-by: Song Liu <songliubrav...@fb.com>