diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-07-16 22:11:02 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-07-16 22:11:02 +0000 |
commit | e68da83d491b3fb9aa865d898b192aeac778bb63 (patch) | |
tree | 67f1ff9c1f228e12910bdb3fbd580308181e7e3b | |
parent | 63d6d7385fe969dd7c8365697a05ba559166a81d (diff) |
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
-rw-r--r-- | ModuleInfo.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ModuleInfo.txt b/ModuleInfo.txt index 022e5a79fc..113c1fff5d 100644 --- a/ModuleInfo.txt +++ b/ModuleInfo.txt @@ -1,2 +1,2 @@ -DepModule: llvm-gcc-4-0 +DepModule: BuildCmd: build-for-llvm-top.sh |