ELF: Remove OutSection class and use a map instead.
authorRui Ueyama <ruiu@google.com>
Sun, 28 Feb 2016 05:09:11 +0000 (05:09 +0000)
committerRui Ueyama <ruiu@google.com>
Sun, 28 Feb 2016 05:09:11 +0000 (05:09 +0000)
commit3e808976278b52d0fae64d3232e4bff35a3f5bb2
tree1997cbcfc1273a0096debab968b9d6848e4c492d
parent7a6c9aed7a1bfdfc918be1d4bc814b63e04beb28
ELF: Remove OutSection class and use a map instead.

It is easier to handle section filler data separately rather than
merging with section names.

llvm-svn: 262175
lld/ELF/LinkerScript.cpp
lld/ELF/LinkerScript.h