Displaying 7 results from an estimated 7 matches for "__cxa_rethrow".
2012 May 22
4
[LLVMdev] How to get llvm bitcode executed
..., ...) nounwind
declare void @llvm.eh.resume(i8*, i32)
declare void @_ZSt9terminatev()
declare i32 @memcmp(i8*, i8*, i64)
declare i64 @llvm.expect.i64(i64, i64) nounwind readnone
declare void @_ZSt19__throw_logic_errorPKc(i8*) noreturn
declare i8* @__cxa_begin_catch(i8*)
declare void @__cxa_rethrow()
declare void @__cxa_end_catch()
declare void @__cxa_call_unexpected(i8*)
declare void @_ZdlPv(i8*) nounwind
declare void @_ZSt20__throw_length_errorPKc(i8*) noreturn
declare void @_ZSt17__throw_bad_allocv() noreturn
declare noalias i8* @_Znwm(i64)
declare void @llvm.memcpy.p0i8.p0i8...
2017 Jun 06
3
libc++ failed to link against musl
...RCH=x86_64
>> LLVM_TARGETS_TO_BUILD=X86
>>
>> When linking libc++.so there are a lot of undefined references to __cxa_allocate_exception, __cxa_begin_catch, __cxa_end_catch, __cxa_free_exception, __cxa_guard_abort, __cxa_guard_acquire, __cxa_guard_release, __cxa_pure_virtual, __cxa_rethrow, __cxa_throw, __gxx_personality_v0, _Unwind_Resume, vtable for __cxxabiv1::__class_type_info, vtable for __cxxabiv1::__si_class_type_info, vtable for __cxxabiv1::__vmi_class_type_info. The full output of the linking command is too long and is attached gzipped. The linking command is the following:...
2017 Jun 05
3
libc++ failed to link against musl
...ux-musl
LLVM_TARGET_ARCH=x86_64
LLVM_TARGETS_TO_BUILD=X86
When linking libc++.so there are a lot of undefined references to __cxa_allocate_exception, __cxa_begin_catch, __cxa_end_catch, __cxa_free_exception, __cxa_guard_abort, __cxa_guard_acquire, __cxa_guard_release, __cxa_pure_virtual, __cxa_rethrow, __cxa_throw, __gxx_personality_v0, _Unwind_Resume, vtable for __cxxabiv1::__class_type_info, vtable for __cxxabiv1::__si_class_type_info, vtable for __cxxabiv1::__vmi_class_type_info. The full output of the linking command is too long and is attached gzipped. The linking command is the following:...
2012 May 22
0
[LLVMdev] How to get llvm bitcode executed
...@llvm.eh.resume(i8*, i32)
> declare void @_ZSt9terminatev()
> declare i32 @memcmp(i8*, i8*, i64)
> declare i64 @llvm.expect.i64(i64, i64) nounwind readnone
> declare void @_ZSt19__throw_logic_errorPKc(i8*) noreturn
> declare i8* @__cxa_begin_catch(i8*)
> declare void @__cxa_rethrow()
> declare void @__cxa_end_catch()
> declare void @__cxa_call_unexpected(i8*)
> declare void @_ZdlPv(i8*) nounwind
> declare void @_ZSt20__throw_length_errorPKc(i8*) noreturn
> declare void @_ZSt17__throw_bad_allocv() noreturn
> declare noalias i8* @_Znwm(i64)
>...
2012 May 22
2
[LLVMdev] How to get llvm bitcode executed
....so) which should be pulled in by libstdc++.
>
> > declare i64 @llvm.expect.i64(i64, i64) nounwind readnone
>
> LLVM intrinsic.
>
> > declare void @_ZSt19__throw_logic_errorPKc(i8*) noreturn
> > declare i8* @__cxa_begin_catch(i8*)
> > declare void @__cxa_rethrow()
> > declare void @__cxa_end_catch()
> > declare void @__cxa_call_unexpected(i8*)
> > declare void @_ZdlPv(i8*) nounwind
> > declare void @_ZSt20__throw_length_errorPKc(i8*) noreturn
> > declare void @_ZSt17__throw_bad_allocv() noreturn
> > dec...
2012 May 22
0
[LLVMdev] How to get llvm bitcode executed
...32 @memcmp(i8*, i8*, i64)
In libc (libc.so) which should be pulled in by libstdc++.
> declare i64 @llvm.expect.i64(i64, i64) nounwind readnone
LLVM intrinsic.
> declare void @_ZSt19__throw_logic_errorPKc(i8*) noreturn
> declare i8* @__cxa_begin_catch(i8*)
> declare void @__cxa_rethrow()
> declare void @__cxa_end_catch()
> declare void @__cxa_call_unexpected(i8*)
> declare void @_ZdlPv(i8*) nounwind
> declare void @_ZSt20__throw_length_errorPKc(i8*) noreturn
> declare void @_ZSt17__throw_bad_allocv() noreturn
> declare noalias i8* @_Znwm(i64)...
2012 May 23
0
[LLVMdev] How to get llvm bitcode executed
...n by libstdc++.
>>
>>> declare i64 @llvm.expect.i64(i64, i64) nounwind readnone
>>
>> LLVM intrinsic.
>>
>>> declare void @_ZSt19__throw_logic_errorPKc(i8*) noreturn
>>> declare i8* @__cxa_begin_catch(i8*)
>>> declare void @__cxa_rethrow()
>>> declare void @__cxa_end_catch()
>>> declare void @__cxa_call_unexpected(i8*)
>>> declare void @_ZdlPv(i8*) nounwind
>>> declare void @_ZSt20__throw_length_errorPKc(i8*) noreturn
>>> declare void @_ZSt17__throw_bad_allocv() noret...