[PATCH] Two more definitions required by libsupc++ (_sleb128_t and _uleb128_t)
Peter Collingbourne
peter at pcc.me.uk
Wed Aug 28 17:40:01 PDT 2013
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 {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D1542.1.patch
Type: text/x-patch
Size: 381 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130828/d37b2d2e/attachment.bin>
More information about the cfe-commits
mailing list