[llvm] [llvm-dwarfdump] Make --verify for .debug_names multithreaded. (PR #127281)

Greg Clayton via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 20 12:00:33 PST 2025


================
@@ -903,6 +908,7 @@ int main(int argc, char **argv) {
 
   bool Success = true;
   if (Verify) {
+    parallel::strategy = hardware_concurrency(VerifyNumThreads);
----------------
clayborg wrote:

Where is this used?

https://github.com/llvm/llvm-project/pull/127281


More information about the llvm-commits mailing list