[PATCH] D76240: [Sanitizers][Test] If the default linker is LLD, disable threads

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 19 02:39:34 PDT 2020


grimar added a comment.

In D76240#1927115 <https://reviews.llvm.org/D76240#1927115>, @MaskRay wrote:

> For lld, I think `--threads={0,1,2,...}` is better than the current `--(no-)threads`.


BTW, can't testing with `--no-threads` hide possible LLDs concurency bugs?
We probably do not want to test LLD with `--(no-)threads` in most cases because it is not a real world use case of LLD.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76240





More information about the llvm-commits mailing list