[llvm-exegesis][NFC] Refactor X86 tests fixtures into a base class.
authorClement Courbet <courbet@google.com>
Tue, 1 Oct 2019 09:20:36 +0000 (09:20 +0000)
committerClement Courbet <courbet@google.com>
Tue, 1 Oct 2019 09:20:36 +0000 (09:20 +0000)
commit8109901bf6c38f2bb04864f2fad2df723245a52c
tree5c368200caf8adbea29cf715fe8e270c78cffc3c
parentcf62871488486c6a76c71a3135af26e82a238822
[llvm-exegesis][NFC] Refactor X86 tests fixtures into a base class.

Reviewers: gchatelet, a.sidorin

Subscribers: tschuett, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D68262

llvm-svn: 373313
llvm/unittests/tools/llvm-exegesis/X86/RegisterAliasingTest.cpp
llvm/unittests/tools/llvm-exegesis/X86/SchedClassResolutionTest.cpp
llvm/unittests/tools/llvm-exegesis/X86/SnippetFileTest.cpp
llvm/unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp
llvm/unittests/tools/llvm-exegesis/X86/SnippetRepetitorTest.cpp
llvm/unittests/tools/llvm-exegesis/X86/TestBase.h [new file with mode: 0644]