[llvm] r273478 - [MachO] Adding a few missing swapStruct functions

Chris Bieneman via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 22 14:34:42 PDT 2016


I have a WIP patch that adds obj2yaml/yaml2obj support for mach-o fat files, that will test this. I hope to land the patch later today or tomorrow with test cases. If you’d prefer I can revert the patch until it is used. I committed it separately because it is a self-contained bit of code with no adverse impact.

-Chris

> On Jun 22, 2016, at 2:19 PM, Davide Italiano <davide at freebsd.org> wrote:
> 
> On Wed, Jun 22, 2016 at 2:01 PM, Chris Bieneman via llvm-commits
> <llvm-commits at lists.llvm.org> wrote:
>> Author: cbieneman
>> Date: Wed Jun 22 16:01:17 2016
>> New Revision: 273478
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=273478&view=rev
>> Log:
>> [MachO] Adding a few missing swapStruct functions
>> 
>> These are just missing swap functions for handling endian conversion.
>> 
> 
> Are you planning to use them somewhere? Testcase?
> 
> Cheers,
> 
> -- 
> Davide
> 
> "There are no solved problems; there are only problems that are more
> or less solved" -- Henri Poincare



More information about the llvm-commits mailing list