Displaying 3 results from an estimated 3 matches for "_zl22__gthrw_pthread_cancelm".
2008 Nov 07
2
[LLVMdev] CBE errors
...-O2 -c -o main.bc main.cpp
$ llc -f -march=c main.bc
$ gcc -c main.cbe.c
main.cbe.c:223: warning: conflicting types for built-in function
‘malloc’
main.cbe.c: In function ‘main’:
main.cbe.c:254: warning: return type of ‘main’ is not ‘int’
main.cbe.c: In function ‘__tcf_0’:
main.cbe.c:286: error: ‘_ZL22__gthrw_pthread_cancelm’ undeclared
(first use in this function)
main.cbe.c:286: error: (Each undeclared identifier is reported only once
main.cbe.c:286: error: for each function it appears in.)
Here are the relevant lines from main.cbe.c. Notice that
"pthread_cancel" is declared as a weak external symbol...
2008 Nov 08
0
[LLVMdev] CBE errors
Hello, Jeffrey
> Here are the relevant lines from main.cbe.c. Notice that
> "pthread_cancel" is declared as a weak external symbol, but
> "_ZL22__gthrw_pthread_cancelm" is never declared (even though it is
> used).
This is bug in CBE. Please fill problem report in LLVM bugzilla.
--
With best regards, Anton Korobeynikov.
Faculty of Mathematics & Mechanics, Saint Petersburg State University.
2008 Nov 11
1
[LLVMdev] CBE errors
On Nov 8, 2008, at 10:12 AM, Anton Korobeynikov wrote:
>> Here are the relevant lines from main.cbe.c. Notice that
>> "pthread_cancel" is declared as a weak external symbol, but
>> "_ZL22__gthrw_pthread_cancelm" is never declared (even though it is
>> used).
> This is bug in CBE. Please fill problem report in LLVM bugzilla.
I submitted a request for a bugzilla account last week, but I have not
yet received a confirmation e-mail. Who maintains the bugzilla
installation?