Skip to content

Commit

Permalink
[HWASAN][Fuchsia] Fixed Fuchsia build.
Browse files Browse the repository at this point in the history
Reviewed By: kstoimenov

Differential Revision: https://reviews.llvm.org/D141771
  • Loading branch information
kstoimenov committed Jan 14, 2023
1 parent 782f14a commit c68926d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compiler-rt/lib/lsan/lsan_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,8 @@ void ScanRangeForPointers(uptr begin, uptr end,
Frontier *frontier,
const char *region_type, ChunkTag tag);
void ScanGlobalRange(uptr begin, uptr end, Frontier *frontier);
void ScanExtraStackRanges(tid_t os_id, Frontier *frontier);
void ScanExtraStackRanges(const InternalMmapVector<Range> &ranges,
Frontier *frontier);

// Functions called from the parent tool.
const char *MaybeCallLsanDefaultOptions();
Expand Down

0 comments on commit c68926d

Please sign in to comment.