Make class hierarchy more shallow.
authorRui Ueyama <ruiu@google.com>
Thu, 11 Aug 2016 22:06:55 +0000 (22:06 +0000)
committerRui Ueyama <ruiu@google.com>
Thu, 11 Aug 2016 22:06:55 +0000 (22:06 +0000)
commit2c3f501052dac7baa3d937d543e60662089145c7
tree627369ed67681a20b39332bcfa638432b73c2b09
parent8950a53821d1b76ced7cb8cc0baf6e6292c77406
Make class hierarchy more shallow.

LayoutInputSection is a dummy class and does not need any features
that the actual implementation (InputSection class) provides.

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