[PATCH] D11190: unwind: Fix libc++abi and libgcc build.

Anton Korobeynikov anton at korobeynikov.info
Tue Jul 14 12:25:46 PDT 2015


asl added inline comments.

================
Comment at: include/unwind.h:224
@@ +223,3 @@
+
+static __inline__ uintptr_t _Unwind_GetGR(struct _Unwind_Context *context,
+                                          int index) {
----------------
Why can't we simply make them static functions of UnwindLevel1.c for EHABI case?


http://reviews.llvm.org/D11190







More information about the cfe-commits mailing list