summaryrefslogtreecommitdiff
path: root/test/lib
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2011-10-06 13:39:59 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2011-10-06 13:39:59 +0000
commit5d5c0624d0f5b9d89a6ad9cbc9fc96b0408ec033 (patch)
treed6f24b251c63306fbeb3e2c7fd9b17ce3c81f9c6 /test/lib
parent6d1409dcc517185dca5fe6aef8d0417615951cd3 (diff)
downloadllvm-5d5c0624d0f5b9d89a6ad9cbc9fc96b0408ec033.tar.gz
llvm-5d5c0624d0f5b9d89a6ad9cbc9fc96b0408ec033.tar.bz2
llvm-5d5c0624d0f5b9d89a6ad9cbc9fc96b0408ec033.tar.xz
s/tblgen/llvm-tblgen/g in a few missed places, including the tests
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141294 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/lib')
-rw-r--r--test/lib/llvm.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/llvm.exp b/test/lib/llvm.exp
index b859afd2c1..89be85cda8 100644
--- a/test/lib/llvm.exp
+++ b/test/lib/llvm.exp
@@ -111,7 +111,7 @@ proc substitute { line test tmpFile } {
regsub -all {llvm-ranlib } $new_line "$valgrind llvm-ranlib " new_line
regsub -all {([^a-zA-Z_-])opt } $new_line "\\1$valgrind opt " new_line
regsub -all {^opt } $new_line "$valgrind opt " new_line
- regsub -all {tblgen } $new_line "$valgrind tblgen " new_line
+ regsub -all {llvm-tblgen } $new_line "$valgrind llvm-tblgen " new_line
regsub -all "not $valgrind " $new_line "$valgrind not " new_line
return $new_line