[llvm-commits] [llvm] r76366 - /llvm/trunk/examples/Kaleidoscope/Makefile
Daniel Dunbar
daniel at zuster.org
Sun Jul 19 01:27:17 PDT 2009
Author: ddunbar
Date: Sun Jul 19 03:27:16 2009
New Revision: 76366
URL: http://llvm.org/viewvc/llvm-project?rev=76366&view=rev
Log:
Fix build
Modified:
llvm/trunk/examples/Kaleidoscope/Makefile
Modified: llvm/trunk/examples/Kaleidoscope/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/examples/Kaleidoscope/Makefile?rev=76366&r1=76365&r2=76366&view=diff
==============================================================================
--- llvm/trunk/examples/Kaleidoscope/Makefile (original)
+++ llvm/trunk/examples/Kaleidoscope/Makefile Sun Jul 19 03:27:16 2009
@@ -10,6 +10,6 @@
TOOLNAME = Kaleidoscope
EXAMPLE_TOOL = 1
-LINK_COMPONENTS := core jit native
+LINK_COMPONENTS := core jit interpreter native
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list