[MachO] Begin to add some MachO specific File/Atoms, and add the start of
normalizedToAtoms.
llvm-svn: 198459
diff --git a/lld/lib/ReaderWriter/MachO/MachONormalizedFile.h b/lld/lib/ReaderWriter/MachO/MachONormalizedFile.h
index f2f6cf8..15fd4c3 100644
--- a/lld/lib/ReaderWriter/MachO/MachONormalizedFile.h
+++ b/lld/lib/ReaderWriter/MachO/MachONormalizedFile.h
@@ -113,7 +113,7 @@
SectionAttr attributes;
uint32_t alignment;
Hex64 address;
- ContentBytes content;
+ std::vector<uint8_t> content;
Relocations relocations;
IndirectSymbols indirectSymbols;
};
@@ -273,7 +273,3 @@
} // namespace lld
#endif // LLD_READER_WRITER_MACHO_NORMALIZE_FILE_H
-
-
-
-