From: Misha Brukman Date: Fri, 29 Aug 2003 15:26:31 +0000 (+0000) Subject: Use `llvm-dis' instead of simply `dis'. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=4f40cf4ab6aac1f03e4045eda1efa8a7f625ec2d;p=oota-llvm.git Use `llvm-dis' instead of simply `dis'. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8217 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Makefile.tests b/test/Makefile.tests index d3e14c6e7f8..b0801c3e620 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