[PATCH] D15781: [compiler-rt] Add support for ARM EHABI to gcc_personality_v0.
Saleem Abdulrasool via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 28 20:09:35 PST 2015
compnerd added a comment.
I didn't mean to imply the C++ personality. The reconfiguration of the C personality makes things harder IMO. Now you need to rebuild the library if something changes and control that. If you absolutely must use this approach, why not introduce a new routine that dispatches as you want (just to be clear this would be different from the language specific personality)? The entire thing with the personalities is that they handle things one way only and you switch the one that is used.
http://reviews.llvm.org/D15781
More information about the llvm-commits
mailing list