The TestSuiteBuilder is suppose to build and test the
llvm-test-suite with each new compiler it builds but does
not clean the test-suite build directory on each build request.
This patch adds a clean step to remove the test-suite build
directory on each build request allowing each newly built compiler
to test test-suite thoroughly.
Details
Details
- Reviewers
gkistanova amyk nemanjai lei - Group Reviewers
Restricted Project - Commits
- rZORG9f633a04ed1f: Adding a clobber test suite step to the TestSuiteBuilder
Diff Detail
Diff Detail
- Repository
- rZORG LLVM Github Zorg