[PATCH] D148851: Disable llvm-symbolizer on some of the driver tests that are timing out

David Blaikie via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 20 19:17:21 PDT 2023


dblaikie added a comment.

I'm OK with this, though I wouldn't mind a more robust/general solution to this - especially all gunit death tests have this problem too - they crash and spend significant time symbolizing, I think? So it'd be great if we could find some way to run those with symbolization disabled too, not sure if there would be a more general place that'd cover both of these cases (but it might be interesting to you & perhaps you can find a fix for gunit too, even if it's a distinct solution, if the problem in general is of interest)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148851



More information about the cfe-commits mailing list