search for: sv_client

Displaying 4 results from an estimated 4 matches for "sv_client".

Did you mean: s_client
2007 May 29
4
[LLVMdev] Code generation issues
...t;m"(me mOpStack_2E_5873) :"D","S"); Apparently, leaving out "S" helps (compiling the .c file works), but what does it do and why is it here? 3) Regarding bug 1446 (http://llvm.org/bugs/show_bug.cgi?id=1446): the proposed patch for the file called sv_client.c indeed works on OSX, but on Linux X86 -O3 it still does not work. More in particular, the frontend is now stuck inside the for-loop on lines 176-->391 of PromoteMemoryToRegister.cpp when in the control flow of -scalarrepl: #4 0x08764f72 in (anonymous namespace)::PromoteMem2Reg::run (...
2007 May 24
0
[LLVMdev] 2.0 frontend hangs
Hi, While trying to compile ioquake3 (http://ioquake3.org/? page=get&method=source; use provided make-macosx-ub.sh wrapper to compile) with LLVM 2.0 for an experiment (seriously :-)), the 2.0 frontend hangs on a program file called code/server/sv_client.c. Apparently, it's stuck on line 2964 of gcc/gcc.c while waiting for some subprocess to complete. The 1.9 frontend however does not experience this problem and is able to compile. How should I debug the frontend (currently recompiling with debugging support), as there are various thre...
2007 May 30
0
[LLVMdev] Code generation issues
...rently, leaving out "S" helps (compiling the .c file works), but > what does it do and why is it here? Please file a bug with this in a self-contained .c file. Thanks! > 3) Regarding bug 1446 (http://llvm.org/bugs/show_bug.cgi?id=1446): > the proposed patch for the file called sv_client.c indeed works on > OSX, but on Linux X86 -O3 it still does not work. More in particular, > the frontend is now stuck inside the for-loop on lines 176-->391 of > PromoteMemoryToRegister.cpp when in the control flow of -scalarrepl: Very strange. Is everything up to date? -Chris -- h...
2007 May 29
0
[LLVMdev] Code generation issues
...gt; :"D","S"); > > Apparently, leaving out "S" helps (compiling the .c file works), but > what does it do and why is it here? > > > 3) Regarding bug 1446 (http://llvm.org/bugs/show_bug.cgi?id=1446): > the proposed patch for the file called sv_client.c indeed works on > OSX, but on Linux X86 -O3 it still does not work. More in particular, > the frontend is now stuck inside the for-loop on lines 176-->391 of > PromoteMemoryToRegister.cpp when in the control flow of -scalarrepl: > > #4 0x08764f72 in (anonymous namespace)::Promo...