[PATCH] D21361: [pdbdump] Verify LF_{CLASS, ENUM, INTERFACE, STRUCTURE, UNION} records.
Zachary Turner via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 15 11:22:43 PDT 2016
zturner accepted this revision.
zturner added a comment.
This revision is now accepted and ready to land.
looks good. After posting this review I found out we already have `cv_error_code::corrupt_record`. So probably we should use that as follows:
return llvm::make_error<CodeViewError>(cv_error_code::corrupt_record);
http://reviews.llvm.org/D21361
More information about the llvm-commits
mailing list