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

Paul Robinson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 2 06:09:35 PDT 2022


probinson added a comment.

> lld has tests for --reproduce already. Even if I added an environment variable to crash lld, the test would depend on lld being built, adding a big dependency to clang's tests. Do we think that's worth it?

There is now cross-project-tests which would seem to be the appropriate place for a test that wants to run both clang and lld.


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