Skip to content

Commit

Permalink
Fix LSan build
Browse files Browse the repository at this point in the history
This change fixes a build bug introduced in
39db491

Differential Revision: https://reviews.llvm.org/D135860
  • Loading branch information
happyCoder92 authored and zeroomega committed Oct 13, 2022
1 parent 54bfd04 commit e851f7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compiler-rt/lib/lsan/lsan_common.cpp
Expand Up @@ -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

Expand Down

0 comments on commit e851f7d

Please sign in to comment.