When all lit scripts have a unique name, they don't get overwritten
during an execution of the test-suite. Before this patch, only the
verify script would remain, and it'd be hard to find out exactly what
was run as part of e.g. the "run" step of the test execution.
Having all scripts still available after the test-suite run finished
makes analyzing test framework issues a lot easier.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Note that often lit -a is enough to see all the commandlines.
But there are indeed cases where you would like to investigate the temporary files. LGTM, thanks.