From: Reid Spencer Date: Mon, 16 Jul 2007 22:11:02 +0000 (+0000) Subject: Prepare for the future when llvm doesn't depend on llvm-gcc-4-0. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=e68da83d491b3fb9aa865d898b192aeac778bb63;p=oota-llvm.git 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39933 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/ModuleInfo.txt b/ModuleInfo.txt index 022e5a79fcb..113c1fff5d5 100644 --- a/ModuleInfo.txt +++ b/ModuleInfo.txt @@ -1,2 +1,2 @@ -DepModule: llvm-gcc-4-0 +DepModule: BuildCmd: build-for-llvm-top.sh