[PATCH] D76885: [lld][COFF][ELF][WebAssembly] Replace --[no-]threads /threads[:no] with --threads={1,2,...} /threads:{1,2,...}

dmajor via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 6 09:52:23 PDT 2020


dmajor added a comment.

In D76885#2194387 <https://reviews.llvm.org/D76885#2194387>, @sunfish wrote:

> I've now opened https://github.com/WebAssembly/wasi-sdk/pull/151/ to remove the `--no-threads` from wasi-sdk, which was a workaround for an old bug that has long been fixed.

With that PR now merged, I've confirmed that the latest wasi-sdk tree no longer hits the issue I was seeing. Thanks everyone.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76885



More information about the llvm-commits mailing list