[llvm-commits] [llvm] r57583 - /llvm/trunk/tools/llvmc2/Makefile
Bill Wendling
isanbard at gmail.com
Wed Oct 15 09:20:13 PDT 2008
Author: void
Date: Wed Oct 15 11:20:13 2008
New Revision: 57583
URL: http://llvm.org/viewvc/llvm-project?rev=57583&view=rev
Log:
Unbreak the build. Please test out the proper fix for this by compiling LLVM
with the build directory different from the source directory.
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=57583&r1=57582&r2=57583&view=diff
==============================================================================
--- llvm/trunk/tools/llvmc2/Makefile (original)
+++ llvm/trunk/tools/llvmc2/Makefile Wed Oct 15 11:20:13 2008
@@ -9,7 +9,9 @@
LEVEL = ../..
-BUILTIN_PLUGINS = Base
+##### FIXME: Does not work when objdir != srcdir
+#####BUILTIN_PLUGINS = Base
+
DRIVER_NAME = llvmc2
DIRS = plugins driver
More information about the llvm-commits
mailing list