diff options
Diffstat (limited to 'lld/lib/ReaderWriter/MachO/MachONormalizedFile.h')
| -rw-r--r-- | lld/lib/ReaderWriter/MachO/MachONormalizedFile.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lld/lib/ReaderWriter/MachO/MachONormalizedFile.h b/lld/lib/ReaderWriter/MachO/MachONormalizedFile.h index f2f6cf86184..15fd4c3686d 100644 --- a/lld/lib/ReaderWriter/MachO/MachONormalizedFile.h +++ b/lld/lib/ReaderWriter/MachO/MachONormalizedFile.h @@ -113,7 +113,7 @@ struct Section { SectionAttr attributes; uint32_t alignment; Hex64 address; - ContentBytes content; + std::vector<uint8_t> content; Relocations relocations; IndirectSymbols indirectSymbols; }; @@ -273,7 +273,3 @@ normalizedFromAtoms(const lld::File &atomFile, const MachOLinkingContext &ctxt); } // namespace lld #endif // LLD_READER_WRITER_MACHO_NORMALIZE_FILE_H - - - - |

