forked from OSchip/llvm-project
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:
parent
3e7b36fb85
commit
cc647e0937
|
@ -13,7 +13,7 @@
|
|||
#
|
||||
##===----------------------------------------------------------------------===##
|
||||
|
||||
CLANG_LEVEL := ..
|
||||
CLANG_LEVEL := ../..
|
||||
include $(CLANG_LEVEL)/Makefile
|
||||
|
||||
CLANG_VERSION := $(word 3,$(shell grep "CLANG_VERSION " \
|
Loading…
Reference in New Issue