This is an archive of the discontinued LLVM Phabricator instance.

Add script to bisect over files in an rsp file
ClosedPublic

Authored by aeubanks on Jul 30 2021, 10:31 AM.

Details

Summary

This is mostly intended to be used to find which file contains a miscompile.

Diff Detail

Event Timeline

aeubanks requested review of this revision.Jul 30 2021, 10:31 AM
aeubanks created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJul 30 2021, 10:31 AM
aeubanks updated this revision to Diff 363197.Jul 30 2021, 1:52 PM

address some comments

hans accepted this revision.Aug 2 2021, 7:32 AM

lgtm, thanks for writing this!

llvm/utils/rsp_bisect.py
3

is this needed? the llvm/utils/*.py files i sampled don't have it

91

yes, i think rsp_entries is clearer than rsp :-)

This revision is now accepted and ready to land.Aug 2 2021, 7:32 AM
aeubanks updated this revision to Diff 363514.Aug 2 2021, 10:17 AM

remove coding: utf-8

This revision was landed with ongoing or failed builds.Aug 2 2021, 10:18 AM
This revision was automatically updated to reflect the committed changes.