This is an archive of the discontinued LLVM Phabricator instance.

[ELF] - Make LLD remove gnu-lib compression prefix (".z") after decompression when using -r
ClosedPublic

Authored by grimar on Jun 5 2017, 1:29 AM.

Details

Summary

This is PR33289.

Previously LLD leaved section naming as is and that lead to wrong result,
because we decompress sections when using -r,
and hence should remove ".z" prefix.

Diff Detail

Repository
rL LLVM

Event Timeline

grimar created this revision.Jun 5 2017, 1:29 AM
ruiu accepted this revision.Jun 5 2017, 5:26 AM

LGTM

This revision is now accepted and ready to land.Jun 5 2017, 5:26 AM
This revision was automatically updated to reflect the committed changes.