summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit9df352d469a957fc10aa227df17bcaea47090c34 (patch)
treee60363eda8817401841e77b5c8bb9a48448289d3 /llvm/runtime
parent3676cd6fe264690dd721202434ef5b78bb3bae44 (diff)
downloadbcm5719-llvm-9df352d469a957fc10aa227df17bcaea47090c34.tar.gz
bcm5719-llvm-9df352d469a957fc10aa227df17bcaea47090c34.zip
Re-enable libprofile now that llvm-ar is working better.
llvm-svn: 19523
Diffstat (limited to 'llvm/runtime')
-rw-r--r--llvm/runtime/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/runtime/Makefile b/llvm/runtime/Makefile
index fa0c40dc430..9a448c395ef 100644
--- a/llvm/runtime/Makefile
+++ b/llvm/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 ::
OpenPOWER on IntegriCloud