summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2005-01-13 16:51:19 +0000
committerReid Spencer <rspencer@reidspencer.com>2005-01-13 16:51:19 +0000
commit149270917776b9d9b8ac438ae335dd6b34f8b868 (patch)
tree1f2a24a952f3f89b86b53dd7048fb41177c1f2cc /runtime
parent636e79a20f78788340d2c28e2f7d12af4f586a9c (diff)
downloadllvm-149270917776b9d9b8ac438ae335dd6b34f8b868.tar.gz
llvm-149270917776b9d9b8ac438ae335dd6b34f8b868.tar.bz2
llvm-149270917776b9d9b8ac438ae335dd6b34f8b868.tar.xz
Re-enable libprofile now that llvm-ar is working better.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19523 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Makefile b/runtime/Makefile
index fa0c40dc43..9a448c395e 100644
--- a/runtime/Makefile
+++ b/runtime/Makefile
@@ -11,7 +11,7 @@ LEVEL = ..
include $(LEVEL)/Makefile.config
ifneq ($(wildcard $(LLVMGCCDIR)),)
-PARALLEL_DIRS := GCCLibraries libdummy libtrace GC
+PARALLEL_DIRS := GCCLibraries libdummy libprofile libtrace GC
else
PARALLEL_DIRS :=
install all ::