Remove OutputSectionBuilder::finalize.
authorRui Ueyama <ruiu@google.com>
Fri, 12 Aug 2016 00:55:08 +0000 (00:55 +0000)
committerRui Ueyama <ruiu@google.com>
Fri, 12 Aug 2016 00:55:08 +0000 (00:55 +0000)
commit2de509c370a7af9d51ef9a32e2b4f299b71cc088
tree6fb6b36ad72c9c8d8c7280182edda51807463dc3
parent32cb8c9b61858cdcdb91f9acdb267e2ce5d0f3f5
Remove OutputSectionBuilder::finalize.

The reason why we had to assign offsets only to sections that
don't contain layout sections were unclear. It turned out that
we can live without it.

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