Displaying 3 results from an estimated 3 matches for "000502".
Did you mean:
000002
2015 May 05
2
[LLVMdev] enabling openmp cmake build in llvm tree
...le was refactored which led to simpler target dependencies and a new
target,
make libiomp-micro-tests, which performs the 5 small tests (test-relo,
test-touch, etc.) when called.
..is done,.can we get a commit similar to that proposed in...
http://lists.cs.uiuc.edu/pipermail/openmp-dev/2015-April/000502.html
--- llvm-3.7.0.src/projects/CMakeLists.txt.orig 2015-04-26
19:10:12.000000000 -0400
+++ llvm-3.7.0.src/projects/CMakeLists.txt 2015-04-28
21:14:59.000000000 -0400
@@ -6,6 +6,7 @@
if(IS_DIRECTORY ${entry} AND EXISTS ${entry}/CMakeLists.txt)
if((NOT ${entry} STREQUAL ${CMAKE_CURREN...
2011 Jul 22
2
[Bug 8315] New: hang in rsync (match.c)
...jeremy at jeremysanders.net
QAContact: rsync-qa at samba.org
I think I'm hitting a hang in rsync. I'm using rev
c0d07c098724ee8c382a498cab991f7d8467d778 in the b3.0.x branch.
The command is:
rsync -raHx --stats --inplace --no-whole-file --delete
/xback2_back1/home_rcr36/20110707-000502/ /mnt/btrfs/home_rcr36/current/
Where both file systems are local. Running strace on the process shows no
activity. The hanging process is the rsync with the lowest PID.
I attached gdb to the hanging rsync. Here is the back trace:
0x000000000041e5c4 in hash_search (f=4, s=0xcc1ec0, buf=0xcc1ef0,...
2003 Nov 18
0
LLVM Status Update
...16. The documentation for bugpoint was dramatically improved. If you're
not familar with bugpoint, you should check it out:
http://llvm.cs.uiuc.edu/docs/CommandGuide/bugpoint.html
17. The new Function::viewCFG* methods were added:
http://mail.cs.uiuc.edu/pipermail/llvmdev/2003-October/000502.html
18. Misha gets major kudos for style-sheeting the docs and download page
the day of the release.
19. Brian updated the C front-end to compile and work on i386/FreeBSD,
which is a fully functional LLVM platform now (JIT included)
20. The linker now merges "incompatible" typ...