aboutsummaryrefslogtreecommitdiffstats
path: root/examples/Kaleidoscope
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Kaleidoscope')
-rw-r--r--examples/Kaleidoscope/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Kaleidoscope/Makefile b/examples/Kaleidoscope/Makefile
index c1759a0..9990b2b 100644
--- a/examples/Kaleidoscope/Makefile
+++ b/examples/Kaleidoscope/Makefile
@@ -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