diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2005-01-13 16:51:19 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2005-01-13 16:51:19 +0000 |
commit | 149270917776b9d9b8ac438ae335dd6b34f8b868 (patch) | |
tree | 1f2a24a952f3f89b86b53dd7048fb41177c1f2cc /runtime | |
parent | 636e79a20f78788340d2c28e2f7d12af4f586a9c (diff) |
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/Makefile | 2 |
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 :: |