summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/PDB/Inputs/global-name-lookup.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [PDB] Fix another bug in globals stream name lookup.Zachary Turner2018-10-091-0/+23
When we're on the last bucket the computation is tricky. We were failing when the last bucket contained multiple matches. Added a new test for this. llvm-svn: 344081
OpenPOWER on IntegriCloud