projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0f166a
)
Add an option (which will go away in the future) signfifying that there is a JIT...
author
Chris Lattner
<sabre@nondot.org>
Mon, 13 Jan 2003 00:13:19 +0000
(
00:13
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 13 Jan 2003 00:13:19 +0000
(
00:13
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5205
91177308
-0d34-0410-b5e6-
96231b3b80d8
Makefile.Linux
patch
|
blob
|
history
diff --git
a/Makefile.Linux
b/Makefile.Linux
index ca3c16fc1a3c7281e0f59ec7889cc00897c9777c..bb714e4f03b9ca497a0da93a5a68627d3fe07177 100644
(file)
--- 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
+