This is an archive of the discontinued LLVM Phabricator instance.

ELF: Resolve _end symbols correctly.
ClosedPublic

Authored by pcc on Mar 10 2017, 12:58 PM.

Details

Summary

Fix a bug introduced in r297313 which caused them to resolve to the end
of the ELF header in PIEs and DSOs.

Diff Detail

Repository
rL LLVM

Event Timeline

pcc created this revision.Mar 10 2017, 12:58 PM
This revision was automatically updated to reflect the committed changes.