• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1LOCAL_PATH:= $(call my-dir)
2
3# For the host
4# =====================================================
5include $(CLEAR_VARS)
6
7LOCAL_SRC_FILES :=	\
8	JIT.cpp	\
9	JITDwarfEmitter.cpp	\
10	JITEmitter.cpp	\
11	JITMemoryManager.cpp
12
13LOCAL_MODULE:= libLLVMJIT
14
15LOCAL_MODULE_TAGS := optional
16
17include $(LLVM_HOST_BUILD_MK)
18include $(BUILD_HOST_STATIC_LIBRARY)
19