[PATCH] D72003: [llvm-exegesis][NFC] Refactor Mips tests fixtures into a base class
Simon Atanasyan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 4 03:52:45 PST 2020
atanasyan added inline comments.
================
Comment at: llvm/unittests/tools/llvm-exegesis/Mips/BenchmarkResultTest.cpp:58
+TEST_F(BenchmarkResultTest, WriteToAndReadFromDisk) {
// Read benchmarks.
ExitOnError ExitOnErr;
----------------
This comment looks orphaned.
================
Comment at: llvm/unittests/tools/llvm-exegesis/Mips/CMakeLists.txt:18
BenchmarkResultTest.cpp
+ RegisterAliasingTest.cpp
SnippetGeneratorTest.cpp
----------------
This change comes from the D72004
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72003/new/
https://reviews.llvm.org/D72003
More information about the llvm-commits
mailing list