search for: r8212

Displaying 2 results from an estimated 2 matches for "r8212".

Did you mean: 8212
2008 Mar 19
0
[LLVMdev] Proposal for GSoC project for improving llvm-test testsuite
...onfigure, but I guess that's nothing too fancy. Used Darkplaces --------------- I'm used darkplaces from SVN. Not sure what SVN revision it was a month ago, but the same problem happens with the current one. To get exactly the same engine source code that I currently have, do $ svn co -r8212 svn://svn.icculus.org/twilight/trunk/darkplaces Now apply the following attached "llvm.patch" to it. The patch changes: * DO_CC to be "llvm-gcc --emit-llvm" * DO_LD to be "llvm-ld -O2 -native -time-passes" * CPUOPTIMIZATIONS=-march=athlon * don't compile builddat...
2008 Mar 19
3
[LLVMdev] Proposal for GSoC project for improving llvm-test testsuite
Am Mittwoch, den 19.03.2008, 14:49 +0100 schrieb Holger Schurig: > > Just my two cents. From time to time I'm testing LLVM via > > compiling & running such big beasts as Qt and Mozilla. Also, > > at 2.0 time I tried to compile & test bunch of software from > > KDE and many others. > > I tried to compile the 3D game engine "darkplaces" with