| author | |
| committer | |
| log | d794f4cd2a1e62334ba6b413864bc33bae6d41ef |
| tree | 02b745f37163e4e1594adba1f31f663bfed7f5b4 |
| parent | 7e52a096dbace546cae89ab691741ecca45f28ce |
1 files changed, 1 insertions(+), 0 deletions(-)
src/link/MachO.zig+1| ... | ... | @@ -1471,6 +1471,7 @@ fn sortSections(self: *MachO) !void { |
| 1471 | 1471 | &self.cstring_section_index, |
| 1472 | 1472 | &self.ustring_section_index, |
| 1473 | 1473 | &self.text_const_section_index, |
| 1474 | &self.objc_methlist_section_index, | |
| 1474 | 1475 | &self.objc_methname_section_index, |
| 1475 | 1476 | &self.objc_methtype_section_index, |
| 1476 | 1477 | &self.objc_classname_section_index, |