Return a vector from createPhdrs instead of return nothing.
authorRui Ueyama <ruiu@google.com>
Wed, 20 Jul 2016 19:36:39 +0000 (19:36 +0000)
committerRui Ueyama <ruiu@google.com>
Wed, 20 Jul 2016 19:36:39 +0000 (19:36 +0000)
commit703296aedaaa9cc4e991c4a0d50abd0b125b22c4
treed80e412cb6bf70bad120af0f36c33b687fae9337
parentb0f6c5902386120083886f688f16d43b1b189e76
Return a vector from createPhdrs instead of return nothing.

This way is consistent with createSections.

llvm-svn: 276164
lld/ELF/Writer.cpp