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

Aiden Grossman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 25 18:47:54 PDT 2023


aidengrossman added a comment.

@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.

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.


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