summaryrefslogtreecommitdiff
path: root/build-for-llvm-top.sh
Commit message (Collapse)AuthorAge
* Patch to build llvm with srcdir != objdir fromDuncan Sands2009-01-23
| | | | | | | | | llvm-top. By Michael Schuerig, with some small tweaks to make the "don't configure if already configured" logic work. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62842 91177308-0d34-0410-b5e6-96231b3b80d8
* Allow the configure options to be set according to the llvm-top options.Reid Spencer2007-08-31
| | | | | | | Patch improved from one by Holger Schurig. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41649 91177308-0d34-0410-b5e6-96231b3b80d8
* Update for changes in library.shReid Spencer2007-07-21
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40371 91177308-0d34-0410-b5e6-96231b3b80d8
* The property is svn:executable not svn:execute.Reid Spencer2007-07-18
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39991 91177308-0d34-0410-b5e6-96231b3b80d8
* Make use of the process_builder_args library function.Reid Spencer2007-07-17
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39965 91177308-0d34-0410-b5e6-96231b3b80d8
* Normally, we don't want to install and we only need to build tools.Reid Spencer2007-07-16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39944 91177308-0d34-0410-b5e6-96231b3b80d8
* No, we're not looking for a directory named /config.status.Reid Spencer2007-07-16
| | | | | | | Sigh .. fix copy & paste error. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39939 91177308-0d34-0410-b5e6-96231b3b80d8
* In ModuleInfo.txt, make sure that the script being executed can beReid Spencer2007-07-16
| | | | | | | | 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
* Prepare for building from llvm-top. Unfortunately, this doesn't work becauseReid Spencer2007-07-16
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