[llvm-commits] CVS: llvm/test/lib/llvm.exp
Jeff Cohen
jeffc at jolt-lang.org
Sat Apr 21 11:52:50 PDT 2007
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.
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
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20070421/ffa2c67d/attachment.html>
More information about the llvm-commits
mailing list