[llvm-commits] CVS: llvm/test/lib/llvm.exp
Reid Spencer
rspencer at reidspencer.com
Sat Apr 21 11:54:55 PDT 2007
On Sat, 2007-04-21 at 11:52 -0700, Jeff Cohen wrote:
> The only way to run the tests under Windows is to use cygwin, using an
> LLVM built with cygwin/mingw. Windows does not have /tmp (unless you
> create it yourself) and it does not have /dev/null (unless cygwin
> emulates it somehow). I only build LLVM on Windows with Visual
> Studio, so someone else who has will have to give a definitive answer.
Both paths are fine under cygwin, However, I'm not sure about mingw.
Anton, can you check?
Reid.
>
> Duncan Sands wrote:
> > > + catch { set file_h [ open "/tmp/llvm_obj_check.m" w] }
> > > + set R [ catch { exec $llvmgcc -c "/tmp/llvm_obj_check.m" -o /dev/null >& /tmp/llvm_obj_check.out } ]
> > >
> >
> > Will using /tmp and /dev/null work properly under Windows?
> >
> > Ciao,
> >
> > Duncan.
> > _______________________________________________
> > llvm-commits mailing list
> > llvm-commits at cs.uiuc.edu
> > http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
> >
> >
> >
> >
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list