[llvm-commits] [llvm] r38521 - /llvm/trunk/ModuleInfo.txt

Reid Spencer reid at x10sys.com
Tue Jul 10 20:00:11 PDT 2007


Author: reid
Date: Tue Jul 10 22:00:11 2007
New Revision: 38521

URL: http://llvm.org/viewvc/llvm-project?rev=38521&view=rev
Log:
Adjust this per the changes to the configuration script in the llvm-top module.

Modified:
    llvm/trunk/ModuleInfo.txt

Modified: llvm/trunk/ModuleInfo.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/ModuleInfo.txt?rev=38521&r1=38520&r2=38521&view=diff

==============================================================================
--- llvm/trunk/ModuleInfo.txt (original)
+++ llvm/trunk/ModuleInfo.txt Tue Jul 10 22:00:11 2007
@@ -1,2 +1,4 @@
 DepModule:
-BuildTarget: build-for-llvm-top
+ConfigCmd: ./configure --prefix=@INSTALL_PREFIX@ --with-llvmgccdir=@LLVM_TOP@/install
+ConfigFile: ./config.status
+BuildCmd: make build-for-llvm-top LLVM_TOP=@LLVM_TOP@





More information about the llvm-commits mailing list