[PATCH] D13486: ELF2; Make singleton output sections globally accessible

Rafael Ávila de Espíndola via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 7 12:14:22 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/Target.cpp:12
@@ -12,2 +11,3 @@
 #include "Symbols.h"
+#include "Target.h"
 
----------------
Target should still be the first include, no?


http://reviews.llvm.org/D13486





More information about the llvm-commits mailing list