This is an archive of the discontinued LLVM Phabricator instance.

Fixes a bug in pstat module
ClosedPublic

Authored by apolyakov on Feb 14 2020, 1:15 AM.

Details

Summary

There was a bug in the pstat module: LNT crashes with
"UnboundLocalError: local variable 'list' referenced before assignment"
when trying to add linear regression to the regression graph.

Diff Detail

Event Timeline

apolyakov created this revision.Feb 14 2020, 1:15 AM
cmatthews accepted this revision.Feb 14 2020, 10:09 AM
This revision is now accepted and ready to land.Feb 14 2020, 10:09 AM

@cmatthews can you please land the patch yourself? It seems that I don't have permission. Also, how can I get that permission (does it differ from llvm commit access)?

Gentle ping.