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

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 7 12:16:19 PDT 2015


ruiu added inline comments.

================
Comment at: ELF/Target.cpp:12
@@ -12,2 +11,3 @@
 #include "Symbols.h"
+#include "Target.h"
 
----------------
rafael wrote:
> Target should still be the first include, no?
Done.


http://reviews.llvm.org/D13486





More information about the llvm-commits mailing list