[PATCH] builtins: avoid duplicating unwind declarations

Renato Golin renato.golin at linaro.org
Tue Jan 13 09:44:31 PST 2015


Sorry it took so long, I lost track of things. LGTM. Thanks!


================
Comment at: lib/builtins/gcc_personality_v0.c:148
@@ -187,3 +147,3 @@
          uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject,
-         _Unwind_Context_t context)
+         struct _Unwind_Context *context)
 #else
----------------
compnerd wrote:
> rengolin wrote:
> > This change doesn't seem relevant (even if it is correct) to this patch.
> Speling change.  _Unwind_Context_t was a typedef for struct _Unwind_Context *.
I see, due to the header change.

http://reviews.llvm.org/D6822

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list