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 | 9df352d469a957fc10aa227df17bcaea47090c34 (patch) | |
tree | e60363eda8817401841e77b5c8bb9a48448289d3 | |
parent | 3676cd6fe264690dd721202434ef5b78bb3bae44 (diff) | |
download | bcm5719-llvm-9df352d469a957fc10aa227df17bcaea47090c34.tar.gz bcm5719-llvm-9df352d469a957fc10aa227df17bcaea47090c34.zip |
Re-enable libprofile now that llvm-ar is working better.
llvm-svn: 19523
-rw-r--r-- | llvm/runtime/Makefile | 2 |
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 :: |