[PATCH] decodeSLEB128()

Nick Kledzik kledzik at apple.com
Mon Sep 15 14:18:03 PDT 2014


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/a04a2a3d/attachment.html>


More information about the llvm-commits mailing list