6976186: Integrate Shark
Shark is a JIT compiler for Zero that uses the LLVM compiler infrastructure. Reviewed-by: ohair
This commit is contained in:
parent
4862cbc68f
commit
e0b5ab6bcb
@ -73,7 +73,11 @@ ifeq ($(DEBUG_NAME), fastdebug)
|
||||
endif
|
||||
|
||||
ifeq ($(ZERO_BUILD), true)
|
||||
HOTSPOT_TARGET := $(HOTSPOT_TARGET)zero
|
||||
ifeq ($(SHARK_BUILD), true)
|
||||
HOTSPOT_TARGET := $(HOTSPOT_TARGET)shark
|
||||
else
|
||||
HOTSPOT_TARGET := $(HOTSPOT_TARGET)zero
|
||||
endif
|
||||
endif
|
||||
|
||||
HOTSPOT_BUILD_ARGUMENTS += $(COMMON_BUILD_ARGUMENTS)
|
||||
|
Loading…
Reference in New Issue
Block a user