diff options
Diffstat (limited to 'ELF/LTO.h')
-rw-r--r-- | ELF/LTO.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ELF/LTO.h b/ELF/LTO.h index 8803078eb1df..a190da3e5996 100644 --- a/ELF/LTO.h +++ b/ELF/LTO.h @@ -55,7 +55,7 @@ private: std::vector<std::unique_ptr<MemoryBuffer>> Files; llvm::DenseSet<StringRef> UsedStartStop; std::unique_ptr<llvm::raw_fd_ostream> IndexFile; - llvm::StringMap<bool> ObjectToIndexFileState; + llvm::DenseSet<StringRef> ThinIndices; }; } // namespace elf } // namespace lld |