[PATCH] D116480: [DebugInfo] Support 2-byte addresses for global location attributes.
Jack Andersen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 4 09:53:37 PST 2022
jackoalan added a comment.
In D116480#3220038 <https://reviews.llvm.org/D116480#3220038>, @dblaikie wrote:
> Could you add some details about where the assert came from/went to, link to the patch that made the change?
The assert was moved by D111404 <https://reviews.llvm.org/D111404> in order to cover an additional branch that uses the pointer size. Neither the MSP430 nor AVR targets make use of TLS or RWPI globals.
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