Some LLVM unit tests forget to clean up temporary files and directories. Introduce RAII classes for cleaning them up. Refactor the tests to use those classes. Differential Revision: https://reviews.llvm.org/D83228 |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| CoverageMappingTest.cpp | ||
| InstrProfDataTest.cpp | ||
| InstrProfTest.cpp | ||
| SampleProfTest.cpp | ||