From 4f40cf4ab6aac1f03e4045eda1efa8a7f625ec2d Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Fri, 29 Aug 2003 15:26:31 +0000 Subject: Use `llvm-dis' instead of simply `dis'. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8217 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Makefile.tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Makefile.tests') diff --git a/test/Makefile.tests b/test/Makefile.tests index d3e14c6e7f..b0801c3e62 100644 --- a/test/Makefile.tests +++ b/test/Makefile.tests @@ -47,7 +47,7 @@ LLC = $(TOOLS)/llc LGCCAS = $(TOOLS)/gccas LGCCLD = $(TOOLS)/gccld -L$(LLVMGCCDIR)/lib/gcc/$(LLVMGCCARCH) -L$(LLVMGCCDIR)/lib LGCCLDPROG = $(TOOLS)/gccld -LDIS = $(TOOLS)/dis +LDIS = $(TOOLS)/llvm-dis LOPT = $(TOOLS)/opt LLINK = $(TOOLS)/link LANALYZE = $(TOOLS)/analyze -- cgit v1.2.3