forked from OSchip/llvm-project
parent
69e6388564
commit
eece4058a4
|
@ -56,7 +56,7 @@ TEST(BenchmarkResultTest, WriteToAndReadFromDisk) {
|
|||
LLVMInitializeX86TargetMC();
|
||||
|
||||
// Read benchmarks.
|
||||
const LLVMState State;
|
||||
const LLVMState State("x86_64-unknown-linux", "haswell");
|
||||
|
||||
llvm::ExitOnError ExitOnErr;
|
||||
|
||||
|
|
Loading…
Reference in New Issue