From a079e2bdf5a7e398467fabc1ad6fc9b0c14e3cec Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Fri, 3 Oct 2008 00:26:49 +0000 Subject: [PATCH] Unbreak the build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56988 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvmc2/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/llvmc2/Makefile b/tools/llvmc2/Makefile index 93501657fb6..0c36d5b960e 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 -- 2.11.0