Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utils: Remove build-for-llvm-top.sh and ModuleInfo.txt, which are not ↵ | Daniel Dunbar | 2011-11-04 | 1 | -68/+0 |
| | | | | | | documented and I am pretty sure no one uses. llvm-svn: 143708 | ||||
* | Patch to build llvm with srcdir != objdir from | Duncan Sands | 2009-01-23 | 1 | -4/+14 |
| | | | | | | | | llvm-top. By Michael Schuerig, with some small tweaks to make the "don't configure if already configured" logic work. llvm-svn: 62842 | ||||
* | Allow the configure options to be set according to the llvm-top options. | Reid Spencer | 2007-08-31 | 1 | -2/+35 |
| | | | | | | Patch improved from one by Holger Schurig. llvm-svn: 41649 | ||||
* | Update for changes in library.sh | Reid Spencer | 2007-07-21 | 1 | -1/+1 |
| | | | | llvm-svn: 40371 | ||||
* | The property is svn:executable not svn:execute. | Reid Spencer | 2007-07-18 | 1 | -0/+0 |
| | | | | llvm-svn: 39991 | ||||
* | Make use of the process_builder_args library function. | Reid Spencer | 2007-07-17 | 1 | -21/+14 |
| | | | | llvm-svn: 39965 | ||||
* | Normally, we don't want to install and we only need to build tools. | Reid Spencer | 2007-07-16 | 1 | -1/+1 |
| | | | | llvm-svn: 39944 | ||||
* | No, we're not looking for a directory named /config.status. | Reid Spencer | 2007-07-16 | 1 | -2/+1 |
| | | | | | | Sigh .. fix copy & paste error. llvm-svn: 39939 | ||||
* | In ModuleInfo.txt, make sure that the script being executed can be | Reid Spencer | 2007-07-16 | 1 | -2/+3 |
| | | | | | | | found by prepending a . In build-for-llvm-top.sh, dereference variables for exansion. llvm-svn: 39936 | ||||
* | Prepare for building from llvm-top. Unfortunately, this doesn't work because | Reid Spencer | 2007-07-16 | 1 | -0/+32 |
of the cyclic depndency between llvm and llvm-gcc-4-0. llvm-svn: 39910 |