[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:07:08 PST 2024


================
@@ -13,7 +13,7 @@ FileHeader:
   MagicNumber:     0x1F7
   NumberOfSections: 1 
   CreationTime:    000000000
-  Flags:           0x0000
+  Flags:           0x0002
----------------
DavidSpickett wrote:

Not sure if we're allowed comments in this YAML. But could you at least confirm to me here (in reply to this comment I mean), what 2 means? Is this the EXEC flag?

I guess that this test started failing because you actually made the parsing better. Is that the case?

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


More information about the lldb-commits mailing list