Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / examples / Fibonacci / Makefile
index 04d9caef3d77ae13d9686d52e6e5c4f956a2544b..c99110a2211996c42a0569b28b5851be1f341a60 100644 (file)
@@ -12,6 +12,6 @@ TOOLNAME = Fibonacci
 EXAMPLE_TOOL = 1
 
 # Link in JIT support
-LINK_COMPONENTS := jit interpreter native
+LINK_COMPONENTS := interpreter mcjit nativecodegen
 
 include $(LEVEL)/Makefile.common