credits adjustment

llvm-svn: 147148
This commit is contained in:
Howard Hinnant 2011-12-22 16:00:06 +00:00
parent 1de4fc0dfa
commit f5bde09cc1
2 changed files with 8 additions and 2 deletions

View File

@ -10,13 +10,13 @@ beautification by scripts. The fields are: name (N), email (E), web-address
N: Howard Hinnant
E: hhinnant@apple.com
D: Architect and primary author of libc++abi
D: Architect and primary coauthor of libc++abi
N: Marshall Clow
E: marshall@idio.com
E: mclow.lists@gmail.com
E: mclow@qualcomm.com
D: Aux Runtime and vector functionality, exception handling
D: Architect and primary coauthor of libc++abi
N: Nick Kledzik
E: kledzik@apple.com

View File

@ -449,6 +449,12 @@ __cxa_rethrow_primary_exception(void* thrown_object)
// If we return client will call terminate()
}
_Unwind_Reason_Code
__gxx_personality_v0(int version, _Unwind_Action actions, uint64_t exceptionClass,
_Unwind_Exception* exceptionObject, _Unwind_Context* context)
{
}
} // extern "C"
} // abi