[PATCH] Two more definitions required by libsupc++ (_sleb128_t and _uleb128_t)

Rafael EspĂ­ndola rafael.espindola at gmail.com
Wed Aug 28 18:19:12 PDT 2013


lgtm


On 28 August 2013 20:40, Peter Collingbourne <peter at pcc.me.uk> wrote:
> Hi rafael,
>
> http://llvm-reviews.chandlerc.com/D1542
>
> Files:
>   lib/Headers/unwind.h
>
> Index: lib/Headers/unwind.h
> ===================================================================
> --- lib/Headers/unwind.h
> +++ lib/Headers/unwind.h
> @@ -72,6 +72,9 @@
>  typedef uintptr_t _Unwind_Internal_Ptr;
>  typedef uint64_t _Unwind_Exception_Class;
>
> +typedef intptr_t _sleb128_t;
> +typedef uintptr_t _uleb128_t;
> +
>  struct _Unwind_Context;
>  struct _Unwind_Exception;
>  typedef enum {



More information about the cfe-commits mailing list