[llvm-exegesis] Add lit tests.
authorClement Courbet <courbet@google.com>
Tue, 25 Sep 2018 09:27:43 +0000 (09:27 +0000)
committerClement Courbet <courbet@google.com>
Tue, 25 Sep 2018 09:27:43 +0000 (09:27 +0000)
commit7f1322dc4d270a74f96e5d6c7fd6fe25df71e1e6
tree6031ffbcfda2abb34b7f38e407613a914745a9a6
parent764f349d95fab320c7bcc6b52ce4e54f9c5a5ab7
[llvm-exegesis] Add lit tests.

Summary:
Right now we only have unit tests. This will allow testing the whole
tool. Even though We can't really check actual values, this will avoid
regressions such as PR39055.

Reviewers: gchatelet, alexshap

Subscribers: mgorny, tschuett, llvm-commits

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

llvm-svn: 342953
llvm/test/CMakeLists.txt
llvm/test/lit.cfg.py
llvm/test/tools/llvm-exegesis/X86/latency-by-opcode-name.s [new file with mode: 0644]
llvm/test/tools/llvm-exegesis/X86/lit.local.cfg [new file with mode: 0644]
llvm/test/tools/llvm-exegesis/X86/uops-by-opcode-name.s [new file with mode: 0644]
llvm/test/tools/llvm-exegesis/lit.local.cfg [new file with mode: 0644]