Fix register printing in disassembling of push/pop of segment registers and in/out...
[oota-llvm.git] / examples / Kaleidoscope / Chapter6 / Makefile
index de2d758728eb271a739b2c1e057a494d060be32c..a5fbcbdf9b2baa2c072e9d615faa59819ae71c4d 100644 (file)
@@ -10,6 +10,6 @@ LEVEL = ../../..
 TOOLNAME = Kaleidoscope-Ch6
 EXAMPLE_TOOL = 1
 
-LINK_COMPONENTS := core jit interpreter native
+LINK_COMPONENTS := core jit native
 
 include $(LEVEL)/Makefile.common