diff options
Diffstat (limited to 'lld/COFF/DebugTypes.cpp')
-rw-r--r-- | lld/COFF/DebugTypes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/COFF/DebugTypes.cpp b/lld/COFF/DebugTypes.cpp index c41c49cc319..78c1c78b408 100644 --- a/lld/COFF/DebugTypes.cpp +++ b/lld/COFF/DebugTypes.cpp @@ -231,7 +231,7 @@ void TypeServerSource::enqueue(const ObjFile *dependentFile, if (!it.second) return; // another OBJ already scheduled this PDB for load - driver->enqueuePath(*p, false, false); + driver->enqueuePath(*p, false); } // Create an instance of TypeServerSource or an error string if the PDB couldn't |