llvm-project/lld/unittests
Nick Kledzik e34182f396 [mach-o] binary reader and writer
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
2013-11-06 21:36:55 +00:00
..
CoreTests Rename TargetInfo -> LinkingContext. 2013-08-06 22:31:59 +00:00
DriverTests [PECOFF] Rename getSectionAlignment -> getSectionDefaultAlignment. 2013-11-06 19:30:14 +00:00
MachOTests [mach-o] binary reader and writer 2013-11-06 21:36:55 +00:00
CMakeLists.txt Supoort mach-o encoded in yaml. 2013-10-08 00:43:34 +00:00