diff options
author | Aiden Grossman <agrossman154@yahoo.com> | 2023-07-06 19:40:19 -0700 |
---|---|---|
committer | Aiden Grossman <agrossman154@yahoo.com> | 2023-07-06 19:40:19 -0700 |
commit | 75b5541fe5d096d115d213cb8dc8a10cf3d11fbd (patch) | |
tree | 15570309313edc8fdec1a24736c17753c50e5ef7 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 71cbc62a24df85cf6c6d02d959fccfde231c0698 (diff) | |
download | llvm-75b5541fe5d096d115d213cb8dc8a10cf3d11fbd.zip llvm-75b5541fe5d096d115d213cb8dc8a10cf3d11fbd.tar.gz llvm-75b5541fe5d096d115d213cb8dc8a10cf3d11fbd.tar.bz2 |
[llvm-exegesis] Switch to using PTRACE_ATTACH instead of PTRACE_SEIZE
This patch switches from using PTRACE_SEIZE within the subprocess
benchmark runner for llvm-exegesis as PTRACE_SEIZE was introduced in
Linux kernel 3.4. Some LLVM users were reporting build failures as they
are using Kernel versions older than 3.4 (such as on CentOS/RHEL 6),
hence the patch.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions