[all-commits] [llvm/llvm-project] 319492: [llvm-exegesis] Refactor MMAP platform-specific pr...
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Thu Dec 14 12:08:00 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3194928c3cfa6623c5de78ae7ab2ab7ab0cf0232
https://github.com/llvm/llvm-project/commit/3194928c3cfa6623c5de78ae7ab2ab7ab0cf0232
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2023-12-14 (Thu, 14 Dec 2023)
Changed paths:
M llvm/tools/llvm-exegesis/lib/BenchmarkRunner.cpp
A llvm/tools/llvm-exegesis/lib/MmapUtils.h
M llvm/tools/llvm-exegesis/lib/X86/Target.cpp
M llvm/unittests/tools/llvm-exegesis/X86/TargetTest.cpp
Log Message:
-----------
[llvm-exegesis] Refactor MMAP platform-specific preprocessor directives (#75422)
This patch refactors the MMAP platform-specific preprocessor directives
in llvm-exegesis to a single file instead of having duplicate code split
across multiple files. These originally got introduced to get buildbots
green again due to platform specific failures.
More information about the All-commits
mailing list