diff options
-rw-r--r-- | test/Makefile.tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.tests b/test/Makefile.tests index d3e14c6..b0801c3 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 |