[PATCH] [ELF] Use llvm ADT's instead of std.

Shankar Kalpathi Easwaran shankarke at gmail.com
Wed Feb 25 10:13:55 PST 2015


Hi Bigcheese, ruiu, atanasyan,

This changes usage of std::map/std::unordered_map to use llvm ADT's. The llvm ADT's are more light weight, easy to use, 
there are more error checks and easier to debug if there is an issue. Makes it consistent with rest of llvm too.

This change otherwise doesnot bring any new functionality.

http://reviews.llvm.org/D7885

Files:
  lib/ReaderWriter/ELF/DefaultLayout.h
  lib/ReaderWriter/ELF/DynamicFile.h
  lib/ReaderWriter/ELF/ELFFile.h
  lib/ReaderWriter/ELF/Mips/MipsSectionChunks.h
  lib/ReaderWriter/ELF/Reader.cpp
  lib/ReaderWriter/ELF/ReaderWriterUtils.h
  lib/ReaderWriter/ELF/SectionChunks.h

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7885.20688.patch
Type: text/x-patch
Size: 13663 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150225/47f54cfe/attachment.bin>


More information about the llvm-commits mailing list