forked from OSchip/llvm-project
Add an option (which will go away in the future) signfifying that there is a JIT under Linux
llvm-svn: 5205
This commit is contained in:
parent
f9781b59ab
commit
78133df9ac
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue