We plan to introduce additional CTU related lit test. Since lit may run the
tests in parallel, it is not safe to use the same directory (%T) for these
tests. It is safe to use however test case specific directories (%t).
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Hi Gabor,
Yes, the %T variable is obsolete, but it looks like the Guide recommendations are not entirely fulfilled.
test/Analysis/ctu-main.cpp | ||
---|---|---|
1 ↗ | (On Diff #176131) | The Testing Infrastructure Guide recommends to use rm -rf %t && mkdir %t. |