[llvm-commits] [test-suite] r38428 - in /test-suite/trunk: Makefile ModuleInfo.txt

Reid Spencer reid at x10sys.com
Sun Jul 8 22:22:55 PDT 2007


Author: reid
Date: Mon Jul  9 00:22:55 2007
New Revision: 38428

URL: http://llvm.org/viewvc/llvm-project?rev=38428&view=rev
Log:
Set the test-suite up so it can be built from llvm-top. This doesn't work
right now because llvm-gcc is not in the repository.

Added:
    test-suite/trunk/ModuleInfo.txt
Modified:
    test-suite/trunk/Makefile

Modified: test-suite/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/Makefile?rev=38428&r1=38427&r2=38428&view=diff

==============================================================================
--- test-suite/trunk/Makefile (original)
+++ test-suite/trunk/Makefile Mon Jul  9 00:22:55 2007
@@ -16,3 +16,7 @@
 PARALLEL_DIRS = SingleSource MultiSource External
 
 include $(LEVEL)/Makefile.programs
+
+build-for-llvm-top:
+	./configure --with-llvmsrc=$(LLVM_TOP)/llvm --with-llvmobj=$(LLVM_TOP)/llvm --srcdir=$(LLVM_TOP)/test-suite --with-llvmgccdir=$(LLVM_TOP)/install --with-externals=$(LLVM_TOP)/externals
+	$(MAKE)

Added: test-suite/trunk/ModuleInfo.txt
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/ModuleInfo.txt?rev=38428&view=auto

==============================================================================
--- test-suite/trunk/ModuleInfo.txt (added)
+++ test-suite/trunk/ModuleInfo.txt Mon Jul  9 00:22:55 2007
@@ -0,0 +1,2 @@
+DepModule: llvm llvm-gcc
+BuildTarget: build-for-llvm-top





More information about the llvm-commits mailing list