Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a bug in the code of llvm-cxxdump in dumpArchive() when | Kevin Enderby | 2016-10-21 | 1 | -0/+0 |
iterating over an archive with object and non-object members that would cause an Abort because to was not calling consumeError() when the code was wanting to ignore a non-object file. Found by Justin Bogner! llvm-svn: 284867 |