[PATCH] D34177: [DWARF] Partial verification for .apple_names accelerator table in llvm-dwarfdump output.
Spyridoula Gravani via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 13 17:01:15 PDT 2017
sgravani marked an inline comment as done.
sgravani added inline comments.
================
Comment at: include/llvm/DebugInfo/DWARF/DWARFVerifier.h:103
+ ///
+ /// @return True if the .apple_names verifies successfully, false otherwise.
+ bool handleAppleNames();
----------------
aprantl wrote:
> side-note: We generally use `\return` over `@return`. You might want to update this in the entire file in a separate commit.
Ok, I'll do that.
https://reviews.llvm.org/D34177
More information about the llvm-commits
mailing list