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

Reid Spencer rspencer at reidspencer.com
Mon Jul 16 15:11:02 PDT 2007


Author: reid
Date: Mon Jul 16 17:11:02 2007
New Revision: 39933

URL: http://llvm.org/viewvc/llvm-project?rev=39933&view=rev
Log:
Prepare for the future when llvm doesn't depend on llvm-gcc-4-0.
This also avoids a fork bomb from the llvm-top/build script which
doesn't know how to handle cycles in the dependence graph.

Modified:
    llvm/trunk/ModuleInfo.txt

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

==============================================================================
--- llvm/trunk/ModuleInfo.txt (original)
+++ llvm/trunk/ModuleInfo.txt Mon Jul 16 17:11:02 2007
@@ -1,2 +1,2 @@
-DepModule: llvm-gcc-4-0
+DepModule: 
 BuildCmd: build-for-llvm-top.sh





More information about the llvm-commits mailing list