Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / examples / Fibonacci / Makefile
index 2c9a53149c6898833f3991c6c8eb299c492fd8f0..c99110a2211996c42a0569b28b5851be1f341a60 100644 (file)
@@ -2,15 +2,16 @@
 # 
 #                     The LLVM Compiler Infrastructure
 #
-# This file was developed by Valery A. Khamenya and is distributed under
-# the University of Illinois Open Source License. See LICENSE.TXT for details.
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
 
 LEVEL = ../..
 TOOLNAME = Fibonacci
+EXAMPLE_TOOL = 1
 
-# Enable JIT support
-include $(LEVEL)/tools/Makefile.JIT
+# Link in JIT support
+LINK_COMPONENTS := interpreter mcjit nativecodegen
 
 include $(LEVEL)/Makefile.common