[all-commits] [llvm/llvm-project] fa6e97: [llvm-exegesis] Use TestBase for TargetTest (#121895)
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Mon Jan 27 15:41:53 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fa6e976602a41dad849d6e99692db437d328354b
https://github.com/llvm/llvm-project/commit/fa6e976602a41dad849d6e99692db437d328354b
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2025-01-27 (Mon, 27 Jan 2025)
Changed paths:
M llvm/unittests/tools/llvm-exegesis/PowerPC/TargetTest.cpp
M llvm/unittests/tools/llvm-exegesis/X86/TargetTest.cpp
M llvm/unittests/tools/llvm-exegesis/X86/TestBase.h
Log Message:
-----------
[llvm-exegesis] Use TestBase for TargetTest (#121895)
This patch makes the PPC and X86 Exegesis TargetTests use TestBase to
provide initial setup rather than doing it themselves. This promotes
code reuse a little bit and makes the tests a bit more consistent (with
MIPS and with the initial RISC-V tests landing soon).
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list