diff options
author | Vlad Tsyrklevich <vlad@tsyrklevich.net> | 2019-08-30 23:24:41 +0000 |
---|---|---|
committer | Vlad Tsyrklevich <vlad@tsyrklevich.net> | 2019-08-30 23:24:41 +0000 |
commit | 802aab5de87c5908a6915fca837843db3f8279bb (patch) | |
tree | 6341b67496527507084722f1c2f1593e7d610765 /lld/COFF/DebugTypes.cpp | |
parent | d8c20b9443c0e4ef7b1dd5891d897e0638c55c8b (diff) | |
download | bcm5719-llvm-802aab5de87c5908a6915fca837843db3f8279bb.tar.gz bcm5719-llvm-802aab5de87c5908a6915fca837843db3f8279bb.zip |
Revert "[lld-link] implement -start-lib and -end-lib"
This reverts commit r370487 as it is causing ASan/MSan failures on
sanitizer-x86_64-linux-fast
llvm-svn: 370550
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 |