[all-commits] [llvm/llvm-project] 62c7d8: [profile] gcov_mutex must be static
calixteman via All-commits
all-commits at lists.llvm.org
Tue Feb 25 01:55:02 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 62c7d8402651a0704602e73c90da92248bbad6d5
https://github.com/llvm/llvm-project/commit/62c7d8402651a0704602e73c90da92248bbad6d5
Author: Calixte Denizet <calixte.denizet at gmail.com>
Date: 2020-02-25 (Tue, 25 Feb 2020)
Changed paths:
M compiler-rt/lib/profile/GCDAProfiling.c
Log Message:
-----------
[profile] gcov_mutex must be static
Summary: Forget static keyword for gcov_mutex in https://reviews.llvm.org/D74953 and that causes test failure on mac.
Reviewers: erik.pilkington, vsk
Reviewed By: vsk
Subscribers: vsk, dexonsmith, #sanitizers, llvm-commits
Tags: #sanitizers, #llvm
Differential Revision: https://reviews.llvm.org/D75080
More information about the All-commits
mailing list