[llvm-exegesis] Fix broken test.

llvm-svn: 342971
This commit is contained in:
Guillaume Chatelet 2018-09-25 13:18:10 +00:00
parent 69e6388564
commit eece4058a4
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ TEST(BenchmarkResultTest, WriteToAndReadFromDisk) {
LLVMInitializeX86TargetMC();
// Read benchmarks.
const LLVMState State;
const LLVMState State("x86_64-unknown-linux", "haswell");
llvm::ExitOnError ExitOnErr;