[Lldb-commits] [lldb] [lldb][AIX] Header Parsing for XCOFF Object File in AIX (PR #116338)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Fri Dec 13 07:32:23 PST 2024
================
@@ -13,7 +13,7 @@ FileHeader:
MagicNumber: 0x1F7
NumberOfSections: 1
CreationTime: 000000000
- Flags: 0x0000
+ Flags: 0x0002
----------------
DavidSpickett wrote:
Ok thanks.
I don't see any test files with comments here, they mostly use the constants by name. I don't see any that find these via a namespace though, and the XCOFF objdump tests just use numbers for the flags.
I expect this is the best we can do then. At least the obvious guess is correct here anyway.
https://github.com/llvm/llvm-project/pull/116338
More information about the lldb-commits
mailing list