Displaying 4 results from an estimated 4 matches for "llabel3".
Did you mean:
label3
2010 Jan 22
0
[LLVMdev] Exception handling question
...f
.Leh_func_begin1:
# BB#0: # %e
subq $8, %rsp
.Llabel4:
.Llabel1:
callq g
.Llabel2:
# BB#1: # %c
addq $8, %rsp
ret
.LBB1_2:
# %u
.Llabel3:
addq $8, %rsp
ret
.size f, .-f
.Leh_func_end1:
.section .gcc_except_table,"a", at progbits
.align 4
GCC_except_table1:
.byte 0
# Padding
.byte 0
# Padding
.Lex...
2010 Jan 22
2
[LLVMdev] Exception handling question
...> subq $8, %rsp
> .Llabel4:
> .Llabel1:
> callq g
> .Llabel2:
> # BB#1: # %c
> addq $8, %rsp
> ret
> .LBB1_2:
> # %u
> .Llabel3:
> addq $8, %rsp
> ret
> .size f, .-f
> .Leh_func_end1:
>
> .section .gcc_except_table,"a", at progbits
> .align 4
> GCC_except_table1:
> .byte 0
>...
2010 Jan 21
4
[LLVMdev] Exception handling question
Hi,
I'm trying to get exception handling working in my compiler targetting LLVM.
I've been working from the LLVM exception handling documentation (including
http://llvm.org/docs/ExceptionHandling.html and
http://wiki.llvm.org/HowTo:_Build_JIT_based_Exception_mechanism) and looking
at g++-llvm's output.
I've been trying to get a minimal test function to work, which simply
invokes
2010 Jan 22
0
[LLVMdev] Exception handling question
...label4:
>> .Llabel1:
>> callq g
>> .Llabel2:
>> # BB#1: # %c
>> addq $8, %rsp
>> ret
>> .LBB1_2:
>> # %u
>> .Llabel3:
>> addq $8, %rsp
>> ret
>> .size f, .-f
>> .Leh_func_end1:
>>
>> .section .gcc_except_table,"a", at progbits
>> .align 4
>> GCC_except_table1:
>> .byte 0
>>...