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

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 2 10:40:39 PDT 2022


thakis added a comment.

> I didn't really make a conscious decision one way or the other. I guess reproing all jobs leading to a crash somewhat makes sense, though it also doesn't seem that helpful to get the preprocessed source file. I'll send out a patch to fix this

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 :)


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