[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
Wed Oct 30 02:14:22 PDT 2024
================
@@ -0,0 +1,102 @@
+## Test that `the llvm-objdump --private-headers` prints out the auxiliary header of XCOFF object file.
----------------
jh7370 wrote:
```suggestion
## Test that `llvm-objdump --private-headers` prints out the auxiliary header of an XCOFF object file.
```
https://github.com/llvm/llvm-project/pull/105682
More information about the llvm-commits
mailing list