[PATCH] D151022: [llvm-exegesis] Introduce SubprocessMemory Utility Class
Aiden Grossman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat May 20 03:39:45 PDT 2023
aidengrossman created this revision.
Herald added subscribers: mstojanovic, krytarowski.
Herald added a project: All.
aidengrossman requested review of this revision.
Herald added subscribers: llvm-commits, courbet.
Herald added a project: LLVM.
This patch introduces the SubprocessMemory class to llvm-exegesis. This
class contains several utilities that are needed for managing memory to
set up an execution environment for memory annotations.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D151022
Files:
llvm/tools/llvm-exegesis/lib/BenchmarkResult.h
llvm/tools/llvm-exegesis/lib/CMakeLists.txt
llvm/tools/llvm-exegesis/lib/SubprocessMemory.cpp
llvm/tools/llvm-exegesis/lib/SubprocessMemory.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151022.524013.patch
Type: text/x-patch
Size: 8626 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230520/7df20521/attachment.bin>
More information about the llvm-commits
mailing list