diff options
| -rw-r--r-- | clang/lib/Headers/unwind.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/lib/Headers/unwind.h b/clang/lib/Headers/unwind.h index c2f38f3a8a3..618de04ab1b 100644 --- a/clang/lib/Headers/unwind.h +++ b/clang/lib/Headers/unwind.h @@ -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 { |

