[clang] [Clang][Driver] Enable internalization by default for AMDGPU (PR #138365)

Joseph Huber via cfe-commits cfe-commits at lists.llvm.org
Sat May 3 05:50:23 PDT 2025


jhuber6 wrote:

> also seeing "PluginInterface" error: Failure to look up global address: Error in hsa_executable_get_symbol_by_name(grid_points): HSA_STATUS_ERROR_INVALID_SYMBOL_NAME: There is no symbol with the given name. omptarget error: Failed to load symbol grid_points

Yeah, this is what I was assuming would happen. This is a force-internalize pass that overrides normal LTO handling. I'm wondering why we needed it.

https://github.com/llvm/llvm-project/pull/138365


More information about the cfe-commits mailing list