[PATCH] D126257: Round up zero-sized symbols to 1 byte in `.debug_aranges`.
Patrick Walton via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 24 17:13:56 PDT 2022
pcwalton added a comment.
Thanks!
Wouldn't that mean that those zero-sized data symbols won't show up in the debugger anymore? That might be confusing for Rust users, who do use zero-sized globals reasonably commonly (to attach methods to).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126257/new/
https://reviews.llvm.org/D126257
More information about the llvm-commits
mailing list