Displaying 3 results from an estimated 3 matches for "r370".
Did you mean:
370
2007 Jul 17
0
[LLVMdev] llvm-gcc-4-2 development branch is open
...gt; > Bill, any idea ?
> > >
> > No clue. I wrote a message to the guy handling the mirror sync.
>
> can you please also ask him to check if the mirror is being updated.
> The last commit never turned up.
I mentioned this on IRC yesterday. The mirror's been stuck at r370 since
last Thursday (7/12)
Reid.
>
> Thanks,
>
> Duncan.
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
2007 Jul 17
4
[LLVMdev] llvm-gcc-4-2 development branch is open
Hi Bill,
> > I checked out llvm-gcc-4.0 from mirror svn server and our internal svn.
> > And I do see the difference, but I do not understand why.
> >
> > Bill, any idea ?
> >
> No clue. I wrote a message to the guy handling the mirror sync.
can you please also ask him to check if the mirror is being updated.
The last commit never turned up.
Thanks,
Duncan.
2007 Jul 18
5
[LLVMdev] memory hog llvm-ld
I want to share a little LLVM experiment.
I tried LLVM on one of my bigger Qt 3.x based projects. I used
llvm from SVN trunk (r39999) and SVN llvm-gcc-4.01 (r370) and
did compile every file with
/usr/src/llvm/dist/bin/g++ -c -pipe -g \
-Wall -Wextra -Wno-sign-compare \
... lots of -Dxxxx ... \
--emit-llvm -I/usr/share/qt3/mkspecs/default \
-I. -I.. -I../../../include/qt3 -I.obj/ \
-o .obj/FILENAME.o FILENAME.cpp
so that I later had 211 .o fil...