]> granicus.if.org Git - clang/commitdiff
Move lib/Runtime to runtime/, and build after everything else.
authorDaniel Dunbar <daniel@zuster.org>
Wed, 30 Jun 2010 22:10:38 +0000 (22:10 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 30 Jun 2010 22:10:38 +0000 (22:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107327 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile
lib/Makefile
runtime/Makefile [moved from lib/Runtime/Makefile with 97% similarity]

index fd34ca369a8e08cf9548cd7313f94b14e19e806e..f871c25274ed4e80c416c2d85ae2a55e31c646c1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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 :=
 
index eb5a5a645256e151e128ed9291afa815ad070ac6..4fca6249ba3d30dd6498efbcd567759e94663547 100755 (executable)
@@ -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
similarity index 97%
rename from lib/Runtime/Makefile
rename to runtime/Makefile
index 347df9ba7e6aab821a4508dbc4518626ac602170..e0908e4fc6b98fec0b4a9582d3dd4371521968a1 100644 (file)
@@ -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 " \