[all-commits] [llvm/llvm-project] 7053e8: [llvm-exegesis][NFC] Use factory function for Llvm...
Clement Courbet via All-commits
all-commits at lists.llvm.org
Mon Sep 12 05:20:25 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7053e863a159c35b57efab1aba844231077c526e
https://github.com/llvm/llvm-project/commit/7053e863a159c35b57efab1aba844231077c526e
Author: Clement Courbet <courbet at google.com>
Date: 2022-09-12 (Mon, 12 Sep 2022)
Changed paths:
M llvm/tools/llvm-exegesis/lib/LlvmState.cpp
M llvm/tools/llvm-exegesis/lib/LlvmState.h
M llvm/tools/llvm-exegesis/llvm-exegesis.cpp
M llvm/unittests/tools/llvm-exegesis/Mips/TestBase.h
M llvm/unittests/tools/llvm-exegesis/PowerPC/TestBase.h
M llvm/unittests/tools/llvm-exegesis/X86/BenchmarkResultTest.cpp
M llvm/unittests/tools/llvm-exegesis/X86/TargetTest.cpp
M llvm/unittests/tools/llvm-exegesis/X86/TestBase.h
Log Message:
-----------
[llvm-exegesis][NFC] Use factory function for LlvmState.
This allows failing more gracefully.
More information about the All-commits
mailing list