aboutsummaryrefslogtreecommitdiffstats
path: root/examples
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
commit3a1fb4d92c3f386e7b36bbbe1216949c9c1fcaf5 (patch)
tree731e8f1cb3a7b5ea98220627ceb36ca8053b7e34 /examples
parent37f982b182614335c855cebd4cffc47b1654f166 (diff)
downloadexternal_llvm-3a1fb4d92c3f386e7b36bbbe1216949c9c1fcaf5.zip
external_llvm-3a1fb4d92c3f386e7b36bbbe1216949c9c1fcaf5.tar.gz
external_llvm-3a1fb4d92c3f386e7b36bbbe1216949c9c1fcaf5.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')
-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