This is an archive of the discontinued LLVM Phabricator instance.

Fix lsan build for Fuchsia
ClosedPublic

Authored by wiktorg on Oct 13 2022, 1:51 AM.

Details

Summary

https://reviews.llvm.org/D130237 missed ProcessThreads declaration used by Fuchsia causing build failures.

Diff Detail

Event Timeline

wiktorg created this revision.Oct 13 2022, 1:51 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 13 2022, 1:51 AM
wiktorg requested review of this revision.Oct 13 2022, 1:51 AM
Herald added a subscriber: Restricted Project. · View Herald TranscriptOct 13 2022, 1:51 AM
This revision was not accepted when it landed; it landed in state Needs Review.Oct 13 2022, 10:44 AM
Closed by commit rGe851f7dbcad2: Fix LSan build (authored by wiktorg, committed by haowei). · Explain Why
This revision was automatically updated to reflect the committed changes.

It is not just for Fuchsia, the previous change breaks all LSan build because the function declaration does not match the definition.