Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The parsing assumes a 4 lines header, which is removed and assumes to blank line. However, it appears to have blank lines in the output, which causes index out of range errors. Solution: 1) splitting on the last part of the header "objfile" to remove unwanted header lines, and then ignoring the blank lines while parsing.
- Loading branch information