mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 10:58:11 +08:00
Fix LSan build
This change fixes a build bug introduced in
39db491957
Differential Revision: https://reviews.llvm.org/D135860
This commit is contained in:
committed by
Haowei Wu
parent
54bfd04846
commit
e851f7dbca
@@ -358,7 +358,8 @@ void ForEachExtraStackRangeCb(uptr begin, uptr end, void *arg) {
|
||||
# if SANITIZER_FUCHSIA
|
||||
|
||||
// Fuchsia handles all threads together with its own callback.
|
||||
static void ProcessThreads(SuspendedThreadsList const &, Frontier *) {}
|
||||
static void ProcessThreads(SuspendedThreadsList const &, Frontier *, tid_t,
|
||||
uptr) {}
|
||||
|
||||
# else
|
||||
|
||||
|
||||
Reference in New Issue
Block a user