summaryrefslogtreecommitdiffstats
path: root/clang/runtime/compiler-rt
Commit message (Collapse)AuthorAgeFilesLines
...
* Reapply r129561, moving the runtime/Makefile that builds compiler-rt intoNick Lewycky2011-04-151-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 Anderson2011-04-151-114/+0
| | | | llvm-svn: 129581
* Create a compiler-rt directory and move the Makefile to it. Add a makefile thatNick Lewycky2011-04-151-0/+114
builds the subdirs from this directory. This makes the behaviour with make match what already happens with cmake. llvm-svn: 129561
OpenPOWER on IntegriCloud