[PATCH] D141323: AMDGPU: Use constant and externally_initialized for block handle
Yaxun Liu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 9 14:11:42 PST 2023
yaxunl added a comment.
I doubt this will work. First, this may result in missing symbol in lld. Second, the runtime currently expects *.runtime_handle global symbols having a certain size and will initialize them by copying to them. If this compiler change requires a corresponding runtime change, it should be coordinated with runtime.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141323/new/
https://reviews.llvm.org/D141323
More information about the llvm-commits
mailing list