[PATCH] D11775: ELF2: Simplify Writer interface.

Rafael Ávila de Espíndola rafael.espindola at gmail.com
Wed Aug 5 16:14:55 PDT 2015


rafael accepted this revision.
rafael added a comment.
This revision is now accepted and ready to land.

LGTM with a nit.


================
Comment at: ELF/Writer.cpp:26
@@ -23,1 +25,3 @@
 
+namespace lld {
+namespace elf2 {
----------------
Can we use an anonymous namespace for some of these?


Repository:
  rL LLVM

http://reviews.llvm.org/D11775





More information about the llvm-commits mailing list