This is an archive of the discontinued LLVM Phabricator instance.

Store an ArrayRef for Data in InputSectionData
ClosedPublic

Authored by rafael on Sep 9 2016, 5:59 AM.

Details

Reviewers
ruiu
Summary

This is the followup to https://reviews.llvm.org/D24342

Diff Detail

Event Timeline

rafael updated this revision to Diff 70819.Sep 9 2016, 5:59 AM
rafael retitled this revision from to Store an ArrayRef for Data in InputSectionData.
rafael updated this object.
rafael added a reviewer: ruiu.
rafael added a subscriber: llvm-commits.
ruiu added inline comments.Sep 9 2016, 10:46 AM
ELF/InputSection.cpp
34

Can File be null?

35
return {};
rafael updated this revision to Diff 70887.Sep 9 2016, 12:58 PM
ruiu accepted this revision.Sep 9 2016, 2:24 PM
ruiu edited edge metadata.

LGTM

This revision is now accepted and ready to land.Sep 9 2016, 2:24 PM