search for: libsup

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

Did you mean: libsoup
2006 Nov 20
0
[LLVMdev] C++ to C
...hd-Hanafiah Abdullah wrote: > > Hi Emil: > > > > How did you modify the Makefile to make it compile libstdc++ into LLVM > > bytecode? Have you had any luck so far? > > I haven't managed to get this to work yet. > > I tried manually compiling pieces of the libsup/ and src/ directories > but I've still got unresolved symbols left over.
2006 Nov 05
4
[LLVMdev] Convert C++ to C. What is 0x0p+0 ?
On Sat, 2006-11-04 at 21:06 -0800, Reid Spencer wrote: > Hi Napi, > > On Sun, 2006-11-05 at 12:40 +0800, Mohd-Hanafiah Abdullah wrote: > > Hi: > > > > I'm interested in using llvm to convert C++ code to C code. > > I used the following command to do this: > > > > % llvm-g++ -c foo.cpp -o - | llc -march=c -o foo.cbe.c > > Yup, that'll