summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-11-10 19:59:35 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-11-10 19:59:35 +0000
commit1ad92131abbed3d2992d5996969274a8e1ae9a6b (patch)
tree773ce7f5c949f85879d65bb5f26620ba6e9ed587 /tools/Makefile
parent0ad62be9aa54c4e4670af758c37c2d0673bc67e4 (diff)
downloadllvm-1ad92131abbed3d2992d5996969274a8e1ae9a6b.tar.gz
llvm-1ad92131abbed3d2992d5996969274a8e1ae9a6b.tar.bz2
llvm-1ad92131abbed3d2992d5996969274a8e1ae9a6b.tar.xz
Revert r144300 "llvm-config: Replace with C++ version (was llvm-config-2).",
which didn't appear ready for prime time. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144309 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 2da3917781..278546bc16 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -34,7 +34,7 @@ PARALLEL_DIRS := opt llvm-as llvm-dis \
bugpoint llvm-bcanalyzer llvm-stub \
llvm-diff macho-dump llvm-objdump \
llvm-rtdyld llvm-dwarfdump llvm-cov \
- llvm-size
+ llvm-size llvm-config-2
# Let users override the set of tools to build from the command line.
ifdef ONLY_TOOLS