[PATCH] decodeSLEB128()
Jim Grosbach
grosbach at apple.com
Mon Sep 15 14:08:58 PDT 2014
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.
-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
More information about the llvm-commits
mailing list