aaronpuchert added a comment.

In D84604#2363134 <https://reviews.llvm.org/D84604#2363134>, @rupprecht wrote:

> I'm seeing failures which I think are due to this patch -- I don't have a 
> nice godbolt repro yet, but it's something like:

Yes, that's very likely.

> I'm also seeing the same error for `DoThings()`, which doesn't make sense. 
> When I add it, I then get errors that `mu_` is private, and therefore needs 
> to be made public or friended for the thread analysis -- which is not at all 
> a good change (the mutex should be encapsulated in the class). Even though 
> it's "global" in the linkage sense, it's not visible outside of the class.

I'll see if I can fix this quickly.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84604

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to