commit | 74df5c7eeb444b8a392939ea9302dc16b2d01c0e | [log] [tgz] |
---|---|---|
author | Rafael Espindola <rafael.espindola@gmail.com> | Tue Jul 19 12:33:46 2016 +0000 |
committer | Rafael Espindola <rafael.espindola@gmail.com> | Tue Jul 19 12:33:46 2016 +0000 |
tree | 5925f3575e98f2cebf27bd968c98afd661b0f530 | |
parent | 766345e3312b71b3c33deb6747705810ecfd0d17 [diff] [blame] |
Fix build with gcc 6. llvm-svn: 275972
diff --git a/lld/ELF/LinkerScript.cpp b/lld/ELF/LinkerScript.cpp index 28f60ca1..e56e1a2 100644 --- a/lld/ELF/LinkerScript.cpp +++ b/lld/ELF/LinkerScript.cpp
@@ -275,7 +275,7 @@ } template <class ELFT> -std::vector<Phdr<ELFT>> +std::vector<PhdrEntry<ELFT>> LinkerScript<ELFT>::createPhdrs(ArrayRef<OutputSectionBase<ELFT> *> Sections) { int TlsNum = -1; int NoteNum = -1;