diff options
author | Yaxun (Sam) Liu <yaxun.liu@amd.com> | 2023-06-05 10:19:38 -0400 |
---|---|---|
committer | Yaxun (Sam) Liu <yaxun.liu@amd.com> | 2023-06-06 12:03:48 -0400 |
commit | f2677afe91592673663d24a63706c3218c477c1c (patch) | |
tree | bbdfc67577877182b9f560d1149318c5b10a34cb /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
parent | 540294845babbb2be909ea456323d7bc8a1763df (diff) | |
download | llvm-f2677afe91592673663d24a63706c3218c477c1c.zip llvm-f2677afe91592673663d24a63706c3218c477c1c.tar.gz llvm-f2677afe91592673663d24a63706c3218c477c1c.tar.bz2 |
[CUDA][HIP] Externalize device var in anonymous namespace
Device variables in an anonymous namespace may be
referenced by host code, therefore they need to
be externalized in a similar way as a static device
variables or kernels in an anonymous namespace.
Fixes: https://github.com/ROCm-Developer-Tools/HIP/issues/3246
Reviewed by: Artem Belevich
Differential Revision: https://reviews.llvm.org/D152164
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions