search for: 5141754e

Displaying 3 results from an estimated 3 matches for "5141754e".

Did you mean: 514154
2013 Jul 09
0
[LLVMdev] Error building compiler-rt
Ok, after familiarizing myself with clone it appears to me this is a bug in compiler-rt. >From the clone man page: In Linux 2.4 and earlier, clone() does not take arguments ptid, tls, and ctid. The source file passes those arguments without any fencing to check the Linux version. Also, ptid, tls, and ctid are only used in conjunction with certain flags (e.g., CLONE_PARENT_SETTID), but none
2013 Jul 17
1
[LLVMdev] Error building compiler-rt
...LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130717/5141754e/attachment.html>
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 function not