<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
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.<br>
<br>
Duncan Sands wrote:
<blockquote cite="mid200704212018.53948.baldrick@free.fr" type="cite">
  <blockquote type="cite">
    <pre wrap="">+    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 } ]
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Will using /tmp and /dev/null work properly under Windows?

Ciao,

Duncan.
_______________________________________________
llvm-commits mailing list
<a class="moz-txt-link-abbreviated" href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a>
<a class="moz-txt-link-freetext" href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a>



  </pre>
</blockquote>
</body>
</html>