[PATCH] D39355: [dsymutil] Implement the --threads option

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 27 08:51:33 PDT 2017


aprantl added inline comments.


================
Comment at: tools/dsymutil/dsymutil.cpp:67
+    "threads",
+    desc("Specifies the maximum number (n) of simultaneous threads to use\n"
+         "when linking multiple architectures."),
----------------
this mentions (n) but doesn't set the value_desc() to n.
It might be nice to add a test similar to the llvm-dwarfdump cmdline.test.


Repository:
  rL LLVM

https://reviews.llvm.org/D39355





More information about the llvm-commits mailing list