Split decompressAndMergeSection into two separate functions.
authorRui Ueyama <ruiu@google.com>
Wed, 11 Oct 2017 03:12:53 +0000 (03:12 +0000)
committerRui Ueyama <ruiu@google.com>
Wed, 11 Oct 2017 03:12:53 +0000 (03:12 +0000)
commit2b714b56a9c8cf3a7ee6a2dbf9b7d03af331f2c2
tree72c1722679f173755e3d65dd9a500454d7d1d5e8
parentb801441ed36d7322d9859cef3878374dec98156c
Split decompressAndMergeSection into two separate functions.

Even though they are called sequentially, they are separate
operations, so it is better to split it.

llvm-svn: 315422
lld/ELF/Driver.cpp
lld/ELF/InputSection.cpp
lld/ELF/SyntheticSections.cpp
lld/ELF/SyntheticSections.h