Fix build
authorDaniel Dunbar <daniel@zuster.org>
Sun, 19 Jul 2009 08:27:16 +0000 (08:27 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sun, 19 Jul 2009 08:27:16 +0000 (08:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76366 91177308-0d34-0410-b5e6-96231b3b80d8

examples/Kaleidoscope/Makefile

index c1759a09fe32e559e2005bd977dc67d76cd8fd12..9990b2b28719e5d3fc4fb24924579fa9b00dca24 100644 (file)
@@ -10,6 +10,6 @@ LEVEL = ../..
 TOOLNAME = Kaleidoscope
 EXAMPLE_TOOL = 1
 
-LINK_COMPONENTS := core jit native
+LINK_COMPONENTS := core jit interpreter native
 
 include $(LEVEL)/Makefile.common