Move lib/Runtime to runtime/, and build after everything else.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107327 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar 2010-06-30 22:10:38 +00:00
Родитель 4f304db6f5
Коммит ac141e61ff
3 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -14,7 +14,7 @@ ifndef CLANG_LEVEL
IS_TOP_LEVEL := 1
CLANG_LEVEL := .
DIRS := include lib tools docs
DIRS := include lib tools runtime docs
PARALLEL_DIRS :=

Просмотреть файл

@ -8,7 +8,7 @@
##===----------------------------------------------------------------------===##
CLANG_LEVEL := ..
PARALLEL_DIRS = Headers Runtime Basic Lex Parse AST Sema CodeGen Analysis \
PARALLEL_DIRS = Headers Basic Lex Parse AST Sema CodeGen Analysis \
Checker Rewrite Frontend Index Driver
include $(CLANG_LEVEL)/Makefile

Просмотреть файл

@ -1,4 +1,4 @@
##===- clang/lib/Runtime/Makefile --------------------------*- Makefile -*-===##
##===- clang/runtime/Makefile ------------------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
@ -13,7 +13,7 @@
#
##===----------------------------------------------------------------------===##
CLANG_LEVEL := ../..
CLANG_LEVEL := ..
include $(CLANG_LEVEL)/Makefile
CLANG_VERSION := $(word 3,$(shell grep "CLANG_VERSION " \