aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectLog.cpp
diff options
context:
space:
mode:
authorFraser Cormack <fraser@codeplay.com>2025-02-19 16:26:24 +0000
committerGitHub <noreply@github.com>2025-02-19 16:26:24 +0000
commit9743b99cd1d1775f9f367e5f1c6d40ba09ec523b (patch)
treecb8e7cecd089fe7732b4c47c895d0ff7bb68f080 /lldb/source/Commands/CommandObjectLog.cpp
parentfc5849de6abba74dd0bb9a062b207ba4fcd7a37d (diff)
downloadllvm-9743b99cd1d1775f9f367e5f1c6d40ba09ec523b.zip
llvm-9743b99cd1d1775f9f367e5f1c6d40ba09ec523b.tar.gz
llvm-9743b99cd1d1775f9f367e5f1c6d40ba09ec523b.tar.bz2
[libclc] Explicitly qualify private address spaces (#127823)
Doing so provides stability when compiling the builtins in a mode in which unqualified pointers may be interpreted as being in the generic address space, such as in OpenCL 3.0. We eventually want to provide 'generic' overloads of the builtins in libclc so this prepares the ground a little better. It could be argued that having the internal CLC helper functions be unqualified is more flexible, in case it's better for a target to have the pointers in the generic address space. This commits to the private address space for more stability across different OpenCL environments.
Diffstat (limited to 'lldb/source/Commands/CommandObjectLog.cpp')
0 files changed, 0 insertions, 0 deletions