[PATCH] D120185: [ASTMatchers] Output currently processing match and nodes on crash

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 23 13:24:37 PDT 2022


njames93 added a comment.

In D120185#3403270 <https://reviews.llvm.org/D120185#3403270>, @aaron.ballman wrote:

> I'd like to understand what's happening better rather than land with a disabled test. Not getting the crash dump in some circumstances could either be specific to the machine configuration (which would be pretty tricky for us to solve in a unit test) or it could be something functionally wrong with the changes (though I would be surprised, tbh).

>From what it looks like on the buildbot, the testing infrastructure wasn't recieving any output from stderr.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120185



More information about the cfe-commits mailing list