ELF: Perform per-section .ARM.exidx processing during combineEhFrameSections(). NFCI.
authorPeter Collingbourne <peter@pcc.me.uk>
Mon, 1 Apr 2019 18:01:18 +0000 (18:01 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Mon, 1 Apr 2019 18:01:18 +0000 (18:01 +0000)
commita9e847238e19e152044644bc093c82f8ea86a124
tree48d09f53e99a6e578e7e05615369623bb685b49c
parentb06935fa8c1bce14ec3083920bbee6cc9afcd0be
ELF: Perform per-section .ARM.exidx processing during combineEhFrameSections(). NFCI.

And rename the function to combineEhSections(). This makes the processing
of .ARM.exidx even more similar to .eh_frame and means that we can avoid an
additional loop over InputSections.

Differential Revision: https://reviews.llvm.org/D60026

llvm-svn: 357417
lld/ELF/SyntheticSections.cpp
lld/ELF/SyntheticSections.h
lld/ELF/Writer.cpp