[PATCH] D151021: [llvm-exegesis] Introduce Subprocess Executor Mode
Hafiz Abid Qadeer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 6 01:51:40 PDT 2023
abidh added a comment.
In D151021#4474519 <https://reviews.llvm.org/D151021#4474519>, @aidengrossman wrote:
> 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.
That will be greatly appreciated. It is a blocker for us and it is not easy to cleanly disable llvm-exegesis from the build as @danilaml also pointed out.
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