aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-01-07 18:13:48 +0000
committerChris Lattner <sabre@nondot.org>2007-01-07 18:13:48 +0000
commit5c4a96dfc57811c2c8eb238e2f702fb5a9dd9574 (patch)
treec9b1bfdeab763538f3db4fa6342f5412eba04615 /runtime/Makefile
parentba8b327f6757bfc5ecb754a927b3317c1f53085e (diff)
downloadexternal_llvm-5c4a96dfc57811c2c8eb238e2f702fb5a9dd9574.zip
external_llvm-5c4a96dfc57811c2c8eb238e2f702fb5a9dd9574.tar.gz
external_llvm-5c4a96dfc57811c2c8eb238e2f702fb5a9dd9574.tar.bz2
the old trace values pass has been removed, remove its runtime library.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32999 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime/Makefile')
-rw-r--r--runtime/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Makefile b/runtime/Makefile
index 8d6f0ff..d116580 100644
--- a/runtime/Makefile
+++ b/runtime/Makefile
@@ -18,7 +18,7 @@ install all::
$(Echo) "Warning: with llvm-gcc version 4 and beyond"
else
ifneq ($(wildcard $(LLVMGCC)),)
-PARALLEL_DIRS := GCCLibraries libdummy libprofile libtrace GC
+PARALLEL_DIRS := GCCLibraries libdummy libprofile GC
else
PARALLEL_DIRS :=
install all ::