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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 30 16:24:22 PDT 2020


MaskRay updated this revision to Diff 253732.
MaskRay added a comment.

Thanks @aganea for reviewing and a list of TODO items in https://reviews.llvm.org/D76885#1950989 , and @rnk.

Add .Cm 1 disables multi-threading to docs/ld.lld.1
Fix a comment --thinlto-jobs= -> /opt:lldltojobs= in COFF/Driver.cpp

Will wait a bit and see if there are other comments.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76885

Files:
  lld/COFF/Driver.cpp
  lld/COFF/Options.td
  lld/Common/CMakeLists.txt
  lld/Common/Filesystem.cpp
  lld/Common/Threads.cpp
  lld/ELF/Driver.cpp
  lld/ELF/ICF.cpp
  lld/ELF/Options.td
  lld/ELF/SyntheticSections.cpp
  lld/docs/ld.lld.1
  lld/include/lld/Common/Threads.h
  lld/test/COFF/pdb-globals.test
  lld/test/ELF/build-id.s
  lld/test/ELF/lto/thinlto.ll
  lld/test/ELF/threads.s
  lld/test/wasm/lto/thinlto.ll
  lld/test/wasm/threads.s
  lld/wasm/Driver.cpp
  lld/wasm/Options.td
  llvm/include/llvm/Support/Parallel.h
  llvm/lib/Support/Parallel.cpp
  llvm/utils/gn/secondary/lld/Common/BUILD.gn

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76885.253732.patch
Type: text/x-patch
Size: 21641 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200330/c1a57c23/attachment-0001.bin>


More information about the llvm-commits mailing list