diff options
-rw-r--r-- | llvm/examples/Kaleidoscope/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/examples/Kaleidoscope/Makefile b/llvm/examples/Kaleidoscope/Makefile index c1759a09fe3..9990b2b2871 100644 --- a/llvm/examples/Kaleidoscope/Makefile +++ b/llvm/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 |