[PATCH] [lld][ELF] Add support for reading dynamic libraries.

Shankar Kalpathi Easwaran shankarke at gmail.com
Sun Feb 10 14:04:25 PST 2013


  LGTM except for the only comment.


================
Comment at: lib/ReaderWriter/ELF/DynamicFile.h:122-123
@@ +121,4 @@
+  struct SymAtomPair {
+        const typename llvm::object::ELFObjectFile<ELFT>::Elf_Sym *_symbol;
+        const SharedLibraryAtom *_atom;
+  };
----------------
Indentation ?


http://llvm-reviews.chandlerc.com/D382



More information about the llvm-commits mailing list