[PATCH] D16212: Fix reading gcov data that does not have function names

Arseny Kapoulkine via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 25 20:40:34 PST 2016


arseny.kapoulkine added a comment.

Updated the diff to use "have we read the entire chunk" as a condition so that we don't have to track the required length specifically. Also added a test (compiled with clang with options that make the output gcov-compatible).


http://reviews.llvm.org/D16212





More information about the llvm-commits mailing list