clayborg wrote: > > obj2yaml and yaml2obj are broken for mach-o files and they can't convert a > > yaml file back into a valid mach-o object file > > Is there an issue open for this? Would it be difficult to fix?
It can't be fixed, the mach-o file format doesn't support 64 bit section offsets. The section offset is only 32 bit. https://github.com/llvm/llvm-project/pull/164471 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
