diff options
| author | Joey Gouly <joey.gouly@gmail.com> | 2014-01-03 23:12:02 +0000 |
|---|---|---|
| committer | Joey Gouly <joey.gouly@gmail.com> | 2014-01-03 23:12:02 +0000 |
| commit | ceb16dedefc7833b3f3b7305e751ad9ba748d99b (patch) | |
| tree | 7158a67f016d6a8bece0f3cf0b35fd8d62f6ce46 /lld/lib/ReaderWriter/MachO/MachONormalizedFile.h | |
| parent | 0724bf67672c754aa61ce2659939450ff22c30fa (diff) | |
| download | bcm5719-llvm-ceb16dedefc7833b3f3b7305e751ad9ba748d99b.tar.gz bcm5719-llvm-ceb16dedefc7833b3f3b7305e751ad9ba748d99b.zip | |
[MachO] Begin to add some MachO specific File/Atoms, and add the start of
normalizedToAtoms.
llvm-svn: 198459
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 - - - - |

