This is an archive of the discontinued LLVM Phabricator instance.

ELF: Do not ICF two sections with different output sections.
ClosedPublic

Authored by pcc on May 22 2018, 6:36 PM.

Details

Summary

Note that this doesn't do the right thing in the case where there is
a linker script. We probably need to move output section assignment
before ICF to get the correct behaviour here.

Diff Detail

Repository
rLLD LLVM Linker