This is an archive of the discontinued LLVM Phabricator instance.

[ELF] Move KeepUnique to InputSectionBase and update comments
Needs ReviewPublic

Authored by sbc100 on Jun 20 2018, 12:41 PM.

Details

Summary

KeepUnique is only ever used by InputSection.

Also, its seems that the Live bit is indeed used by output sections
as well as input ones.