1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

[llvm-exegesis] Fix broken test.

llvm-svn: 342971
This commit is contained in:
Guillaume Chatelet 2018-09-25 13:18:10 +00:00
parent 4a581314fe
commit b798312f4c

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;