aboutsummaryrefslogtreecommitdiffstats
path: root/examples/Kaleidoscope
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-07-19 08:27:16 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-07-19 08:27:16 +0000
commite687151e033b03efaa1155275a146fcf83152dd9 (patch)
tree731e8f1cb3a7b5ea98220627ceb36ca8053b7e34 /examples/Kaleidoscope
parent6ce6daae38c5dd95e7daa5790d97398343564588 (diff)
downloadexternal_llvm-e687151e033b03efaa1155275a146fcf83152dd9.zip
external_llvm-e687151e033b03efaa1155275a146fcf83152dd9.tar.gz
external_llvm-e687151e033b03efaa1155275a146fcf83152dd9.tar.bz2
Fix build
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76366 91177308-0d34-0410-b5e6-96231b3b80d8
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