[PATCH] D54599: [Profile] Avoid race condition when dumping GCDA files.

calixte via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 7 08:29:54 PDT 2020


calixte added a comment.

In D54599#2024449 <https://reviews.llvm.org/D54599#2024449>, @kawashima-fj wrote:

> In D54599#1966949 <https://reviews.llvm.org/D54599#1966949>, @marco-c wrote:
>
> > I wonder if https://reviews.llvm.org/D76206 didn't fix this too
>
>
> Sorry, I didn't notice this patch.
>  Probably D76206 <https://reviews.llvm.org/D76206> and D79556 <https://reviews.llvm.org/D79556> fix this too.


The problem I had with this patch is that I did it in a blind mode... so no way to check that it was fixing something.


Repository:
  rCRT Compiler Runtime

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54599/new/

https://reviews.llvm.org/D54599





More information about the llvm-commits mailing list