[PATCH] D76885: [lld][COFF][ELF][WebAssembly] Replace --[no-]threads /threads[:no] with --threads={1,2,...} /threads:{1,2,...}
Shoaib Meenai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 1 11:49:13 PDT 2020
smeenai added a comment.
For people who were using `-Wl,--no-threads` to disable parallelism in (some parts of) their build system, what's the way forward if they want to support both older and newer LLD versions?
(I suppose feature flag detection is one way, but that's not really a thing on some build systems, including Bazel, I believe.)
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