[PATCH] D147203: [dsymutil] Add a new verification mode
Alexey Lapshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 30 12:26:21 PDT 2023
avl accepted this revision.
avl added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: llvm/tools/dsymutil/dsymutil.cpp:500
+ WithColor::warning() << "verification skipped for " << Arch
+ << " because DWARF 5 is not fully supported yet.\n";
+ return true;
----------------
AFAIU, common spelling would be DWARFv5
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147203/new/
https://reviews.llvm.org/D147203
More information about the llvm-commits
mailing list