X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FMakefile.tests;h=b2e53006bf08dba1163dd6d08a1a757d9993062c;hb=0e9c68e6bc8768143308b0162e900ba8bd10dc01;hp=c60c90c075d2440303bc21b825f5602639d66dfe;hpb=7e87373e91afe6a9ed1ead63d9d02448f02213d3;p=oota-llvm.git diff --git a/test/Makefile.tests b/test/Makefile.tests index c60c90c075d..b2e53006bf0 100644 --- a/test/Makefile.tests +++ b/test/Makefile.tests @@ -47,18 +47,6 @@ clean:: $(RM) -f a.out core $(RM) -rf Output/ -# Compile from X.c to Output/X.ll -Output/%.ll: %.c $(LCC1) Output/.dir $(INCLUDES) - -$(LLVMCC) $(CPPFLAGS) $(LCCFLAGS) -S $< -o $@ - -# Compile from X.cpp to Output/X.ll -Output/%.ll: %.cpp $(LCC1XX) Output/.dir $(INCLUDES) - -$(LLVMCXX) $(CPPFLAGS) $(LCXXFLAGS) -S $< -o $@ - -# Compile from X.cc to Output/X.ll -Output/%.ll: %.cc $(LCC1XX) Output/.dir $(INCLUDES) - -$(LLVMCXX) $(CPPFLAGS) $(LCXXFLAGS) -S $< -o $@ - # LLVM Assemble from Output/X.ll to Output/X.bc. Output/X.ll must have come # from GCC output, so use GCCAS. #