Displaying 7 results from an estimated 7 matches for "block14470".
2015 Apr 09
3
[LLVMdev] Looking for advice on how to debug a problem with C++ style exception handling code that my compiler generates.
...ch i8* @_ZTIN4core10ReturnFromE, !dbg !26
%15 = extractvalue { i8*, i32 } %14, 0, !dbg !26
%16 = extractvalue { i8*, i32 } %14, 1, !dbg !26
%17 = call i32 @llvm.eh.typeid.for(i8* @_ZTIN4core9DynamicGoE), !dbg !26
%18 = icmp eq i32 %16, %17, !dbg !26
br i1 %18, label %"(TRY-0).handler-block14470", label %"(TRY-0).dispatch-header19", !dbg !26
I’m getting this error when I throw a core::Unwind exception and I’m certain that there is a landing pad with that clause.
libc++abi.dylib: terminating with uncaught exception of type core::Unwind
../../src/gctools/memoryManagement.cc:...
2015 Apr 09
2
[LLVMdev] Looking for advice on how to debug a problem with C++ style exception handling code that my compiler generates.
...; %15 = extractvalue { i8*, i32 } %14, 0, !dbg !26
>
> %16 = extractvalue { i8*, i32 } %14, 1, !dbg !26
>
> %17 = call i32 @llvm.eh.typeid.for(i8* @_ZTIN4core9DynamicGoE), !dbg !26
>
> %18 = icmp eq i32 %16, %17, !dbg !26
>
> br i1 %18, label %"(TRY-0).handler-block14470", label
> %"(TRY-0).dispatch-header19", !dbg !26
>
>
>
> I’m getting this error when I throw a core::Unwind exception and I’m
> certain that there is a landing pad with that clause.
>
>
>
> libc++abi.dylib: terminating with uncaught exception of type cor...
2015 Apr 12
2
[LLVMdev] Looking for advice on how to debug a problem with C++ style exception handling code that my compiler generates.
...2 } %14, 0, !dbg !26
>>
>> %16 = extractvalue { i8*, i32 } %14, 1, !dbg !26
>>
>> %17 = call i32 @llvm.eh.typeid.for(i8* @_ZTIN4core9DynamicGoE), !dbg !26
>>
>> %18 = icmp eq i32 %16, %17, !dbg !26
>>
>> br i1 %18, label %"(TRY-0).handler-block14470", label
>> %"(TRY-0).dispatch-header19", !dbg !26
>>
>>
>>
>> I’m getting this error when I throw a core::Unwind exception and I’m
>> certain that there is a landing pad with that clause.
>>
>>
>>
>> libc++abi.dylib: termina...
2015 Apr 12
2
[LLVMdev] Looking for advice on how to debug a problem with C++ style exception handling code that my compiler generates.
...; %16 = extractvalue { i8*, i32 } %14, 1, !dbg !26
>>>
>>> %17 = call i32 @llvm.eh.typeid.for(i8* @_ZTIN4core9DynamicGoE), !dbg
>>> !26
>>>
>>> %18 = icmp eq i32 %16, %17, !dbg !26
>>>
>>> br i1 %18, label %"(TRY-0).handler-block14470", label
>>> %"(TRY-0).dispatch-header19", !dbg !26
>>>
>>>
>>>
>>> I’m getting this error when I throw a core::Unwind exception and I’m
>>> certain that there is a landing pad with that clause.
>>>
>>>
>>&g...
2015 Apr 12
2
[LLVMdev] Looking for advice on how to debug a problem with C++ style exception handling code that my compiler generates.
...actvalue { i8*, i32 } %14, 1, !dbg !26
>>>>
>>>> %17 = call i32 @llvm.eh.typeid.for(i8* @_ZTIN4core9DynamicGoE), !dbg !26
>>>>
>>>> %18 = icmp eq i32 %16, %17, !dbg !26
>>>>
>>>> br i1 %18, label %"(TRY-0).handler-block14470", label %"(TRY-0).dispatch-header19", !dbg !26
>>>>
>>>>
>>>>
>>>> I’m getting this error when I throw a core::Unwind exception and I’m certain that there is a landing pad with that clause.
>>>>
>>>>
>&...
2015 Apr 12
2
[LLVMdev] Looking for advice on how to debug a problem with C++ style exception handling code that my compiler generates.
...gt;>>>
>>>>>> %17 = call i32 @llvm.eh.typeid.for(i8* @_ZTIN4core9DynamicGoE), !dbg !26
>>>>>>
>>>>>> %18 = icmp eq i32 %16, %17, !dbg !26
>>>>>>
>>>>>> br i1 %18, label %"(TRY-0).handler-block14470", label %"(TRY-0).dispatch-header19", !dbg !26
>>>>>>
>>>>>>
>>>>>>
>>>>>> I’m getting this error when I throw a core::Unwind exception and I’m certain that there is a landing pad with that clause.
>>&g...
2015 Apr 12
2
[LLVMdev] Looking for advice on how to debug a problem with C++ style exception handling code that my compiler generates.
...;>>>>>> %17 = call i32 @llvm.eh.typeid.for(i8* @_ZTIN4core9DynamicGoE), !dbg !26
>>>>>>>
>>>>>>> %18 = icmp eq i32 %16, %17, !dbg !26
>>>>>>>
>>>>>>> br i1 %18, label %"(TRY-0).handler-block14470", label %"(TRY-0).dispatch-header19", !dbg !26
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> I’m getting this error when I throw a core::Unwind exception and I’m certain that there is a landing pad with that cl...