Reapply r129561, moving the runtime/Makefile that builds compiler-rt into

runtime/compiler-rt/Makefile paving the way to put multiple different libraries
into runtime/ and build all of them.

llvm-svn: 129585
This commit is contained in:
Nick Lewycky 2011-04-15 18:33:24 +00:00
parent 3e7b36fb85
commit cc647e0937
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
#
##===----------------------------------------------------------------------===##
CLANG_LEVEL := ..
CLANG_LEVEL := ../..
include $(CLANG_LEVEL)/Makefile
CLANG_VERSION := $(word 3,$(shell grep "CLANG_VERSION " \