[llvm-commits] CVS: llvm/test/lib/llvm.exp

Duncan Sands baldrick at free.fr
Sat Apr 21 11:18:53 PDT 2007


> +    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.



More information about the llvm-commits mailing list