[llvm-commits] [stacker] r38520 - /stacker/trunk/ModuleInfo.txt

Reid Spencer reid at x10sys.com
Tue Jul 10 19:59:25 PDT 2007


Author: reid
Date: Tue Jul 10 21:59:25 2007
New Revision: 38520

URL: http://llvm.org/viewvc/llvm-project?rev=38520&view=rev
Log:
Adjust this file per the new requirements of the configure scripts in llvm-top

Modified:
    stacker/trunk/ModuleInfo.txt

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

==============================================================================
--- stacker/trunk/ModuleInfo.txt (original)
+++ stacker/trunk/ModuleInfo.txt Tue Jul 10 21:59:25 2007
@@ -3,4 +3,6 @@
 
 # Declare that stacker depends on llvm.
 DepModule: llvm
-
+ConfigCmd: ./configure --prefix=@INSTALL_PREFIX@ --with-llvmsrc=@LLVM_TOP@/llvm --with-llvmobj=@LLVM_TOP@/llvm
+ConfigFile: ./config.status
+BuildCmd: make build-for-llvm-top LLVM_TOP=@LLVM_TOP@





More information about the llvm-commits mailing list