Displaying 3 results from an estimated 3 matches for "lfunc_end6".
Did you mean:
lfunc_end0
2009 Nov 27
3
[LLVMdev] New debugging APIs
I'm attempting to get my compiler to use the new APIs for source-level
debugging via SetCurrentDebugLocation(). I'm getting a lot of "duplicate
symbol" errors in my generated assembly code:
ReflectionTest.s:348: Error: symbol `.Lfunc_end6' is already defined
ReflectionTest.s:372: Error: symbol `.Lfunc_end6' is already defined
ReflectionTest.s:395: Error: symbol `.Lfunc_end6' is already defined
ReflectionTest.s:421: Error: symbol `.Lfunc_end6' is already defined
ReflectionTest.s:443: Error: symbol `.Lfunc_end6' is...
2009 Nov 29
0
[LLVMdev] New debugging APIs
Talin wrote:
> I'm attempting to get my compiler to use the new APIs for source-level
> debugging via SetCurrentDebugLocation(). I'm getting a lot of "duplicate
> symbol" errors in my generated assembly code:
>
> ReflectionTest.s:348: Error: symbol `.Lfunc_end6' is already defined
> ReflectionTest.s:372: Error: symbol `.Lfunc_end6' is already defined
> ReflectionTest.s:395: Error: symbol `.Lfunc_end6' is already defined
> ReflectionTest.s:421: Error: symbol `.Lfunc_end6' is already defined
> ReflectionTest.s:443: Error: symbol...
2009 Nov 30
1
[LLVMdev] New debugging APIs
...n wrote:
>> I'm attempting to get my compiler to use the new APIs for source-level
>> debugging via SetCurrentDebugLocation(). I'm getting a lot of "duplicate
>> symbol" errors in my generated assembly code:
>>
>> ReflectionTest.s:348: Error: symbol `.Lfunc_end6' is already defined
>> ReflectionTest.s:372: Error: symbol `.Lfunc_end6' is already defined
>> ReflectionTest.s:395: Error: symbol `.Lfunc_end6' is already defined
>> ReflectionTest.s:421: Error: symbol `.Lfunc_end6' is already defined
>> ReflectionTest.s:443...