[all-commits] [llvm/llvm-project] 1c3b15: [llvm-exegesis] Use LLVM Support to get thread ID
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Tue Mar 12 16:57:03 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1c3b15e9f5bc671e40bcf5d3475f5425466754ce
https://github.com/llvm/llvm-project/commit/1c3b15e9f5bc671e40bcf5d3475f5425466754ce
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2024-03-12 (Tue, 12 Mar 2024)
Changed paths:
M llvm/tools/llvm-exegesis/lib/BenchmarkRunner.cpp
M llvm/tools/llvm-exegesis/lib/SubprocessMemory.cpp
M llvm/tools/llvm-exegesis/lib/SubprocessMemory.h
Log Message:
-----------
[llvm-exegesis] Use LLVM Support to get thread ID
This patch switches from manually using the Linux syscall to get the
current thread ID to using the relevant LLVM Support libraries that
abstract over the low level system details.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list