Fix build

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76366 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar 2009-07-19 08:27:16 +00:00
parent 6ce6daae38
commit e687151e03

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