[llvm-commits] [llvm] r56988 - /llvm/trunk/tools/llvmc2/Makefile

Bill Wendling isanbard at gmail.com
Thu Oct 2 17:26:49 PDT 2008


Author: void
Date: Thu Oct  2 19:26:49 2008
New Revision: 56988

URL: http://llvm.org/viewvc/llvm-project?rev=56988&view=rev
Log:
Unbreak the build.

Modified:
    llvm/trunk/tools/llvmc2/Makefile

Modified: llvm/trunk/tools/llvmc2/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvmc2/Makefile?rev=56988&r1=56987&r2=56988&view=diff

==============================================================================
--- llvm/trunk/tools/llvmc2/Makefile (original)
+++ llvm/trunk/tools/llvmc2/Makefile Thu Oct  2 19:26:49 2008
@@ -8,7 +8,8 @@
 ##===----------------------------------------------------------------------===##
 
 # Compiled-in plugins
-BUILTIN_PLUGINS = Base
+##### FIXME: This breaks the build.
+#####BUILTIN_PLUGINS = Base
 
 LEVEL = ../..
 TOOLNAME = llvmc2





More information about the llvm-commits mailing list