[PATCH] [ELF] Allow code sharing by multiple ELF writers

Michael Spencer bigcheesegs at gmail.com
Fri Mar 8 12:33:24 PST 2013


  Looks good.


================
Comment at: ELF/OutputELFWriter.h:30-32
@@ +29,5 @@
+
+//===----------------------------------------------------------------------===//
+//  OutputELFWriter Class
+//===----------------------------------------------------------------------===//
+template<class ELFT>
----------------
This should be replaced with a doxygen comment explaining what OutputELFWriter is and how it relates to dynamic and executable.


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



More information about the llvm-commits mailing list