[llvm-commits] CVS: llvm/Makefile.Linux

Chris Lattner lattner at cs.uiuc.edu
Sun Jan 12 18:14:01 PST 2003


Changes in directory llvm:

Makefile.Linux updated: 1.6 -> 1.7

---
Log message:

Add an option (which will go away in the future) signfifying that there is a JIT under Linux


---
Diffs of the changes:

Index: llvm/Makefile.Linux
diff -u llvm/Makefile.Linux:1.6 llvm/Makefile.Linux:1.7
--- llvm/Makefile.Linux:1.6	Thu Dec  5 21:45:20 2002
+++ llvm/Makefile.Linux	Sun Jan 12 18:13:19 2003
@@ -29,3 +29,9 @@
 # LLC itself can be run so disable the diffs, not LLC itself.
 # 
 DISABLE_LLC_DIFFS := 1
+
+# This platform has a JIT compiler!  FIXME: This should be changed to be an
+# option printed by LLI itself at some point.
+#
+TARGET_HAS_JIT := 1
+





More information about the llvm-commits mailing list