[LLVMdev] notes on llvmc2

Holger Schurig hs4233 at mail.mn-solutions.de
Mon Jun 2 01:10:52 PDT 2008


> > I already compiled llvm, but llvm-gcc was still compiling.
> > Now I tried the new
>
> llvmc2:
> > $ llvmc2 -opt -v main.c
> > llvm-g++ -c -x c main.c -o /tmp/llvm_KeApik/main.bc
> > -emit-llvm llvmc2: Can't find program 'llvm-g++'
> >
> >
> > * after this, the directory /tmp/llvm_KeApik was not removed
>
> Strange, I couldn't reproduce this. What system are you using?

Linux in the "Debian Etch" flavour.


I've now switched to SVN 51864. I tried to re-create the problem 
with "rm dist/bin/llvm-gcc", but now it worked as expected: the 
temp directory was removed.



More information about the llvm-dev mailing list