Displaying 3 results from an estimated 3 matches for "ajost".
Did you mean:
jost
2013 Jul 09
2
[LLVMdev] Error building compiler-rt
Hi,
I get the following error while building compiler-rt:
/slowfs/msret_s1_us03/ajost/src/llvm-3.3.src/projects/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_linux.cc:315:22: error: no matching function for call to 'clone'
pid_t tracer_pid = clone(TracerThread, tracer_stack.Bottom(),
^~~~~
/usr/include/bits/sched.h:71:12: note: candidate func...
2013 Jul 09
0
[LLVMdev] Error building compiler-rt
...-Andy
From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Andy Jost
Sent: Tuesday, July 09, 2013 2:44 PM
To: LLVMdev at cs.uiuc.edu
Subject: [LLVMdev] Error building compiler-rt
Hi,
I get the following error while building compiler-rt:
/slowfs/msret_s1_us03/ajost/src/llvm-3.3.src/projects/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_linux.cc:315:22: error: no matching function for call to 'clone'
pid_t tracer_pid = clone(TracerThread, tracer_stack.Bottom(),
^~~~~
/usr/include/bits/sched.h:71:12: note: candidate func...
2013 Jul 17
1
[LLVMdev] Error building compiler-rt
...gt; *Sent:* Tuesday, July 09, 2013 2:44 PM
> *To:* LLVMdev at cs.uiuc.edu
> *Subject:* [LLVMdev] Error building compiler-rt****
>
> ** **
>
> Hi,****
>
> ** **
>
> I get the following error while building compiler-rt:****
>
> ** **
>
> /slowfs/msret_s1_us03/ajost/src/llvm-3.3.src/projects/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_linux.cc:315:22:
> error: no matching function for call to 'clone'****
>
> pid_t tracer_pid = clone(TracerThread, tracer_stack.Bottom(),****
>
> ^~~~~****
>
> /usr/i...