Attempt to unbreak the build after r342286.
authorAdrian Prantl <aprantl@apple.com>
Fri, 14 Sep 2018 21:43:45 +0000 (21:43 +0000)
committerAdrian Prantl <aprantl@apple.com>
Fri, 14 Sep 2018 21:43:45 +0000 (21:43 +0000)
llvm-svn: 342291

llvm/include/llvm/DebugInfo/PDB/Native/SymbolCache.h

index 49dfa57..c53b919 100644 (file)
@@ -43,7 +43,8 @@ class SymbolCache {
   SymIndexId createSymbolForType(codeview::TypeIndex TI, codeview::CVType CVT,
                                  Args &&... ConstructorArgs) {
     CVRecordT Record;
-    if (auto EC = TypeDeserializer::deserializeAs<CVRecordT>(CVT, Record)) {
+    if (auto EC =
+            codeview::TypeDeserializer::deserializeAs<CVRecordT>(CVT, Record)) {
       consumeError(std::move(EC));
       return 0;
     }