[PATCH] D151021: [llvm-exegesis] Introduce Subprocess Executor Mode

Aiden Grossman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 5 01:52:00 PDT 2023


aidengrossman updated this revision to Diff 528318.
aidengrossman added a comment.

Fix build failure on Debian stable due to not having the `pidfd_getfd` system call.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151021/new/

https://reviews.llvm.org/D151021

Files:
  llvm/test/tools/llvm-exegesis/X86/latency/subprocess-abnormal-exit-code.s
  llvm/test/tools/llvm-exegesis/X86/latency/subprocess-segfault.s
  llvm/test/tools/llvm-exegesis/X86/latency/subprocess.s
  llvm/tools/llvm-exegesis/lib/BenchmarkRunner.cpp
  llvm/tools/llvm-exegesis/lib/BenchmarkRunner.h
  llvm/tools/llvm-exegesis/llvm-exegesis.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151021.528318.patch
Type: text/x-patch
Size: 11049 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230605/c3719ace/attachment.bin>


More information about the llvm-commits mailing list