diff options
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/DebugInfo/PDB/Raw/TpiStream.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/DebugInfo/PDB/Raw/TpiStream.cpp b/llvm/lib/DebugInfo/PDB/Raw/TpiStream.cpp index 5d716742fe0..20aa3041fda 100644 --- a/llvm/lib/DebugInfo/PDB/Raw/TpiStream.cpp +++ b/llvm/lib/DebugInfo/PDB/Raw/TpiStream.cpp @@ -116,5 +116,5 @@ uint32_t TpiStream::NumTypeRecords() const { } iterator_range<codeview::TypeIterator> TpiStream::types() const { - return codeview::makeTypeRange(RecordsBuffer.str()); + return codeview::makeTypeRange(RecordsBuffer.data()); } |

