[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 14:11:41 PDT 2020
- Previous message: [PATCH] D76885: [lld][COFF][ELF][WebAssembly] Replace --[no-]threads /threads[:no] with --threads={all,1,2,...} /threads:{all,1,2,...}
- Next message: [PATCH] D76885: [lld][COFF][ELF][WebAssembly] Replace --[no-]threads /threads[:no] with --threads={all,1,2,...} /threads:{all,1,2,...}
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
MaskRay updated this revision to Diff 253698.
MaskRay marked 7 inline comments as done.
MaskRay added a comment.
Address review 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.253698.patch
Type: text/x-patch
Size: 21607 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200330/9fba3191/attachment-0001.bin>
- Previous message: [PATCH] D76885: [lld][COFF][ELF][WebAssembly] Replace --[no-]threads /threads[:no] with --threads={all,1,2,...} /threads:{all,1,2,...}
- Next message: [PATCH] D76885: [lld][COFF][ELF][WebAssembly] Replace --[no-]threads /threads[:no] with --threads={all,1,2,...} /threads:{all,1,2,...}
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the llvm-commits
mailing list