summaryrefslogtreecommitdiffstats
path: root/lld/unittests/MachOTests/MachONormalizedFileBinaryReaderTests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [mach-o] fix EXPECT_EQ typesNick Kledzik2013-11-061-8/+8
| | | | llvm-svn: 194173
* [mach-o] binary reader and writer Nick Kledzik2013-11-061-0/+714
This patch adds support for converting normalized mach-o to and from binary mach-o. It also changes WriterMachO (which previously directly wrote a mach-o binary given a set of Atoms) to instead do it in two steps. The first step uses normalizedFromAtoms() to convert Atoms to normalized mach-o, and the second step uses writeBinary() which to generate the mach-o binary file. llvm-svn: 194167
OpenPOWER on IntegriCloud