summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-readobj/codeview-merging-anon.test
Commit message (Collapse)AuthorAgeFilesLines
* [codeview] Fix buggy BeginIndexMapSize assertionReid Kleckner2017-03-291-0/+29
This assert is just trying to test that processing each record adds exactly one entry to the index map. The assert logic was wrong when the first record in the type stream was a field list. I've simplified the code by moving the LF_FIELDLIST-specific logic into the callback for that record type. llvm-svn: 299035
OpenPOWER on IntegriCloud