diff options
author | Evan Cheng <evan.cheng@apple.com> | 2009-03-20 00:14:09 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2009-03-20 00:14:09 +0000 |
commit | a56b3a4dcce947121ca307fd7d7a1ed645fdabc1 (patch) | |
tree | 9a9d0980848d78d00326b81ebfdd75baca736d53 /test/lib/llvm.exp | |
parent | 2aa4c4e0b21990367ef15cd6d42ab9f9dd9ff29f (diff) | |
download | external_llvm-a56b3a4dcce947121ca307fd7d7a1ed645fdabc1.zip external_llvm-a56b3a4dcce947121ca307fd7d7a1ed645fdabc1.tar.gz external_llvm-a56b3a4dcce947121ca307fd7d7a1ed645fdabc1.tar.bz2 |
Fix typo's.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67349 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/lib/llvm.exp')
-rw-r--r-- | test/lib/llvm.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lib/llvm.exp b/test/lib/llvm.exp index 2ef7e6f..d2ddb8f 100644 --- a/test/lib/llvm.exp +++ b/test/lib/llvm.exp @@ -77,8 +77,8 @@ proc substitute { line test tmpFile } { regsub -all {%llvmdsymutil} $new_line "$llvmdsymutil" new_line #replace %llvmlibsdir with configure library directory regsub -all {%llvmlibsdir} $new_line "$llvmlibsdir" new_line - #replace %bugpoint_tops with actual bugpoint target options - regsub -all {%bugpoint_tops} $new_line "$bugpoint_topts" new_line + #replace %bugpoint_topts with actual bugpoint target options + regsub -all {%bugpoint_topts} $new_line "$bugpoint_topts" new_line #replace %p with path to source, regsub -all {%p} $new_line [file join $srcdir $subdir] new_line #replace %s with filename |