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

Hal Finkel via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 20 20:42:48 PDT 2019


hfinkel added a comment.

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.


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