[PATCH] D75532: Use DWARFDataExtractor::getInitialLength in DWARFDebugAddr
Paul Robinson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 3 09:39:57 PST 2020
probinson accepted this revision.
probinson added a comment.
This revision is now accepted and ready to land.
LGTM aside from the possible clang-format nit.
================
Comment at: llvm/lib/DebugInfo/DWARF/DWARFDebugAddr.cpp:54
+ ": %s",
+ Offset, toString(std::move(Err)).c_str());
}
----------------
clang-format complains; is there an indentation issue here?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75532/new/
https://reviews.llvm.org/D75532
More information about the llvm-commits
mailing list