More srcdir != objdir changes.

llvm-svn: 17596
This commit is contained in:
Tanya Lattner 2004-11-07 23:21:50 +00:00
parent 35c91c2740
commit 7095a68e49
1 changed files with 6 additions and 1 deletions

View File

@ -3,7 +3,12 @@ proc llvm-runtest { programs objdir subdir target_triplet llvmgcc llvmgxx prcont
set path [file join $objdir $subdir]
#Make Output Directory if it does not exist already
cd $path
if { [file exists path] } {
cd $path
} else {
file mkdir $path
cd $path
}
file mkdir Output