[all-commits] [llvm/llvm-project] b2a253: [Fuzzer] Assign names to workers
David CARLIER via All-commits
all-commits at lists.llvm.org
Tue Jul 25 21:51:02 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b2a253855f4e9e8335fd674c42b9ad675eb562c5
https://github.com/llvm/llvm-project/commit/b2a253855f4e9e8335fd674c42b9ad675eb562c5
Author: David CARLIER <devnexen at gmail.com>
Date: 2023-07-26 (Wed, 26 Jul 2023)
Changed paths:
M compiler-rt/lib/fuzzer/FuzzerCommand.h
M compiler-rt/lib/fuzzer/FuzzerDriver.cpp
M compiler-rt/lib/fuzzer/FuzzerUtil.h
M compiler-rt/lib/fuzzer/FuzzerUtilDarwin.cpp
M compiler-rt/lib/fuzzer/FuzzerUtilFuchsia.cpp
M compiler-rt/lib/fuzzer/FuzzerUtilLinux.cpp
M compiler-rt/lib/fuzzer/FuzzerUtilWindows.cpp
Log Message:
-----------
[Fuzzer] Assign names to workers
Allow to have a name for workers in case the fuzzed code is itself using threads.
Reviewers: vitalybuka
Reviewed-By: vitalybuka
Differential Revision: https://reviews.llvm.org/D155754
More information about the All-commits
mailing list