Fix jit target arch not set issue and custom name section typo issue (#400)
And set target machine's cpu to host cpu when creating JIT execution engine. Signed-off-by: Wenyong Huang wenyong.huang@intel.com
This commit is contained in:
@ -2,7 +2,9 @@ set (IWASM_COMPL_DIR ${CMAKE_CURRENT_LIST_DIR})
|
||||
|
||||
include_directories(${IWASM_COMPL_DIR})
|
||||
|
||||
file (GLOB_RECURSE source_all ${IWASM_COMPL_DIR}/*.c)
|
||||
file (GLOB_RECURSE source_all
|
||||
${IWASM_COMPL_DIR}/*.c
|
||||
${IWASM_COMPL_DIR}/*.cpp)
|
||||
|
||||
set (IWASM_COMPL_SOURCE ${source_all})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user