This is an archive of the discontinued LLVM Phabricator instance.

[Object] Don't crash on empty export lists.
ClosedPublic

Authored by ributzka on Dec 18 2014, 5:08 PM.

Details

Summary

This fixes the exports iterator if the export list is empty.

Diff Detail

Repository
rL LLVM

Event Timeline

ributzka updated this revision to Diff 17476.Dec 18 2014, 5:08 PM
ributzka retitled this revision from to [Object] Don't crash on empty export lists..
ributzka updated this object.
ributzka edited the test plan for this revision. (Show Details)
ributzka added a reviewer: Bigcheese.
ributzka set the repository for this revision to rL LLVM.Dec 18 2014, 5:12 PM
ributzka added a subscriber: Unknown Object (MLST).

Looks fine, but I'm not familiar with the export iterators. I've added Nick as a review.

This revision was automatically updated to reflect the committed changes.