mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-10 05:41:40 +00:00
[llvm-exegesis] Fix broken test.
llvm-svn: 342971
This commit is contained in:
parent
4a581314fe
commit
b798312f4c
@ -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
Block a user