diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-07-16 08:05:18 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-07-16 08:05:18 +0000 |
commit | 09d0594d0bb9d3c120a037a283ada913c0def4db (patch) | |
tree | 3a8e23e0ba803c35629620c4012280649c639035 /ModuleInfo.txt | |
parent | cb7122bb7d6f8191904c3d6e646bffc0282afa68 (diff) |
Prepare for building from llvm-top. Unfortunately, this doesn't work because
of the cyclic depndency between llvm and llvm-gcc-4-0.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39910 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'ModuleInfo.txt')
-rw-r--r-- | ModuleInfo.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ModuleInfo.txt b/ModuleInfo.txt index a325c76a62..022e5a79fc 100644 --- a/ModuleInfo.txt +++ b/ModuleInfo.txt @@ -1,4 +1,2 @@ -DepModule: -ConfigCmd: ./configure --prefix=@INSTALL_PREFIX@ --with-llvmgccdir=@LLVM_TOP@/install -ConfigFile: ./config.status -BuildCmd: make build-for-llvm-top LLVM_TOP=@LLVM_TOP@ +DepModule: llvm-gcc-4-0 +BuildCmd: build-for-llvm-top.sh |