diff options
Diffstat (limited to 'lld/ELF/MapFile.cpp')
-rw-r--r-- | lld/ELF/MapFile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/MapFile.cpp b/lld/ELF/MapFile.cpp index cc5b31de543..d9ff3e7382d 100644 --- a/lld/ELF/MapFile.cpp +++ b/lld/ELF/MapFile.cpp @@ -37,7 +37,7 @@ using namespace llvm::object; using namespace lld; using namespace lld::elf; -typedef DenseMap<const SectionBase *, SmallVector<Defined *, 4>> SymbolMapTy; +using SymbolMapTy = DenseMap<const SectionBase *, SmallVector<Defined *, 4>>; static const std::string Indent8 = " "; // 8 spaces static const std::string Indent16 = " "; // 16 spaces |