[PATCH] D71931: [DWARF] Allow empty address range tables.
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 13 09:38:28 PST 2020
aprantl added inline comments.
================
Comment at: llvm/lib/DebugInfo/DWARF/DWARFDebugArangeSet.cpp:93
else
- break; // We are done if we get a zero address and length
+ return true; // We are done if we get a zero address and length
}
----------------
FYI, the LLVM coding style prefers putting the comment on a line of its own before the statement.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71931/new/
https://reviews.llvm.org/D71931
More information about the llvm-commits
mailing list