[llvm-branch-commits] [clang] [NFCI][clang] Allow overriding any global variable address space (PR #195612)
Pierre van Houtryve via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu May 7 01:04:41 PDT 2026
Pierre-vh wrote:
> I'm a little confused why want to do adjustments like this in CodeGen; shouldn't Sema know the address-space of variables?
I'm not very well experienced with contributing to Clang, if there is a better place to do this change I'll gladly update the patch.
I did it there because it's where similar overrides are done currently, so I thought it was the right place for it
https://github.com/llvm/llvm-project/pull/195612
More information about the llvm-branch-commits
mailing list