[lld-macho][nfc] Represent the image loader cache with a ConcatInputSection
authorJez Ng <jezng@fb.com>
Sun, 13 Jun 2021 23:43:36 +0000 (19:43 -0400)
committerJez Ng <jezng@fb.com>
Sun, 13 Jun 2021 23:51:31 +0000 (19:51 -0400)
commitc5c05ffa4562223cae7db537ca7772afaeccd009
tree3d93a663766e80155a96caca6f4ba6b5a8feca32
parentb2a0739012163f5433c0f069e842ee4cea3100f7
[lld-macho][nfc] Represent the image loader cache with a ConcatInputSection

We don't need to define any special behavior for this section,
so creating a subclass for it is redundant.

Reviewed By: #lld-macho, thakis

Differential Revision: https://reviews.llvm.org/D104199
lld/MachO/SyntheticSections.cpp
lld/MachO/SyntheticSections.h
lld/MachO/Writer.cpp