This is an archive of the discontinued LLVM Phabricator instance.

[profile] gcov_mutex must be static
ClosedPublic

Authored by calixte on Feb 24 2020, 2:32 PM.

Details

Summary

Forget static keyword for gcov_mutex in https://reviews.llvm.org/D74953 and that causes test failure on mac.

Diff Detail

Event Timeline

calixte created this revision.Feb 24 2020, 2:32 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 24 2020, 2:32 PM
Herald added subscribers: llvm-commits, Restricted Project, dexonsmith. · View Herald Transcript
vsk accepted this revision.Feb 24 2020, 4:07 PM
vsk added a subscriber: vsk.

I'm not really sure what the mutex is for, but it shouldn't be exported. This change looks fine.

This revision is now accepted and ready to land.Feb 24 2020, 4:07 PM
This revision was automatically updated to reflect the committed changes.