[PATCH] D126010: Make sure the AsmPrinter doesn't emit any zero-sized symbols to `.debug_aranges`.
Patrick Walton via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 19 16:14:33 PDT 2022
pcwalton added a comment.
That being said, forbidding //global// zero-sized symbols might work for us, because I think those are pretty rare. They do appear in practice sometimes, but not commonly.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126010/new/
https://reviews.llvm.org/D126010
More information about the llvm-commits
mailing list