[PATCH] D120175: [Driver] Re-run lld with --reproduce when it crashes

Alex Brachet via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 2 14:47:16 PDT 2022


abrachet added a comment.

In D120175#3902838 <https://reviews.llvm.org/D120175#3902838>, @thakis wrote:

> Great, thanks :)
>
> For context, we're trying to use this flag In Production to try and debug a linker crash, but making the compiler repro failed for some reason – and then we wondered why that step has to happen at all :)

Nice, I'm happy folks are using (or trying to use) this in production :). We've found that it has saved us quite a bit of time.

D137289 <https://reviews.llvm.org/D137289> is up to stop generating the preprocessed sources for linker crashes


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120175



More information about the cfe-commits mailing list