[clang] [CUDA/HIP] Externalize __device__ const variables for symbol lookup (PR #177292)

Juan Manuel Martinez CaamaƱo via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 11 08:55:59 PST 2026


jmmartinez wrote:

When we compile on the device side we pass `-fvisibility=hidden`, right? Is the symbol still visible for the lookup in this case?

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


More information about the cfe-commits mailing list