summaryrefslogtreecommitdiff
path: root/Makefile.Linux
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-01-13 00:13:19 +0000
committerChris Lattner <sabre@nondot.org>2003-01-13 00:13:19 +0000
commit63757f5fd01eb7808a4b33d46a04e89aa56fcf65 (patch)
treecbbd2e481b48cbb481b463d9f6fc588dcdebea88 /Makefile.Linux
parentd0f166a4868c957041fa0ca0a35adde97aa10c91 (diff)
downloadllvm-63757f5fd01eb7808a4b33d46a04e89aa56fcf65.tar.gz
llvm-63757f5fd01eb7808a4b33d46a04e89aa56fcf65.tar.bz2
llvm-63757f5fd01eb7808a4b33d46a04e89aa56fcf65.tar.xz
Add an option (which will go away in the future) signfifying that there is a JIT under Linux
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5205 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.Linux')
-rw-r--r--Makefile.Linux6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.Linux b/Makefile.Linux
index ca3c16fc1a..bb714e4f03 100644
--- a/Makefile.Linux
+++ b/Makefile.Linux
@@ -29,3 +29,9 @@ endif
# 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
+