This is an archive of the discontinued LLVM Phabricator instance.

[DEMO]
AbandonedPublic

Authored by grimar on Aug 11 2018, 4:07 AM.

Details

Reviewers
espindola
Summary

For demonstration purposes only.

Diff Detail

Event Timeline

grimar created this revision.Aug 11 2018, 4:07 AM
kschwarz added inline comments.
ELF/LinkerScript.cpp
780

I think we should somehow keep the description of the used heuristic, or at least have a link here.

793

In my patch, the final else case returns nullptr, in your case its Ctx->LMARegion.
While I think we are catching all important cases previously, its not obvious now what will be finally returned.

grimar abandoned this revision.Aug 21 2018, 7:35 AM