[PATCH] D143903: [DWARFLinker][DWARFv5] Add support for .debug_rnglists.
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 23 11:03:51 PST 2023
aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.
I think this SGTM.
================
Comment at: llvm/lib/DWARFLinker/DWARFLinker.cpp:1267
+ if (!Index) {
+ Linker.reportWarning("Cann't read the attribute. Dropping.", File,
+ &InputDIE);
----------------
typo: "Can't"
I would use: "Cannot"
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143903/new/
https://reviews.llvm.org/D143903
More information about the llvm-commits
mailing list