From: Vikram S. Adve Date: Mon, 5 Nov 2001 00:23:25 +0000 (+0000) Subject: Delete rule to disassemble %.bc -- need to make it effective only when X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=2fc372e0cab3a6712c44cdfc4cb2837f7bf6cffb;p=oota-llvm.git Delete rule to disassemble %.bc -- need to make it effective only when %.ll is not a pre-existing file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1133 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Makefile.target b/test/Makefile.target index 7eb189e5412..c9f1e3882e6 100644 --- a/test/Makefile.target +++ b/test/Makefile.target @@ -63,9 +63,6 @@ clean : %.bc: %.ll $(LAS) -f $< -%.ll: %.bc - $(LDIS) -f $< - %.clean.bc: %.bc $(LOPT) -cleangcc -raise -constprop -dce < $< > $@ diff --git a/test/Makefile.tests b/test/Makefile.tests index 7eb189e5412..c9f1e3882e6 100644 --- a/test/Makefile.tests +++ b/test/Makefile.tests @@ -63,9 +63,6 @@ clean : %.bc: %.ll $(LAS) -f $< -%.ll: %.bc - $(LDIS) -f $< - %.clean.bc: %.bc $(LOPT) -cleangcc -raise -constprop -dce < $< > $@