summaryrefslogtreecommitdiffstats
path: root/clang/lib/Makefile
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-01-19 21:12:58 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-01-19 21:12:58 +0000
commit3779e1f49ad331c7989a655c1a1dafaf901b21f0 (patch)
tree7717440cd0ae9d05dd64fd5affbb69cb2d88c2bc /clang/lib/Makefile
parentbdc17f6840d1ca85275dba9c828c4f3ce735a9ff (diff)
downloadbcm5719-llvm-3779e1f49ad331c7989a655c1a1dafaf901b21f0.tar.gz
bcm5719-llvm-3779e1f49ad331c7989a655c1a1dafaf901b21f0.zip
Initial cut at integrating compiler-rt (on Darwin) w/ clang build.
- compiler-rt should be checked out into $LLVM_SRC_ROOT/projects/compiler-rt. - On Darwin, this will automatically build the runtime libraries clang needs into $OBJROOT/lib/clang/<version>/darwin/... - The mechanism can easily support other platforms, and can eventually support multiple platforms once clang has some kind of configure process (for specifying the desired targets). - Feedback on the approach is welcome. llvm-svn: 93910
Diffstat (limited to 'clang/lib/Makefile')
-rwxr-xr-xclang/lib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/Makefile b/clang/lib/Makefile
index adf9474a2ae..d499ee555a3 100755
--- a/clang/lib/Makefile
+++ b/clang/lib/Makefile
@@ -8,8 +8,8 @@
##===----------------------------------------------------------------------===##
LEVEL = ../../..
-PARALLEL_DIRS = Headers Basic Lex Parse AST Sema CodeGen Analysis Rewrite \
- Frontend Index Driver
+PARALLEL_DIRS = Headers Runtime Basic Lex Parse AST Sema CodeGen Analysis \
+ Rewrite Frontend Index Driver
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud