]> granicus.if.org Git - clang/commitdiff
Two more definitions required by libsupc++ (_sleb128_t and _uleb128_t)
authorPeter Collingbourne <peter@pcc.me.uk>
Thu, 29 Aug 2013 01:56:22 +0000 (01:56 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Thu, 29 Aug 2013 01:56:22 +0000 (01:56 +0000)
Differential Revision: http://llvm-reviews.chandlerc.com/D1542

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@189558 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Headers/unwind.h

index c2f38f3a8a325bbd185091f35a9f136b02fe8a2d..618de04ab1be0a85e8055976569813c868ef58d4 100644 (file)
@@ -72,6 +72,9 @@ typedef uintptr_t _Unwind_Ptr;
 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 {