llvm-project/llvm/unittests/tools/llvm-exegesis/X86
Sergej Jaskiewicz fad75598d2 [llvm] [unittests] Remove temporary files after they're not needed
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
2020-09-02 00:34:44 +03:00
..
AssemblerTest.cpp [llvm-exegesis][NFC] Remove extra `llvm::` qualifications. 2019-10-09 11:29:21 +00:00
BenchmarkResultTest.cpp [llvm-exegesis][NFC] Remove extra `llvm::` qualifications. 2019-10-09 11:29:21 +00:00
CMakeLists.txt CMake: Make most target symbols hidden by default 2020-01-14 19:46:52 -08:00
RegisterAliasingTest.cpp [llvm-exegesis][NFC] Remove extra `llvm::` qualifications. 2019-10-09 11:29:21 +00:00
SchedClassResolutionTest.cpp [llvm-exegesis][NFC] Remove extra `llvm::` qualifications. 2019-10-09 11:29:21 +00:00
SnippetFileTest.cpp [llvm] [unittests] Remove temporary files after they're not needed 2020-09-02 00:34:44 +03:00
SnippetGeneratorTest.cpp [llvm-exegesis] Exploring X86::OperandType::OPERAND_COND_CODE 2020-02-12 21:33:52 +03:00
SnippetRepetitorTest.cpp [llvm][NFC] Add missing 'override's in unittests/ 2020-07-17 17:35:59 -07:00
TargetTest.cpp [llvm-exegesis] Serial snippet: Restrict the set of back-to-back instructions 2020-01-22 11:00:43 +01:00
TestBase.h [llvm-exegesis][NFC] Disassociate snippet generators from benchmark runners 2020-01-20 16:19:13 +01:00