DescriptionAdditional clean ups on errors in bitcode parsing.
Earlier CL's introduced the notion of ErrorAt to a bitcode parser.
However, a couple of parsers were not updated to use the new virtual,
resulting in bitposition being lost in error messages.
This CL also further consolidates error message formats, defining a
common naclbitc::ErrorAt static method to print the
standard error message prefix. That is, a label (i.e. "Warning", "Error" or
"Fatal") followed by the bit position in the file, followed by a
colon.
It also now defines a single virtual method ErrorAt in bitcode parsers, for which all other forms of error reporting are fed through. This means that derived classes must only redefine a single virtual to change how errors are reported in bitcode parsers.
BUG=None
R=jvoung@chromium.org
Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-llvm.git;a=commit;h=090ce49bad69b6bcd22c1d1ba1d3eb679ad367a4
Patch Set 1 #Patch Set 2 : Clean up handling of error labels. #Patch Set 3 : Use symbolic names for error labels. #Patch Set 4 : Further simplify error reporting. #Patch Set 5 : Fix nits. #
Total comments: 21
Patch Set 6 : Fix issues in patch set 5. #
Total comments: 3
Patch Set 7 : Fix nit. #
Total comments: 6
Patch Set 8 : Fix comment. #
Created: 5 years, 9 months ago
Messages
Total messages: 11 (1 generated)
|