[llvm] [llvm-objdump][ELF] Enhancing llvm-objdump stability and error handling(#86612) (PR #125679)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 5 01:41:37 PST 2025


jh7370 wrote:

> I'm not sure why the tests failed. It doesn't seem related to this patch. Do these tests use llvm-objdump? Could someone help troubleshoot this?😭

It's not uncommon for tests to fail for reasons unrelated to your PR. Typically this is because there's a bug at the point of main that you branched off of. Looking at the failures suggests that this is the case here. You can ignore them.

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


More information about the llvm-commits mailing list