This is an archive of the discontinued LLVM Phabricator instance.

[lld-macho][nfc] Represent the image loader cache with a ConcatInputSection
ClosedPublic

Authored by int3 on Jun 13 2021, 10:55 AM.

Details

Summary

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

Diff Detail