Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Reapply r129561, moving the runtime/Makefile that builds compiler-rt into | Nick Lewycky | 2011-04-15 | 1 | -0/+114 | |
| | | | | | | | runtime/compiler-rt/Makefile paving the way to put multiple different libraries into runtime/ and build all of them. llvm-svn: 129585 | |||||
* | Revert r129561, which broke one of the clang buildbots. | Owen Anderson | 2011-04-15 | 1 | -114/+0 | |
| | | | | llvm-svn: 129581 | |||||
* | Create a compiler-rt directory and move the Makefile to it. Add a makefile that | Nick Lewycky | 2011-04-15 | 1 | -0/+114 | |
builds the subdirs from this directory. This makes the behaviour with make match what already happens with cmake. llvm-svn: 129561 |