From 707af6efecf6c4c949bc22a0d958daffc6ddedd9 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 2 Jun 2003 05:49:11 +0000 Subject: Add support for C++ tests git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6540 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Makefile.tests | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/Makefile.tests') diff --git a/test/Makefile.tests b/test/Makefile.tests index fc93463..8ae3465 100644 --- a/test/Makefile.tests +++ b/test/Makefile.tests @@ -87,6 +87,10 @@ Output/%.ll: $(SourceDir)%.c $(LCC1) Output/.dir $(INCLUDES) Output/%.ll: $(SourceDir)%.cpp $(LCC1XX) Output/.dir $(INCLUDES) $(LCXX) $(CPPFLAGS) $(LCXXFLAGS) -S $< -o $@ +# Compile from X.cc to Output/X.ll +Output/%.ll: $(SourceDir)%.cc $(LCC1XX) Output/.dir $(INCLUDES) + $(LCXX) $(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. # -- cgit v1.1