aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/rsp_bisect_test
AgeCommit message (Collapse)AuthorFilesLines
2023-05-17[NFC][Py Reformat] Reformat python files in llvmTobias Hieta3-55/+60
This is the first commit in a series that will reformat all the python files in the LLVM repository. Reformatting is done with `black`. See more information here: https://discourse.llvm.org/t/rfc-document-and-standardize-python-code-style Reviewed By: jhenderson, JDevlieghere, MatzeB Differential Revision: https://reviews.llvm.org/D150545
2021-08-02Add script to bisect over files in an rsp fileArthur Eubanks3-0/+139
This is mostly intended to be used to find which file contains a miscompile. Reviewed By: hans Differential Revision: https://reviews.llvm.org/D107184