[PATCH] decodeSLEB128()

Eric Christopher echristo at gmail.com
Mon Sep 15 14:19:49 PDT 2014


Aha. Cool.

Thanks!

-eric

On Mon, Sep 15, 2014 at 2:18 PM, Nick Kledzik <kledzik at apple.com> wrote:

> FYI, I’m adding some functionality to llvm-objdump to dump mach-o binding
> info which will need decodeSLEB128().
>
> -Nick
>
> On Sep 15, 2014, at 2:16 PM, Eric Christopher <echristo at gmail.com> wrote:
>
>
> On Mon, Sep 15, 2014 at 2:08 PM, Jim Grosbach <grosbach at apple.com> wrote:
>
>> LGTM. IIRC, the only reason we didn’t have it before is there was no use
>> case for them in the codebase at the time.
>>
>
> Correct.
>
> -eric
>
>
>>
>> -j
>> > On Sep 15, 2014, at 2:00 PM, Nick Kledzik <kledzik at apple.com> wrote:
>> >
>> > I need to decode SLEB128 values and noticed that
>> <llvm/Support/LEB128.h> is missing a way to decode them.  Attached is a
>> patch to add that functionality along with unit tests for it.
>> >
>> > <sleb128.patch>
>> >
>> > -Nick
>>
>>
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140915/45cd2080/attachment.html>


More information about the llvm-commits mailing list