[PATCH] D20433: [ELF] - Lazy initialization of MergeInputSection class internals.
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Thu May 19 07:38:31 PDT 2016
grimar added inline comments.
================
Comment at: ELF/InputSection.h:15
@@ -14,2 +14,3 @@
#include "lld/Core/LLVM.h"
+#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/TinyPtrVector.h"
----------------
I`ll remove that line, it is needless.
http://reviews.llvm.org/D20433
More information about the llvm-commits
mailing list