[PATCH] D28811: [LLD][ARM][Mips] Move createThunks() after scanRelocs()
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 17 10:08:41 PST 2017
ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: ELF/Relocations.h:118
+template <class ELFT>
+void createThunks(std::vector<OutputSectionBase *> *OutputSections);
----------------
Use ArrayRef.
https://reviews.llvm.org/D28811
More information about the llvm-commits
mailing list