Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / examples / Kaleidoscope / Chapter7 / Makefile
index 9d2df6f02d074980ef46edaed6ed62ef2d5f9188..c672c0a36c63fee34acc944b5e1a91782cf6ada5 100644 (file)
@@ -10,6 +10,6 @@ LEVEL = ../../..
 TOOLNAME = Kaleidoscope-Ch7
 EXAMPLE_TOOL = 1
 
-LINK_COMPONENTS := core jit interpreter native
+LINK_COMPONENTS := core mcjit native
 
 include $(LEVEL)/Makefile.common