diff options
| author | Zachary Turner <zturner@google.com> | 2018-03-19 20:41:59 +0000 |
|---|---|---|
| committer | Zachary Turner <zturner@google.com> | 2018-03-19 20:41:59 +0000 |
| commit | a21558897bd2d068e997cd6dc3d45af3f280cbb8 (patch) | |
| tree | b147fa697728704af4f3da547ba6255818a99ce6 /llvm/lib/DebugInfo/CodeView/DebugChecksumsSubsection.cpp | |
| parent | bd5ff79dd0b007489d4776ea0cb4c8cb4bed3fcd (diff) | |
| download | bcm5719-llvm-a21558897bd2d068e997cd6dc3d45af3f280cbb8.tar.gz bcm5719-llvm-a21558897bd2d068e997cd6dc3d45af3f280cbb8.zip | |
Revert "Support embedding natvis files in PDBs."
This is causing a test failure on a certain bot, so I'm removing
this temporarily until we can figure out the source of the error.
llvm-svn: 327903
Diffstat (limited to 'llvm/lib/DebugInfo/CodeView/DebugChecksumsSubsection.cpp')
| -rw-r--r-- | llvm/lib/DebugInfo/CodeView/DebugChecksumsSubsection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/DebugInfo/CodeView/DebugChecksumsSubsection.cpp b/llvm/lib/DebugInfo/CodeView/DebugChecksumsSubsection.cpp index 0f155a95d60..ccc20eb7488 100644 --- a/llvm/lib/DebugInfo/CodeView/DebugChecksumsSubsection.cpp +++ b/llvm/lib/DebugInfo/CodeView/DebugChecksumsSubsection.cpp @@ -109,7 +109,7 @@ Error DebugChecksumsSubsection::commit(BinaryStreamWriter &Writer) const { } uint32_t DebugChecksumsSubsection::mapChecksumOffset(StringRef FileName) const { - uint32_t Offset = Strings.getIdForString(FileName); + uint32_t Offset = Strings.getStringId(FileName); auto Iter = OffsetMap.find(Offset); assert(Iter != OffsetMap.end()); return Iter->second; |

