[llvm] [llvm][yaml2obj] Modify section header overriding timing (PR #130942)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 9 01:21:21 PDT 2025


================
@@ -205,6 +205,6 @@ Sections:
     ShOffset: 0xFFFFFFFF
 ProgramHeaders:
   - Type:     PT_LOAD
-    Offset:   0xFFFFFF00
+    Offset:   0x78
----------------
jh7370 wrote:

I think you should revert this value to what it was. Apart from anything else, without doing so, the comment at line 204 is stale.

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


More information about the llvm-commits mailing list