[llvm] [llvm-objdump] Implement decoding auxiliary header for xcoff with llvm-objdump --private-headers (PR #105682)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 11 02:38:59 PDT 2024
================
@@ -0,0 +1,128 @@
+## Test that `the llvm-objdump --private-headers` print out the auxiliary header of XCOFF object file.
----------------
jh7370 wrote:
According to the pre-merge checks, this test is failing on Linux. Please review and fix.
I've also previously said that I'd prefer CHECK lines to be immediately after the corresponding test case, which you haven't addressed here.
https://github.com/llvm/llvm-project/pull/105682
More information about the llvm-commits
mailing list