[PATCH] D116480: [DebugInfo] Support 2-byte addresses for global location attributes.
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 4 09:47:11 PST 2022
dblaikie added a comment.
Could you add some details about where the assert came from/went to, link to the patch that made the change?
If this codepath that's being changed that relies on the pointer size variations isn't reachable by a 2 byte pointer platform, it might be better to move the assert & then it can be changed if/when the codoepath is used on a 2 byte pointer platform and the code changes can be tested.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116480/new/
https://reviews.llvm.org/D116480
More information about the llvm-commits
mailing list