[llvm] [llvm-objdump][ELF] Enhancing llvm-objdump stability and error handling(#86612) (PR #125679)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 4 21:04:48 PST 2025
https://github.com/MaskRay commented:
In general llvm-readobj's error handling is better than llvm-objdump. You could look at its code for inspiration. The relevant patch might be https://reviews.llvm.org/D77216
https://github.com/llvm/llvm-project/pull/125679
More information about the llvm-commits
mailing list