summaryrefslogtreecommitdiff
path: root/build-for-llvm-top.sh
AgeCommit message (Collapse)AuthorFilesLines
2007-08-31Allow the configure options to be set according to the llvm-top options.Reid Spencer1-2/+35
Patch improved from one by Holger Schurig. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41649 91177308-0d34-0410-b5e6-96231b3b80d8
2007-07-21Update for changes in library.shReid Spencer1-1/+1
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40371 91177308-0d34-0410-b5e6-96231b3b80d8
2007-07-18The property is svn:executable not svn:execute.Reid Spencer1-0/+0
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39991 91177308-0d34-0410-b5e6-96231b3b80d8
2007-07-17Make use of the process_builder_args library function.Reid Spencer1-21/+14
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39965 91177308-0d34-0410-b5e6-96231b3b80d8
2007-07-16Normally, we don't want to install and we only need to build tools.Reid Spencer1-1/+1
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39944 91177308-0d34-0410-b5e6-96231b3b80d8
2007-07-16No, we're not looking for a directory named /config.status.Reid Spencer1-2/+1
Sigh .. fix copy & paste error. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39939 91177308-0d34-0410-b5e6-96231b3b80d8
2007-07-16In ModuleInfo.txt, make sure that the script being executed can beReid Spencer1-2/+3
found by prepending a . In build-for-llvm-top.sh, dereference variables for exansion. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39936 91177308-0d34-0410-b5e6-96231b3b80d8
2007-07-16Prepare for building from llvm-top. Unfortunately, this doesn't work becauseReid Spencer1-0/+32
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