summaryrefslogtreecommitdiffstats
path: root/lld/COFF/DLL.h
diff options
context:
space:
mode:
Diffstat (limited to 'lld/COFF/DLL.h')
-rw-r--r--lld/COFF/DLL.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/COFF/DLL.h b/lld/COFF/DLL.h
index d40bece9a50..ad312789edf 100644
--- a/lld/COFF/DLL.h
+++ b/lld/COFF/DLL.h
@@ -39,7 +39,7 @@ private:
std::vector<Chunk *> Lookups;
std::vector<Chunk *> Addresses;
std::vector<Chunk *> Hints;
- std::map<StringRef, Chunk *> DLLNames;
+ std::vector<Chunk *> DLLNames;
};
// Windows-specific.
@@ -67,7 +67,7 @@ private:
std::vector<Chunk *> Names;
std::vector<Chunk *> HintNames;
std::vector<Chunk *> Thunks;
- std::map<StringRef, Chunk *> DLLNames;
+ std::vector<Chunk *> DLLNames;
};
// Windows-specific.
OpenPOWER on IntegriCloud