Files
clang-p2996/llvm/tools/llvm-exegesis/lib
Aiden Grossman e093bb9e5a Reland "[llvm-exegesis] Add support for pinning benchmarking process to a CPU (#85168)" (#109688)
This reverts commit 2cd20c2556.

This relands commit 9886788a8a.

This was causing more buildbot failures due to getcpu not being
available with glibc <=2.29. This patch fixes that by directly making
the syscall, assuming the syscall number macro is available.
2024-09-23 11:32:19 -07:00
..