[PATCH] D151021: [llvm-exegesis] Introduce Subprocess Executor Mode
Jonas Hahnfeld via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 26 01:48:31 PDT 2023
Hahnfeld added a comment.
In D151021#4447595 <https://reviews.llvm.org/D151021#4447595>, @aidengrossman wrote:
> @Hahnfeld I just recommitted this with an additional lit check to ensure that the tests don't run in environments where they're not supported so you shouldn't observe any additional test failures. Please let me know if you do and I'll work on getting them fixed.
Thanks, works perfectly fine now!
> For what it's worth, I'm also probably going to write a follow up patch at some point to get rid of the usage of these two system calls as I found out recently that my new place of employment has most of its HPC infrastructure on RHEL8 which is Kernel 4.18 so most of the platform specific test running should be gone at some point.
Yes, RHEL8 and its clones have that older kernel, long-term support also always means that they are moving slower...
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