mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
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
This commit is contained in:
parent
d0f166a486
commit
63757f5fd0
@ -29,3 +29,9 @@ endif
|
|||||||
# LLC itself can be run so disable the diffs, not LLC itself.
|
# LLC itself can be run so disable the diffs, not LLC itself.
|
||||||
#
|
#
|
||||||
DISABLE_LLC_DIFFS := 1
|
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user