]> granicus.if.org Git - llvm/commit
Fix a broken test.
authorZachary Turner <zturner@google.com>
Fri, 19 May 2017 03:04:08 +0000 (03:04 +0000)
committerZachary Turner <zturner@google.com>
Fri, 19 May 2017 03:04:08 +0000 (03:04 +0000)
commit4f44e8f7460bcd281c7d6d02bbf418d0214a2461
treed8753ce20c3193a87d2872a9223507c2a2f12bc5
parent586584b84ad8020ef52ef232eee02e8fc81e5670
Fix a broken test.

Similar to my previous fix, it turns out llvm-pdbdump has been
printing an incorrect value since the beginning of time, but
we didn't know it was incorrect.  Specifically, we were interpreting
a TypeIndex as referencing a type from the TPI stream when it
actually should come from the IPI stream.  So we were printing a
string that looked like a valid string, but was just from the
wrong place.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@303403 91177308-0d34-0410-b5e6-96231b3b80d8
test/DebugInfo/PDB/pdbdump-headers.test