[all-commits] [llvm/llvm-project] 6ffd3b: [nfc][lsan] Restructure loop in ProcessThreads (#1...
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Wed Oct 16 18:32:35 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6ffd3bbcd7240f2a23cec99c11b7298cc28f54c5
https://github.com/llvm/llvm-project/commit/6ffd3bbcd7240f2a23cec99c11b7298cc28f54c5
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2024-10-16 (Wed, 16 Oct 2024)
Changed paths:
M compiler-rt/lib/lsan/lsan_common.cpp
Log Message:
-----------
[nfc][lsan] Restructure loop in ProcessThreads (#112609)
The goal is to move `SuspendedThreadsList` related code into
the beginning of the loop, and prepare for extraction the rest
of the loop body into a function.
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