summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2008-10-03 00:26:49 +0000
committerBill Wendling <isanbard@gmail.com>2008-10-03 00:26:49 +0000
commita079e2bdf5a7e398467fabc1ad6fc9b0c14e3cec (patch)
treeb76b64bf6f718ec41c05a14e1e7864a243f41183 /tools
parent24585cbbf0945cea5f838ae9af0b60878d1b80b4 (diff)
downloadllvm-a079e2bdf5a7e398467fabc1ad6fc9b0c14e3cec.tar.gz
llvm-a079e2bdf5a7e398467fabc1ad6fc9b0c14e3cec.tar.bz2
llvm-a079e2bdf5a7e398467fabc1ad6fc9b0c14e3cec.tar.xz
Unbreak the build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56988 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/llvmc2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/llvmc2/Makefile b/tools/llvmc2/Makefile
index 93501657fb..0c36d5b960 100644
--- a/tools/llvmc2/Makefile
+++ b/tools/llvmc2/Makefile
@@ -8,7 +8,8 @@
##===----------------------------------------------------------------------===##
# Compiled-in plugins
-BUILTIN_PLUGINS = Base
+##### FIXME: This breaks the build.
+#####BUILTIN_PLUGINS = Base
LEVEL = ../..
TOOLNAME = llvmc2