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