[llvm] r230567 - Object: Handle Mach-O kext bundle files

Justin Bogner mail at justinbogner.com
Thu Feb 26 12:06:04 PST 2015


Rafael EspĂ­ndola <rafael.espindola at gmail.com> writes:
> The lib/Object part needs a test too.
>
> Can you add one with llvm-reabobj?

Sure, but I don't really see how to do this without checking in a binary
file, which I'd prefer to avoid. I guess this is what yaml2obj is for,
but that doesn't seem to support Mach-O. Any advice on how to proceed?

> On 25 February 2015 at 17:59, Justin Bogner <mail at justinbogner.com> wrote:
>> Author: bogner
>> Date: Wed Feb 25 16:59:20 2015
>> New Revision: 230567
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=230567&view=rev
>> Log:
>> Object: Handle Mach-O kext bundle files
>>
>> This particular subtype of Mach-O was missing. Add it.




More information about the llvm-commits mailing list