aboutsummaryrefslogtreecommitdiff
path: root/clang/runtime/Makefile
AgeCommit message (Expand)AuthorFilesLines
2011-09-30Install a copy of the libc++ headers with clang. <rdar://problem/10096516>Bob Wilson1-1/+1
2011-04-15Restore accidentally deleted file (I blame svn).Nick Lewycky1-0/+22
2011-04-15Reapply r129561, moving the runtime/Makefile that builds compiler-rt intoNick Lewycky1-114/+0
2011-04-15Revert r129561, which broke one of the clang buildbots.Owen Anderson1-8/+101
2011-04-15Create a compiler-rt directory and move the Makefile to it. Add a makefile thatNick Lewycky1-101/+8
2011-02-11build/compiler-rt: Fake Clang into using the right assembler to build the ARMDaniel Dunbar1-1/+11
2010-12-22build: Use CLANG_NO_RUNTIME=1 specifically, not just any definition.Daniel Dunbar1-1/+1
2010-09-22Driver/Darwin: Add a runtime library just for ___eprintf -- when targeting i386Daniel Dunbar1-1/+1
2010-06-30Runtime: Always build compiler-rt using the Clang we just built, instead of theDaniel Dunbar1-0/+1
2010-06-30Move lib/Runtime to runtime/, and build after everything else.Daniel Dunbar1-0/+103