[PATCH] D19660: Use a single context for lto
Peter Collingbourne via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 28 10:33:52 PDT 2016
pcc accepted this revision.
pcc added a comment.
This revision is now accepted and ready to land.
LGTM with nit.
================
Comment at: ELF/InputFiles.h:25
@@ -24,2 +24,3 @@
#include "llvm/Object/IRObjectFile.h"
+#include "llvm/Object/IRObjectFile.h"
#include "llvm/Support/StringSaver.h"
----------------
Duplicate #include.
http://reviews.llvm.org/D19660
More information about the llvm-commits
mailing list