[PATCH] D35880: Un-revert "Teach the CMake build system to run lit's test suite. These can be run"
George Karpenkov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 26 11:00:50 PDT 2017
george.karpenkov added a comment.
A much easier fix would be to change lit tests to use `mktemp` instead of `%t` (then the test would need to be responsible for the file cleanup).
https://reviews.llvm.org/D35880
More information about the llvm-commits
mailing list