"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "a61df3f843f3ec49fb6952a5a4cf94c0938307a4"
[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
Loading
Please register or sign in to comment