Fix build

llvm-svn: 76366
This commit is contained in:
Daniel Dunbar 2009-07-19 08:27:16 +00:00
parent ea3060a9e5
commit c8fb7c61a9
1 changed files with 1 additions and 1 deletions

View 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