[PATCH] D151021: [llvm-exegesis] Introduce Subprocess Executor Mode
Hafiz Abid Qadeer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 5 11:05:37 PDT 2023
abidh added a comment.
In D151021#4467846 <https://reviews.llvm.org/D151021#4467846>, @zixuan-wu wrote:
> I met an issue that ptrace.h missing PTRACE_SEIZE enum value. Anybody know the reason?
We have seen this error too. In our case, it was due to using an old sysroot. The PTRACE_SEIZE was introduced in Linux 3.4.
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