[all-commits] [llvm/llvm-project] d40dd6: Revert "[llvm-exegesis] Introduce SubprocessMemory...
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Sun Jun 25 20:17:09 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d40dd6be00d881a13a881f02ffa10b48d1441615
https://github.com/llvm/llvm-project/commit/d40dd6be00d881a13a881f02ffa10b48d1441615
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2023-06-26 (Mon, 26 Jun 2023)
Changed paths:
M llvm/tools/llvm-exegesis/lib/BenchmarkResult.h
M llvm/tools/llvm-exegesis/lib/CMakeLists.txt
R llvm/tools/llvm-exegesis/lib/SubprocessMemory.cpp
R llvm/tools/llvm-exegesis/lib/SubprocessMemory.h
M llvm/unittests/tools/llvm-exegesis/X86/CMakeLists.txt
R llvm/unittests/tools/llvm-exegesis/X86/SubprocessMemoryTest.cpp
Log Message:
-----------
Revert "[llvm-exegesis] Introduce SubprocessMemory Utility Class"
This reverts commit 0b6b400b98b921279fc08c63a2a68ebfcb12a3e2.
The sporadic test failures were fixed during this land, but I forgot to
fix the build failures on certain platforms (seems to mostly be
AArch64/PPC) that result from them not being able to find the symbols
for shm_open and shm_unlink.
More information about the All-commits
mailing list