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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 30 15:51:41 PDT 2020


MaskRay added a comment.

Heads-up: I will likely commit D76885 <https://reviews.llvm.org/D76885> tomorrow if there is no more comments. How shall me handle the situation that a system lld may use --threads/--no-threads while an lld built from master uses --threads={all,1,2,3,...}?

BTW, I guess -Wl,--no-threads may not work on Windows. A system lld-link uses `/threads:no`.


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