[LLVMdev] compiler-rt project PATCH

Nick Kledzik kledzik at apple.com
Tue Jan 19 22:13:53 PST 2010


Committed revision 93983.

Thanks!

-Nick


On Jan 19, 2010, at 11:22 AM, Garrison Venn wrote:
> In lib/gcc_personality_v0.c, I believe the type of the  
> exception_cleanup member of the struct
> _Unwind_Exception is incorrect. It has a return type of  
> _Unwind_Reason_Code versus a return
> type of void as specified in http://refspecs.freestandards.org/abi-eh-1.21.html 
> , and as can be seen
> in unwind.h on Linux, and OS X 10.6.x (the latter's unwind.h is  
> under the Developer directory tree).
>
> The attached patch changes this return type to void.
>
> Garrison
>
>
> < 
> gcc_personality_v0 
> .patch>_______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev




More information about the llvm-dev mailing list