This is an archive of the discontinued LLVM Phabricator instance.

[LNT] fix ValueError in corner case
ClosedPublic

Authored by danilaml on Dec 28 2018, 8:57 AM.

Details

Summary

Fixes ValueError('need more than 0 values to unpack',) that could appear in some corner cases (the fewer runs you have in your db the more likely you'll encounter it).

Diff Detail

Repository
rL LLVM

Event Timeline

danilaml created this revision.Dec 28 2018, 8:57 AM
cmatthews accepted this revision.Jan 7 2019, 4:14 PM

LGTM. Thanks!

This revision is now accepted and ready to land.Jan 7 2019, 4:14 PM
This revision was automatically updated to reflect the committed changes.