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

Aiden Grossman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 5 11:08:28 PDT 2023


aidengrossman added a comment.

Sorry for the late response. As @abidh mentions, `PTRACE_SEIZE` was introduced in Linux 3.4. Given how old 3.4 is, I don't think it is too common of a configuration, but if it is a significant blocker to someone I can put up a patch to get things compiling. I probably need to upstream my debugging flag anyways.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151021



More information about the llvm-commits mailing list