Revert "[llvm-exegesis] Introduce SubprocessMemory Utility Class"
commitd40dd6be00d881a13a881f02ffa10b48d1441615
authorAiden Grossman <agrossman154@yahoo.com>
Mon, 26 Jun 2023 03:15:43 +0000 (26 03:15 +0000)
committerAiden Grossman <agrossman154@yahoo.com>
Mon, 26 Jun 2023 03:15:43 +0000 (26 03:15 +0000)
tree1578e177db8da6d5883d7af7ef60c1f30e2880c7
parent441afb3978ce3599b11615d1365a75e32b0fa47c
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.
llvm/tools/llvm-exegesis/lib/BenchmarkResult.h
llvm/tools/llvm-exegesis/lib/CMakeLists.txt
llvm/tools/llvm-exegesis/lib/SubprocessMemory.cpp [deleted file]
llvm/tools/llvm-exegesis/lib/SubprocessMemory.h [deleted file]
llvm/unittests/tools/llvm-exegesis/X86/CMakeLists.txt
llvm/unittests/tools/llvm-exegesis/X86/SubprocessMemoryTest.cpp [deleted file]