Create only one vector instead of two.
authorRui Ueyama <ruiu@google.com>
Wed, 3 Aug 2016 21:12:09 +0000 (21:12 +0000)
committerRui Ueyama <ruiu@google.com>
Wed, 3 Aug 2016 21:12:09 +0000 (21:12 +0000)
commite7f912cd8f12965a78c5e8a914fbf764834bbf7c
tree66d329dfd87cd1ec683eb19bff1c914d0e8af123
parent363da6f5897b09260c25f64667bb051e51eb6d72
Create only one vector instead of two.

In this for-loop, we append elements from one vector to another,
which is a bit inefficient.

llvm-svn: 277653
lld/ELF/LinkerScript.cpp