mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 06:10:12 +00:00
credits adjustment
llvm-svn: 147148
This commit is contained in:
parent
1de4fc0dfa
commit
f5bde09cc1
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user