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

Artem Belevich via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 29 09:37:30 PDT 2018


tra added a comment.

Could you elaborate on what exactly is the problem this patch fixes?
I don't see how internalizing the symbols connects to PLTs. My understanding is that PLTs are used to provide stubs for symbols to be resolved by dynamic linker at runtime. AFAICT AMD does not use shared libs on device side. What do I miss?


https://reviews.llvm.org/D51434





More information about the cfe-commits mailing list