Displaying 4 results from an estimated 4 matches for "cc5d3rcx".
2011 Apr 10
2
[LLVMdev] gcroot + `section not found for addresss ...' ???
...oc(i64 1)
store i8* %1, i8** %0
call void @llvm.gcroot(i8** %0, i8* null)
ret i32 0
}
declare i8* @malloc(i64)
declare void @llvm.gcroot(i8**, i8*) nounwind
in test.ll
and then do
> llc test.ll
> gcc test.s
I get the error
ld: in /var/folders/Ea/EakEx6b+GBSo6cUn2AnFZk+++TI/-Tmp-//cc5d3RCx.o, section not found for address 0x64200E00000004CD
If I remove line containing malloc and the line after that, no such error happens. If I remove
the gcroot line then no such error happens.
Any hints as to what this error means would be great!
Cheers,
N
2011 Apr 11
0
[LLVMdev] gcroot + `section not found for addresss ...' ???
...ret i32 0
> }
>
> declare i8* @malloc(i64)
>
> declare void @llvm.gcroot(i8**, i8*) nounwind
>
> in test.ll
>
> and then do
>
>> llc test.ll
>> gcc test.s
>
> I get the error
>
> ld: in /var/folders/Ea/EakEx6b+GBSo6cUn2AnFZk+++TI/-Tmp-//cc5d3RCx.o, section not found for address 0x64200E00000004CD
>
> If I remove line containing malloc and the line after that, no such error happens. If I remove
> the gcroot line then no such error happens.
>
> Any hints as to what this error means would be great!
>
> Cheers,
> N
&...
2011 Apr 12
2
[LLVMdev] gcroot + `section not found for addresss ...' ???
...4)
>>
>> declare void @llvm.gcroot(i8**, i8*) nounwind
>>
>> in test.ll
>>
>> and then do
>>
>>> llc test.ll
>>> gcc test.s
>>
>> I get the error
>>
>> ld: in /var/folders/Ea/EakEx6b+GBSo6cUn2AnFZk+++TI/-Tmp-//cc5d3RCx.o, section not found for address 0x64200E00000004CD
>>
>> If I remove line containing malloc and the line after that, no such error happens. If I remove
>> the gcroot line then no such error happens.
>>
>> Any hints as to what this error means would be great!
>>...
2011 Apr 12
0
[LLVMdev] gcroot + `section not found for addresss ...' ???
...m.gcroot(i8**, i8*) nounwind
>>>
>>> in test.ll
>>>
>>> and then do
>>>
>>>> llc test.ll
>>>> gcc test.s
>>>
>>> I get the error
>>>
>>> ld: in /var/folders/Ea/EakEx6b+GBSo6cUn2AnFZk+++TI/-Tmp-//cc5d3RCx.o, section not found for address 0x64200E00000004CD
>>>
>>> If I remove line containing malloc and the line after that, no such error happens. If I remove
>>> the gcroot line then no such error happens.
>>>
>>> Any hints as to what this error means would...