Skip to content

Commit 48a6e51

Browse files
[llvm-exegesis] Fix typo in f2334c5
This should have been in the original commit, but I somehow forgot to run git add && git commit --amend --no-edit between making the change in my editor, saving the file, and pushing the commit.
1 parent 24ff23f commit 48a6e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/tools/llvm-exegesis/lib/BenchmarkRunner.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ class SubProcessFunctionExecutorImpl
423423
assert(static_cast<int>(CurrentCPU) == CPUToUse &&
424424
"Expected current CPU to equal the CPU requested by the user");
425425
#else
426-
exit(ChildProcessExChildProcessExitCodeE::SetCPUAffinityFailed));
426+
exit(ChildProcessExitCodeE::SetCPUAffinityFailed);
427427
#endif // defined(__x86_64__) && defined(SYS_getcpu)
428428
}
429429

0 commit comments

Comments
 (0)