From 747604218fecb44cf3acf553984cfc57444bd7d4 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 23 Jan 2002 05:50:04 +0000 Subject: Removal of more unnecesary stuff git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1557 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Makefile.tests | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'test') diff --git a/test/Makefile.tests b/test/Makefile.tests index 1f28341..3390d01 100644 --- a/test/Makefile.tests +++ b/test/Makefile.tests @@ -66,14 +66,10 @@ clean :: $(LLC) -f -trace $(LLCFLAGS) $< -## FIXME: LIBS should be specified, not hardcoded to -lm -#Output/%.native: %.c Output/.dir -# $(NATGCC) $+ -lm -o $@ - Output/%.ll: %.c $(LCC) Output/.dir $(LCC) $(LCFLAGS) -S $< -o $@ -%.bc: %.ll $(LAS) +Output/%.bc: Output/%.ll $(LAS) $(LAS) $< -o $@ #%.s: %.linked.bc @@ -91,10 +87,10 @@ Output/%.ll: %.c $(LCC) Output/.dir %.o: %.c ## The next two rules are for disassembling an executable or an object file -%.dis: % - $(DIS) $< > $@ +#%.dis: % +# $(DIS) $< > $@ -%.dis: %.o - $(DIS) $< > $@ +#%.dis: %.o +# $(DIS) $< > $@ -- cgit v1.1