aboutsummaryrefslogtreecommitdiff
path: root/llvm/projects
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2012-06-27 23:53:41 +0000
committerChandler Carruth <chandlerc@gmail.com>2012-06-27 23:53:41 +0000
commit9c394e3f890efb4aa0922488b82796cc6ff4fd9b (patch)
tree69da2a58d2a838bd022a12fda68a660ff9ab8f88 /llvm/projects
parent256d3a9eaad7a2fb85de5469efa71982093334c4 (diff)
downloadllvm-9c394e3f890efb4aa0922488b82796cc6ff4fd9b.zip
llvm-9c394e3f890efb4aa0922488b82796cc6ff4fd9b.tar.gz
llvm-9c394e3f890efb4aa0922488b82796cc6ff4fd9b.tar.bz2
Remove autoconf support for runtest and tclsh, some of the last vestigal
bits of DejaGNU. Eric, you may want to remove the TCLSH bits from aclocal.m4 and regenerate... I didn't want to touch the m4 file lest something exploded. llvm-svn: 159308
Diffstat (limited to 'llvm/projects')
-rw-r--r--llvm/projects/sample/Makefile.llvm.config.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/projects/sample/Makefile.llvm.config.in b/llvm/projects/sample/Makefile.llvm.config.in
index 697660c..9a85b3d 100644
--- a/llvm/projects/sample/Makefile.llvm.config.in
+++ b/llvm/projects/sample/Makefile.llvm.config.in
@@ -157,8 +157,6 @@ GAS := @GAS@
POD2HTML := @POD2HTML@
POD2MAN := @POD2MAN@
PDFROFF := @PDFROFF@
-RUNTEST := @RUNTEST@
-TCLSH := @TCLSH@
ZIP := @ZIP@
HAVE_PTHREAD := @HAVE_PTHREAD@