[PATCH] D52398: Thread safety analysis: Unwrap __builtin_expect in getTrylockCallExpr
Aaron Puchert via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 5 18:19:08 PDT 2018
aaronpuchert added a comment.
In https://reviews.llvm.org/D52398#1257092, @rupprecht wrote:
> I patched the proposed fix-forward and it seems to have things building again. Is there an ETA on landing that? If it's going to take a bit, is there any chance we could revert this patch until then?
The fix was just committed (https://reviews.llvm.org/rC343902). Generally I'm for reverting if there are functional deficiencies, but here it's more that an unrelated issue was accidentally uncovered by this patch.
Repository:
rL LLVM
https://reviews.llvm.org/D52398
More information about the cfe-commits
mailing list