[PATCH] D51434: [HIP] Add -amdgpu-internalize-symbols option to opt

Scott Linder via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 29 11:11:29 PDT 2018


scott.linder added a reviewer: arsenm.
scott.linder added a comment.

+Matt to confirm, but our executable format is a shared object and we eventually want to support preemptible symbols through the PLT. We already generate GOT entries for globals.

Currently we work around the lack of PLT support by internalizing all non-kernel functions, so for now this patch is required.


https://reviews.llvm.org/D51434





More information about the cfe-commits mailing list