summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/Raw/PDBInfoStream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/DebugInfo/PDB/Raw/PDBInfoStream.cpp')
-rw-r--r--llvm/lib/DebugInfo/PDB/Raw/PDBInfoStream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/DebugInfo/PDB/Raw/PDBInfoStream.cpp b/llvm/lib/DebugInfo/PDB/Raw/PDBInfoStream.cpp
index 76fa1952d7f..8b12eeaf8dd 100644
--- a/llvm/lib/DebugInfo/PDB/Raw/PDBInfoStream.cpp
+++ b/llvm/lib/DebugInfo/PDB/Raw/PDBInfoStream.cpp
@@ -20,7 +20,7 @@ std::error_code PDBInfoStream::reload() {
support::ulittle32_t Value;
Stream1.readObject(&Version);
- if (Version < PdbRaw_ImplVer::VC70)
+ if (Version < PdbRaw_ImplVer::PdbImplVC70)
return std::make_error_code(std::errc::not_supported);
Stream1.readObject(&Value);
OpenPOWER on IntegriCloud