This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/core
Wenyong Huang bbaf0a3c37
Fix wamrc endian/bit-width check invalid issue on win32 target (#886)
Use the previous resolved binary type info (obj_data->target_info.bin_type) to
check the endian and bit-width but not the raw binary info, the latter is not
suitable for the check for Win32 object file type.

And fix the symbol comparison issue in resolve_target_sym(), as in Win32, the
symbol name of a function added by LLVMAddFunction() is prefixed by '_',
which leads to invalid result returned by strcmp().
2021-12-14 08:45:48 +08:00
..
app-framework Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
app-mgr Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
deps Import SIMD feature and add some workload samples (#438) 2020-11-05 18:15:15 +08:00
iwasm Fix wamrc endian/bit-width check invalid issue on win32 target (#886) 2021-12-14 08:45:48 +08:00
shared Add new E_TYPE_XIP to indicate XIP mode (#874) 2021-12-08 18:43:08 +08:00
config.h Disable source debugging by default (#804) 2021-10-26 18:52:30 +08:00