[PATCH] D11191: unwind: Export _Unwind_{Get, Set}{GR, IP}() for ARM EHABI.

Saleem Abdulrasool compnerd at compnerd.org
Fri Jul 17 14:14:54 PDT 2015


compnerd added inline comments.

================
Comment at: include/unwind.h:217
@@ -216,1 +216,3 @@
 
+#if !defined(__LIBUNWIND_DONT_INLINE_UNWIND_LEVEL1)
+#define __LIBUNWIND_EXPORT_UNWIND_LEVEL1 static __inline__
----------------
The double negative hurts.  Would you be opposed to switching this around so that we can have:

    __LIBUWNIND_INLINE_LEVEL1


http://reviews.llvm.org/D11191







More information about the cfe-commits mailing list