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

Alexander Yermolovich via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 24 17:25:34 PST 2025


================
@@ -5,7 +5,7 @@
 # RUN: yaml2obj %p/Inputs/verify_split_dwarf_debug_names_ftus_exe.yaml > %t1/a.out
 # RUN: yaml2obj %p/Inputs/verify_split_dwarf_debug_names_ftus_dwo.yaml > %t1/main.dwo
 # RUN: cd %t1
-# RUN: llvm-dwarfdump --verify %t1/a.out | FileCheck %s
+# RUN: llvm-dwarfdump --verify --verify-num-threads 1 %t1/a.out | FileCheck %s
----------------
ayermolo wrote:

Raw output is not deterministic. 
If determinism is required, I think followup PR would be needed to refactor how error reporting is handled.
This would also allow us to limit errors per category.

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


More information about the llvm-commits mailing list