[PATCH] D66490: [NewPM] Enable the New Pass Manager by Default in Clang

Arthur Eubanks via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 2 20:36:40 PDT 2020


aeubanks added a comment.

In D66490#1638708 <https://reviews.llvm.org/D66490#1638708>, @hfinkel wrote:

> In D66490#1638162 <https://reviews.llvm.org/D66490#1638162>, @rupprecht wrote:
>
> > We already know that we don't want this enabled for tsan builds due to https://bugs.llvm.org/show_bug.cgi?id=42877, but I don't even know if anyone else will hit it (it's only when building one particular library).
>
>
> Under the circumstances, that seems like one particular library too many. PR42877 looks like a generic bug, so if we're hitting it here, I see no reason to suspect that others would not hit it elsewhere.


https://bugs.llvm.org/show_bug.cgi?id=42877 is marked fixed, any update on this? LLVM 10.0.0 has branched.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D66490





More information about the cfe-commits mailing list