From eea60f8fea917ac664124b1500645b2954fae401 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 1 Jul 2022 17:35:12 +0000 Subject: [PATCH] Finalized Runtime Tests --- .../wasm-lua-comparison/lua-script/test.lua | 26 +- .../CMakeFiles/3.23.2/CMakeASMCompiler.cmake | 20 + .../CMakeFiles/3.23.2/CMakeCCompiler.cmake | 72 + .../CMakeFiles/3.23.2/CMakeCXXCompiler.cmake | 83 + .../3.23.2/CMakeDetermineCompilerABI_C.bin | Bin 0 -> 16656 bytes .../3.23.2/CMakeDetermineCompilerABI_CXX.bin | Bin 0 -> 16680 bytes .../src/CMakeFiles/3.23.2/CMakeSystem.cmake | 15 + .../3.23.2/CompilerIdC/CMakeCCompilerId.c | 828 ++ .../src/CMakeFiles/3.23.2/CompilerIdC/a.out | Bin 0 -> 16776 bytes .../CompilerIdCXX/CMakeCXXCompilerId.cpp | 816 ++ .../src/CMakeFiles/3.23.2/CompilerIdCXX/a.out | Bin 0 -> 16784 bytes .../CMakeDirectoryInformation.cmake | 16 + .../src/CMakeFiles/CMakeOutput.log | 449 + .../src/CMakeFiles/Makefile.cmake | 70 + .../src/CMakeFiles/Makefile2 | 183 + .../src/CMakeFiles/TargetDirectories.txt | 7 + .../src/CMakeFiles/cmake.check_cache | 1 + .../comparison.dir/DependInfo.cmake | 24 + .../src/CMakeFiles/comparison.dir/build.make | 177 + .../comparison.dir/cmake_clean.cmake | 19 + .../comparison.dir/compiler_depend.internal | 732 ++ .../comparison.dir/compiler_depend.make | 1161 +++ .../comparison.dir/compiler_depend.ts | 2 + .../src/CMakeFiles/comparison.dir/depend.make | 2 + .../src/CMakeFiles/comparison.dir/flags.make | 10 + .../core/shared/utils/uncommon/bh_getopt.c.o | Bin 0 -> 1080 bytes .../shared/utils/uncommon/bh_getopt.c.o.d | 3 + .../shared/utils/uncommon/bh_read_file.c.o | Bin 0 -> 3360 bytes .../shared/utils/uncommon/bh_read_file.c.o.d | 182 + .../src/CMakeFiles/comparison.dir/link.txt | 1 + .../src/CMakeFiles/comparison.dir/lua.c.o | Bin 0 -> 3440 bytes .../src/CMakeFiles/comparison.dir/lua.c.o.d | 41 + .../CMakeFiles/comparison.dir/luaModule.c.o | Bin 0 -> 4656 bytes .../CMakeFiles/comparison.dir/luaModule.c.o.d | 71 + .../src/CMakeFiles/comparison.dir/main.c.o | Bin 0 -> 4480 bytes .../src/CMakeFiles/comparison.dir/main.c.o.d | 191 + .../CMakeFiles/comparison.dir/progress.make | 7 + .../src/CMakeFiles/comparison.dir/wasm.c.o | Bin 0 -> 8600 bytes .../src/CMakeFiles/comparison.dir/wasm.c.o.d | 187 + .../src/CMakeFiles/progress.marks | 1 + .../src/CMakeFiles/vmlib.dir/ASM.includecache | 10 + .../src/CMakeFiles/vmlib.dir/DependInfo.cmake | 95 + .../src/CMakeFiles/vmlib.dir/build.make | 670 ++ .../CMakeFiles/vmlib.dir/cmake_clean.cmake | 80 + .../vmlib.dir/cmake_clean_target.cmake | 3 + .../vmlib.dir/compiler_depend.internal | 7585 +++++++++++++++ .../CMakeFiles/vmlib.dir/compiler_depend.make | 8108 +++++++++++++++++ .../CMakeFiles/vmlib.dir/compiler_depend.ts | 2 + .../src/CMakeFiles/vmlib.dir/depend.internal | 5 + .../src/CMakeFiles/vmlib.dir/depend.make | 5 + .../src/CMakeFiles/vmlib.dir/flags.make | 17 + .../core/iwasm/aot/aot_intrinsic.c.o | Bin 0 -> 25912 bytes .../core/iwasm/aot/aot_intrinsic.c.o.d | 199 + .../core/iwasm/aot/aot_loader.c.o | Bin 0 -> 43312 bytes .../core/iwasm/aot/aot_loader.c.o.d | 205 + .../core/iwasm/aot/aot_runtime.c.o | Bin 0 -> 40240 bytes .../core/iwasm/aot/aot_runtime.c.o.d | 207 + .../core/iwasm/aot/arch/aot_reloc_x86_64.c.o | Bin 0 -> 15064 bytes .../iwasm/aot/arch/aot_reloc_x86_64.c.o.d | 203 + .../iwasm/common/arch/invokeNative_em64.s.o | Bin 0 -> 960 bytes .../core/iwasm/common/wasm_application.c.o | Bin 0 -> 10304 bytes .../core/iwasm/common/wasm_application.c.o.d | 204 + .../core/iwasm/common/wasm_c_api.c.o | Bin 0 -> 120280 bytes .../core/iwasm/common/wasm_c_api.c.o.d | 204 + .../core/iwasm/common/wasm_exec_env.c.o | Bin 0 -> 5712 bytes .../core/iwasm/common/wasm_exec_env.c.o.d | 206 + .../core/iwasm/common/wasm_memory.c.o | Bin 0 -> 7424 bytes .../core/iwasm/common/wasm_memory.c.o.d | 191 + .../core/iwasm/common/wasm_native.c.o | Bin 0 -> 6760 bytes .../core/iwasm/common/wasm_native.c.o.d | 191 + .../core/iwasm/common/wasm_runtime_common.c.o | Bin 0 -> 46072 bytes .../iwasm/common/wasm_runtime_common.c.o.d | 212 + .../core/iwasm/common/wasm_shared_memory.c.o | Bin 0 -> 12200 bytes .../iwasm/common/wasm_shared_memory.c.o.d | 201 + .../iwasm/interpreter/wasm_interp_fast.c.o | Bin 0 -> 47592 bytes .../iwasm/interpreter/wasm_interp_fast.c.o.d | 205 + .../core/iwasm/interpreter/wasm_loader.c.o | Bin 0 -> 117008 bytes .../core/iwasm/interpreter/wasm_loader.c.o.d | 198 + .../core/iwasm/interpreter/wasm_runtime.c.o | Bin 0 -> 29704 bytes .../core/iwasm/interpreter/wasm_runtime.c.o.d | 209 + .../lib-pthread/lib_pthread_wrapper.c.o | Bin 0 -> 36176 bytes .../lib-pthread/lib_pthread_wrapper.c.o.d | 204 + .../libc-builtin/libc_builtin_wrapper.c.o | Bin 0 -> 43928 bytes .../libc-builtin/libc_builtin_wrapper.c.o.d | 188 + .../libraries/thread-mgr/thread_manager.c.o | Bin 0 -> 23856 bytes .../libraries/thread-mgr/thread_manager.c.o.d | 204 + .../core/shared/mem-alloc/ems/ems_alloc.c.o | Bin 0 -> 10712 bytes .../core/shared/mem-alloc/ems/ems_alloc.c.o.d | 183 + .../core/shared/mem-alloc/ems/ems_hmu.c.o | Bin 0 -> 1080 bytes .../core/shared/mem-alloc/ems/ems_hmu.c.o.d | 183 + .../core/shared/mem-alloc/ems/ems_kfc.c.o | Bin 0 -> 6408 bytes .../core/shared/mem-alloc/ems/ems_kfc.c.o.d | 183 + .../core/shared/mem-alloc/mem_alloc.c.o | Bin 0 -> 4616 bytes .../core/shared/mem-alloc/mem_alloc.c.o.d | 183 + .../platform/common/posix/posix_malloc.c.o | Bin 0 -> 2264 bytes .../platform/common/posix/posix_malloc.c.o.d | 169 + .../platform/common/posix/posix_memmap.c.o | Bin 0 -> 3640 bytes .../platform/common/posix/posix_memmap.c.o.d | 169 + .../platform/common/posix/posix_socket.c.o | Bin 0 -> 6208 bytes .../platform/common/posix/posix_socket.c.o.d | 171 + .../platform/common/posix/posix_thread.c.o | Bin 0 -> 18592 bytes .../platform/common/posix/posix_thread.c.o.d | 184 + .../platform/common/posix/posix_time.c.o | Bin 0 -> 1856 bytes .../platform/common/posix/posix_time.c.o.d | 169 + .../shared/platform/linux/platform_init.c.o | Bin 0 -> 2736 bytes .../shared/platform/linux/platform_init.c.o.d | 169 + .../core/shared/utils/bh_assert.c.o | Bin 0 -> 2256 bytes .../core/shared/utils/bh_assert.c.o.d | 180 + .../core/shared/utils/bh_common.c.o | Bin 0 -> 4104 bytes .../core/shared/utils/bh_common.c.o.d | 180 + .../core/shared/utils/bh_hashmap.c.o | Bin 0 -> 9240 bytes .../core/shared/utils/bh_hashmap.c.o.d | 180 + .../core/shared/utils/bh_list.c.o | Bin 0 -> 2680 bytes .../core/shared/utils/bh_list.c.o.d | 180 + .../core/shared/utils/bh_log.c.o | Bin 0 -> 4592 bytes .../core/shared/utils/bh_log.c.o.d | 180 + .../core/shared/utils/bh_queue.c.o | Bin 0 -> 6880 bytes .../core/shared/utils/bh_queue.c.o.d | 180 + .../core/shared/utils/bh_vector.c.o | Bin 0 -> 10184 bytes .../core/shared/utils/bh_vector.c.o.d | 180 + .../core/shared/utils/runtime_timer.c.o | Bin 0 -> 10112 bytes .../core/shared/utils/runtime_timer.c.o.d | 180 + .../src/CMakeFiles/vmlib.dir/link.txt | 2 + .../src/CMakeFiles/vmlib.dir/progress.make | 38 + samples/wasm-lua-comparison/src/luaModule.c | 7 +- samples/wasm-lua-comparison/src/main.c | 31 +- .../CMakeDirectoryInformation.cmake | 16 + .../src/wasm-apps/CMakeFiles/progress.marks | 1 + .../CMakeFiles/test.wasm.dir/DependInfo.cmake | 19 + .../CMakeFiles/test.wasm.dir/build.make | 110 + .../test.wasm.dir/cmake_clean.cmake | 11 + .../test.wasm.dir/compiler_depend.internal | 6 + .../test.wasm.dir/compiler_depend.make | 7 + .../test.wasm.dir/compiler_depend.ts | 2 + .../CMakeFiles/test.wasm.dir/depend.make | 2 + .../CMakeFiles/test.wasm.dir/flags.make | 10 + .../CMakeFiles/test.wasm.dir/link.txt | 1 + .../CMakeFiles/test.wasm.dir/progress.make | 3 + .../CMakeFiles/test.wasm.dir/sum.c.o | Bin 0 -> 369 bytes .../CMakeFiles/test.wasm.dir/sum.c.o.d | 2 + .../src/wasm-apps/Makefile | 182 + .../src/wasm-apps/cmake_install.cmake | 44 + .../src/wasm-apps/test.wasm | Bin 0 -> 203 bytes samples/wasm-lua-comparison/src/wasm.c | 4 +- .../wasm-apps/CMakeLists.txt | 2 +- samples/wasm-lua-comparison/wasm-apps/sum.c | 18 +- 146 files changed, 29071 insertions(+), 58 deletions(-) create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/3.23.2/CMakeASMCompiler.cmake create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/3.23.2/CMakeCCompiler.cmake create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/3.23.2/CMakeCXXCompiler.cmake create mode 100755 samples/wasm-lua-comparison/src/CMakeFiles/3.23.2/CMakeDetermineCompilerABI_C.bin create mode 100755 samples/wasm-lua-comparison/src/CMakeFiles/3.23.2/CMakeDetermineCompilerABI_CXX.bin create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/3.23.2/CMakeSystem.cmake create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/3.23.2/CompilerIdC/CMakeCCompilerId.c create mode 100755 samples/wasm-lua-comparison/src/CMakeFiles/3.23.2/CompilerIdC/a.out create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/3.23.2/CompilerIdCXX/CMakeCXXCompilerId.cpp create mode 100755 samples/wasm-lua-comparison/src/CMakeFiles/3.23.2/CompilerIdCXX/a.out create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/CMakeDirectoryInformation.cmake create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/CMakeOutput.log create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/Makefile.cmake create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/Makefile2 create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/TargetDirectories.txt create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/cmake.check_cache create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/DependInfo.cmake create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/build.make create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/cmake_clean.cmake create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/compiler_depend.internal create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/compiler_depend.make create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/compiler_depend.ts create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/depend.make create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/flags.make create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_getopt.c.o create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_getopt.c.o.d create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_read_file.c.o create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_read_file.c.o.d create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/link.txt create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/lua.c.o create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/lua.c.o.d create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/luaModule.c.o create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/luaModule.c.o.d create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/main.c.o create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/main.c.o.d create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/progress.make create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/wasm.c.o create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/wasm.c.o.d create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/progress.marks create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/ASM.includecache create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/DependInfo.cmake create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/build.make create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/cmake_clean.cmake create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/cmake_clean_target.cmake create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/compiler_depend.internal create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/compiler_depend.make create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/compiler_depend.ts create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/depend.internal create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/depend.make create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/flags.make create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_intrinsic.c.o create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_intrinsic.c.o.d create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_loader.c.o create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_loader.c.o.d create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.c.o create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.c.o.d create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/arch/aot_reloc_x86_64.c.o create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/arch/aot_reloc_x86_64.c.o.d create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/arch/invokeNative_em64.s.o create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_application.c.o create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_application.c.o.d create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_c_api.c.o create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_c_api.c.o.d create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.c.o create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.c.o.d create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_memory.c.o create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_memory.c.o.d create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.c.o create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.c.o.d create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.c.o create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.c.o.d create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.c.o create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.c.o.d create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_interp_fast.c.o create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_interp_fast.c.o.d create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_loader.c.o create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_loader.c.o.d create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.c.o create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.c.o.d create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/lib-pthread/lib_pthread_wrapper.c.o create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/lib-pthread/lib_pthread_wrapper.c.o.d create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/libc-builtin/libc_builtin_wrapper.c.o create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/libc-builtin/libc_builtin_wrapper.c.o.d create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr/thread_manager.c.o create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr/thread_manager.c.o.d create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_alloc.c.o create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_alloc.c.o.d create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_hmu.c.o create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_hmu.c.o.d create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_kfc.c.o create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_kfc.c.o.d create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/mem_alloc.c.o create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/mem_alloc.c.o.d create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_malloc.c.o create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_malloc.c.o.d create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_memmap.c.o create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_memmap.c.o.d create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_socket.c.o create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_socket.c.o.d create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_thread.c.o create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_thread.c.o.d create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_time.c.o create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_time.c.o.d create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_init.c.o create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_init.c.o.d create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.c.o create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.c.o.d create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.c.o create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.c.o.d create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.c.o create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.c.o.d create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.c.o create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.c.o.d create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.c.o create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.c.o.d create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.c.o create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.c.o.d create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.c.o create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.c.o.d create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.c.o create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.c.o.d create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/link.txt create mode 100644 samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/progress.make create mode 100644 samples/wasm-lua-comparison/src/wasm-apps/CMakeFiles/CMakeDirectoryInformation.cmake create mode 100644 samples/wasm-lua-comparison/src/wasm-apps/CMakeFiles/progress.marks create mode 100644 samples/wasm-lua-comparison/src/wasm-apps/CMakeFiles/test.wasm.dir/DependInfo.cmake create mode 100644 samples/wasm-lua-comparison/src/wasm-apps/CMakeFiles/test.wasm.dir/build.make create mode 100644 samples/wasm-lua-comparison/src/wasm-apps/CMakeFiles/test.wasm.dir/cmake_clean.cmake create mode 100644 samples/wasm-lua-comparison/src/wasm-apps/CMakeFiles/test.wasm.dir/compiler_depend.internal create mode 100644 samples/wasm-lua-comparison/src/wasm-apps/CMakeFiles/test.wasm.dir/compiler_depend.make create mode 100644 samples/wasm-lua-comparison/src/wasm-apps/CMakeFiles/test.wasm.dir/compiler_depend.ts create mode 100644 samples/wasm-lua-comparison/src/wasm-apps/CMakeFiles/test.wasm.dir/depend.make create mode 100644 samples/wasm-lua-comparison/src/wasm-apps/CMakeFiles/test.wasm.dir/flags.make create mode 100644 samples/wasm-lua-comparison/src/wasm-apps/CMakeFiles/test.wasm.dir/link.txt create mode 100644 samples/wasm-lua-comparison/src/wasm-apps/CMakeFiles/test.wasm.dir/progress.make create mode 100644 samples/wasm-lua-comparison/src/wasm-apps/CMakeFiles/test.wasm.dir/sum.c.o create mode 100644 samples/wasm-lua-comparison/src/wasm-apps/CMakeFiles/test.wasm.dir/sum.c.o.d create mode 100644 samples/wasm-lua-comparison/src/wasm-apps/Makefile create mode 100644 samples/wasm-lua-comparison/src/wasm-apps/cmake_install.cmake create mode 100755 samples/wasm-lua-comparison/src/wasm-apps/test.wasm diff --git a/samples/wasm-lua-comparison/lua-script/test.lua b/samples/wasm-lua-comparison/lua-script/test.lua index 28bed9cb6..18bbc4bae 100644 --- a/samples/wasm-lua-comparison/lua-script/test.lua +++ b/samples/wasm-lua-comparison/lua-script/test.lua @@ -1,23 +1,7 @@ --- function fib(n) --- if n == 1 or n == 2 then --- return 1,1 --- end --- prev, prevPrev = fib(n-1) --- return prev+prevPrev, prev --- end - --- print(fib(5)) --- print(fib(10)) - - function sum(start, length) - local sum =0 - print(start) - for x=0,9999999 do - for x=start,(start+length-1) do - sum = sum + x; +function power(n) + local start=7 + for x=0,(n-1) do + start=start*(start+1) end - - end -return sum + return start end --- print(sum(1)) \ No newline at end of file diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/3.23.2/CMakeASMCompiler.cmake b/samples/wasm-lua-comparison/src/CMakeFiles/3.23.2/CMakeASMCompiler.cmake new file mode 100644 index 000000000..8c8ed3af0 --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/3.23.2/CMakeASMCompiler.cmake @@ -0,0 +1,20 @@ +set(CMAKE_ASM_COMPILER "/usr/bin/cc") +set(CMAKE_ASM_COMPILER_ARG1 "") +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_ASM_COMPILER_AR "/usr/bin/gcc-ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_ASM_COMPILER_RANLIB "/usr/bin/gcc-ranlib") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_MT "") +set(CMAKE_ASM_COMPILER_LOADED 1) +set(CMAKE_ASM_COMPILER_ID "GNU") +set(CMAKE_ASM_COMPILER_VERSION "") +set(CMAKE_ASM_COMPILER_ENV_VAR "ASM") + + + + +set(CMAKE_ASM_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_ASM_LINKER_PREFERENCE 0) + + diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/3.23.2/CMakeCCompiler.cmake b/samples/wasm-lua-comparison/src/CMakeFiles/3.23.2/CMakeCCompiler.cmake new file mode 100644 index 000000000..2fbe287dc --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/3.23.2/CMakeCCompiler.cmake @@ -0,0 +1,72 @@ +set(CMAKE_C_COMPILER "/usr/bin/cc") +set(CMAKE_C_COMPILER_ARG1 "") +set(CMAKE_C_COMPILER_ID "GNU") +set(CMAKE_C_COMPILER_VERSION "9.4.0") +set(CMAKE_C_COMPILER_VERSION_INTERNAL "") +set(CMAKE_C_COMPILER_WRAPPER "") +set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert;c_std_17;c_std_23") +set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes") +set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros") +set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert") +set(CMAKE_C17_COMPILE_FEATURES "c_std_17") +set(CMAKE_C23_COMPILE_FEATURES "c_std_23") + +set(CMAKE_C_PLATFORM_ID "Linux") +set(CMAKE_C_SIMULATE_ID "") +set(CMAKE_C_COMPILER_FRONTEND_VARIANT "") +set(CMAKE_C_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_C_COMPILER_AR "/usr/bin/gcc-ar-9") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_C_COMPILER_RANLIB "/usr/bin/gcc-ranlib-9") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_MT "") +set(CMAKE_COMPILER_IS_GNUCC 1) +set(CMAKE_C_COMPILER_LOADED 1) +set(CMAKE_C_COMPILER_WORKS TRUE) +set(CMAKE_C_ABI_COMPILED TRUE) + +set(CMAKE_C_COMPILER_ENV_VAR "CC") + +set(CMAKE_C_COMPILER_ID_RUN 1) +set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) +set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_C_LINKER_PREFERENCE 10) + +# Save compiler ABI information. +set(CMAKE_C_SIZEOF_DATA_PTR "8") +set(CMAKE_C_COMPILER_ABI "ELF") +set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_C_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") + +if(CMAKE_C_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_C_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") +endif() + +if(CMAKE_C_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") +endif() + +set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/9/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include") +set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s") +set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/9;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib") +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/3.23.2/CMakeCXXCompiler.cmake b/samples/wasm-lua-comparison/src/CMakeFiles/3.23.2/CMakeCXXCompiler.cmake new file mode 100644 index 000000000..425a6f69d --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/3.23.2/CMakeCXXCompiler.cmake @@ -0,0 +1,83 @@ +set(CMAKE_CXX_COMPILER "/usr/bin/c++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "9.4.0") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "14") +set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20") +set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") +set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") +set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") +set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") +set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") +set(CMAKE_CXX23_COMPILE_FEATURES "") + +set(CMAKE_CXX_PLATFORM_ID "Linux") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "") +set(CMAKE_CXX_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar-9") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib-9") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_MT "") +set(CMAKE_COMPILER_IS_GNUCXX 1) +set(CMAKE_CXX_COMPILER_LOADED 1) +set(CMAKE_CXX_COMPILER_WORKS TRUE) +set(CMAKE_CXX_ABI_COMPILED TRUE) + +set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") + +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) + +foreach (lang C OBJC OBJCXX) + if (CMAKE_${lang}_COMPILER_ID_RUN) + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) + endforeach() + endif() +endforeach() + +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "8") +set(CMAKE_CXX_COMPILER_ABI "ELF") +set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") +endif() + +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include/c++/9;/usr/include/x86_64-linux-gnu/c++/9;/usr/include/c++/9/backward;/usr/lib/gcc/x86_64-linux-gnu/9/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/9;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/3.23.2/CMakeDetermineCompilerABI_C.bin b/samples/wasm-lua-comparison/src/CMakeFiles/3.23.2/CMakeDetermineCompilerABI_C.bin new file mode 100755 index 0000000000000000000000000000000000000000..ab97c0486dadc6ed9b12733ecf1f48dc2038377e GIT binary patch literal 16656 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 bj{(ZC%{ciLT%0pI>z`^967y{ewkG>G1&zJb literal 0 HcmV?d00001 diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/3.23.2/CMakeSystem.cmake b/samples/wasm-lua-comparison/src/CMakeFiles/3.23.2/CMakeSystem.cmake new file mode 100644 index 000000000..d7a972484 --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/3.23.2/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-5.4.196-119.356.amzn2int.x86_64") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "5.4.196-119.356.amzn2int.x86_64") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-5.4.196-119.356.amzn2int.x86_64") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "5.4.196-119.356.amzn2int.x86_64") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/3.23.2/CompilerIdC/CMakeCCompilerId.c b/samples/wasm-lua-comparison/src/CMakeFiles/3.23.2/CompilerIdC/CMakeCCompilerId.c new file mode 100644 index 000000000..26b2f9e64 --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/3.23.2/CompilerIdC/CMakeCCompilerId.c @@ -0,0 +1,828 @@ +#ifdef __cplusplus +# error "A C++ compiler has been selected for C." +#endif + +#if defined(__18CXX) +# define ID_VOID_MAIN +#endif +#if defined(__CLASSIC_C__) +/* cv-qualifiers did not exist in K&R C */ +# define const +# define volatile +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_C) +# define COMPILER_ID "SunPro" +# if __SUNPRO_C >= 0x5100 + /* __SUNPRO_C = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# endif + +#elif defined(__HP_cc) +# define COMPILER_ID "HP" + /* __HP_cc = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) + +#elif defined(__DECC) +# define COMPILER_ID "Compaq" + /* __DECC_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) + +#elif defined(__IBMC__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 +# define COMPILER_ID "XL" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TINYC__) +# define COMPILER_ID "TinyCC" + +#elif defined(__BCC__) +# define COMPILER_ID "Bruce" + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(1) +# if defined(__LCC__) +# define COMPILER_VERSION_MINOR DEC(__LCC__- 100) +# endif +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) +# define COMPILER_ID "GNU" +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) +# define COMPILER_ID "ADSP" +#if defined(__VISUALDSPVERSION__) + /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ +# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) +# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + +#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) +# define COMPILER_ID "SDCC" +# if defined(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) +# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) +# else + /* SDCC = VRP */ +# define COMPILER_VERSION_MAJOR DEC(SDCC/100) +# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) +# define COMPILER_VERSION_PATCH DEC(SDCC % 10) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#if !defined(__STDC__) && !defined(__clang__) +# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__) +# define C_VERSION "90" +# else +# define C_VERSION +# endif +#elif __STDC_VERSION__ > 201710L +# define C_VERSION "23" +#elif __STDC_VERSION__ >= 201710L +# define C_VERSION "17" +#elif __STDC_VERSION__ >= 201000L +# define C_VERSION "11" +#elif __STDC_VERSION__ >= 199901L +# define C_VERSION "99" +#else +# define C_VERSION "90" +#endif +const char* info_language_standard_default = + "INFO" ":" "standard_default[" C_VERSION "]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +#ifdef ID_VOID_MAIN +void main() {} +#else +# if defined(__CLASSIC_C__) +int main(argc, argv) int argc; char *argv[]; +# else +int main(int argc, char* argv[]) +# endif +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} +#endif diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/3.23.2/CompilerIdC/a.out b/samples/wasm-lua-comparison/src/CMakeFiles/3.23.2/CompilerIdC/a.out new file mode 100755 index 0000000000000000000000000000000000000000..601952a59681fed2c8a9e1390095ec484b87b929 GIT binary patch literal 16776 zcmeHOZ)_Y#6`%9jiIXPhOPUZjDa{g6l#u#jhy1bAn%vnwXAe0}NF5TCy35+Pwolw2 zbGJw1inKvVi>|>Xh)OLVDn&(r3gkoi(27ccqd+NDK#h<}5Fjj|B|u2rkQNt`9PiD% zcivr}gG7-KVn^Eh&HU!QH*ep}?(OW(JRI-ot_cJLr=a+-z*01_C5-F z)U_mWbKq{?OYP0o4`GTwBZXINOs596Zr+$qHlevTbuI^`k$iKO@hjyyY37uaxin3P8hZf$~uLt}Jy4S#J4DqIB+lz4TlC=ntzO+L>Jss2oFX`uQ*vr7con)ZCJUP^`8vJ5?^!G^nE~pm8 z4g2(??KPOyORw9D^yBUGpm1S*xm>=GgrAqBnLt12y7d3}092x(eV|u5d{HkICw~;b zhHmP|m%jot_2co2`crz~)rRLq!}lfv@oT`pI0yfYYP>QqzWh`OqWpYqxMJm4HEFPJ zSL2Vzul1i9iZrY~hQ2{}MP>iQ_V#yS&xN!M;xvZbQ9<*1t{F36|Q@YYqy3|$rL#({)H~P^t0ln?l#XsTrIM^S%FV-Ks zKW3a6nrRcmgd+!0j;qQ@k}ml_egymo_!00U;77oZfFA)r0)7Pi2>223Bk*5}K*062 zakdkQ-tOJo2XmRxRNBfPgs+tSZW&j-@o6hxNaeBzn^kIyP-Zh{n)`*+7)_h@P%fW2 z*n?kJi8S+rBL^uDp9ix^GoOTSfkS37Z69peMm5$U+sa}qg-YG-Ug=d}Rq$^7-ihD9 z`YxBtX}~1l6M!}#e%tJyDwn?nxa`ex`7Gcuz-9270>9N_3Ou-11P+A*s}{|#KS4aM zL1+Yhd~+bW=F2aDYazQCj>${qvLr&`?oi`L8g6-@{)pJIa{C8Av~~@Oquu-9c$wvp zgoHM2IGzQ&&ms{Ig&(cyTs*JlB(x080QCeMQSjHo`tDHp3pI&Qht_?* zt}E31=sZ2tdUXEIP&6BAjfI+Hp>-W0ts~Uf5ej#N>gD&&UxE4v*zv#HVIckFN5GGO z9|1oCegymo_!00U;78#9Cjz{#k=HT86h|h;MH~uR=eU^42WYYAZB*vmYGm zDJEVwiSryxT>sXMat_NUY0)9iNe-G&4vvyHyi@*fGsii1OEe~yKjx=wM zw5(VBzjiDLD^?r1;~e5acsIf8*c~*ikq!!8r|#x!#b>J8sjG}PxBR@yICJy!1&>EJ zUoW^{-TVT<aA;cW+B_ii4p(kkOLDBe@KPTle=;KhfNQTZTT^{rKT zzAMe>;PqH5-Ym~BDu?&C8W9qso_NB#3(24K@Ob(t&-Y7ZMTl*Xfl*uW2iwEc4M(6# z9B`37+Tr^z%3>OWBOqqS^C{q~`9IfreN)<5Dz2i#o>a}wccjd%v-;~5-~)J9_4L=z zNS^Qe+{7C)Gkg5JBkj!Y-{;^2YQ*gE-vInlh|eDSpW*+7)xc}qm;(nTKYN_q4SZOv zsPqe~+y?y8n%UPy2l6cBK$Glv$6*$D%^}Cx!@w`8St0m7%KT%Y2N@f}Dk3$-wnM7v{SJoJYVd1^ydU;^#p|o<~r%l;u3)`{BT6eb(paMn(4K;Dnp*{<4h+!`urTqsIefSSARe7Z^K-H{pa}+Be##=wlI19 zH-W>s5$p5(iSYy~LBeyyII}*_ds4vRDYHI5|1$FY3q)i>8_x78DBxU(_4zrOk>{1{ zKg%&b1o}9);xa!^GiubB*MFkLIAk!Utk2Kgj6C1t_Pyu-Bb&==1YFBg@UDub%&A{Ew0X<8lrR8SvVB&eJ~69~k*P0JrZQ zzb}w}r5TMR34csQ2BNtrz7IK!AM2kb0mgeOk}BhE|0h5@^?BaHIOWmj{%888{W#%tK1&%##zw-PI>%1{d;K@P4@sEl1 zxF5d;9Ez|$zyFw^2frxPITPzMPD7%8s0I70gQbp-2 WWhLO_aW(yIZAxkpJ4#BPqWCB4CAaPX literal 0 HcmV?d00001 diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/3.23.2/CompilerIdCXX/CMakeCXXCompilerId.cpp b/samples/wasm-lua-comparison/src/CMakeFiles/3.23.2/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100644 index 000000000..57a7a8515 --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/3.23.2/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,816 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__COMO__) +# define COMPILER_ID "Comeau" + /* __COMO_VERSION__ = VRR */ +# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100) +# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100) + +#elif defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_CC) +# define COMPILER_ID "SunPro" +# if __SUNPRO_CC >= 0x5100 + /* __SUNPRO_CC = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# endif + +#elif defined(__HP_aCC) +# define COMPILER_ID "HP" + /* __HP_aCC = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) + +#elif defined(__DECCXX) +# define COMPILER_ID "Compaq" + /* __DECCXX_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) + +#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 +# define COMPILER_ID "XL" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(1) +# if defined(__LCC__) +# define COMPILER_VERSION_MINOR DEC(__LCC__- 100) +# endif +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) || defined(__GNUG__) +# define COMPILER_ID "GNU" +# if defined(__GNUC__) +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# else +# define COMPILER_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__) +# define COMPILER_ID "ADSP" +#if defined(__VISUALDSPVERSION__) + /* __VISUALDSPVERSION__ = 0xVVRRPP00 */ +# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24) +# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L +# if defined(__INTEL_CXX11_MODE__) +# if defined(__cpp_aggregate_nsdmi) +# define CXX_STD 201402L +# else +# define CXX_STD 201103L +# endif +# else +# define CXX_STD 199711L +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# define CXX_STD _MSVC_LANG +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_standard_default = "INFO" ":" "standard_default[" +#if CXX_STD > 202002L + "23" +#elif CXX_STD > 201703L + "20" +#elif CXX_STD >= 201703L + "17" +#elif CXX_STD >= 201402L + "14" +#elif CXX_STD >= 201103L + "11" +#else + "98" +#endif +"]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/3.23.2/CompilerIdCXX/a.out b/samples/wasm-lua-comparison/src/CMakeFiles/3.23.2/CompilerIdCXX/a.out new file mode 100755 index 0000000000000000000000000000000000000000..ab5c4c316cd6c23c21706711a7eeef6d10f7847f GIT binary patch literal 16784 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 N+o?3_JqDhl_&b*2t_uJF literal 0 HcmV?d00001 diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/CMakeDirectoryInformation.cmake b/samples/wasm-lua-comparison/src/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 000000000..6de415a3a --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.23 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/CMakeOutput.log b/samples/wasm-lua-comparison/src/CMakeFiles/CMakeOutput.log new file mode 100644 index 000000000..213626331 --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/CMakeOutput.log @@ -0,0 +1,449 @@ +The system is: Linux - 5.4.196-119.356.amzn2int.x86_64 - x86_64 +Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. +Compiler: /usr/bin/cc +Build flags: +Id flags: + +The output was: +0 + + +Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" + +The C compiler identification is GNU, found in "/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles/3.23.2/CompilerIdC/a.out" + +Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. +Compiler: /usr/bin/c++ +Build flags: +Id flags: + +The output was: +0 + + +Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" + +The CXX compiler identification is GNU, found in "/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles/3.23.2/CompilerIdCXX/a.out" + +Detecting C compiler ABI info compiled with the following output: +Change Dir: /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles/CMakeTmp + +Run Build Command(s):/usr/bin/make -f Makefile cmTC_abce1/fast && /usr/bin/make -f CMakeFiles/cmTC_abce1.dir/build.make CMakeFiles/cmTC_abce1.dir/build +make[1]: Entering directory '/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles/CMakeTmp' +Building C object CMakeFiles/cmTC_abce1.dir/CMakeCCompilerABI.c.o +/usr/bin/cc -v -o CMakeFiles/cmTC_abce1.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.23/Modules/CMakeCCompilerABI.c +Using built-in specs. +COLLECT_GCC=/usr/bin/cc +OFFLOAD_TARGET_NAMES=nvptx-none:hsa +OFFLOAD_TARGET_DEFAULT=1 +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.4.0-1ubuntu1~20.04.1' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-9-Av3uEd/gcc-9-9.4.0/debian/tmp-nvptx/usr,hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu +Thread model: posix +gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.1) +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_abce1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' + /usr/lib/gcc/x86_64-linux-gnu/9/cc1 -quiet -v -imultiarch x86_64-linux-gnu /usr/share/cmake-3.23/Modules/CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_abce1.dir/CMakeCCompilerABI.c.o -version -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/cceTMqbZ.s +GNU C17 (Ubuntu 9.4.0-1ubuntu1~20.04.1) version 9.4.0 (x86_64-linux-gnu) + compiled by GNU C version 9.4.0, GMP version 6.2.0, MPFR version 4.0.2, MPC version 1.1.0, isl version isl-0.22.1-GMP + +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu" +ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/9/include-fixed" +ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/9/../../../../x86_64-linux-gnu/include" +#include "..." search starts here: +#include <...> search starts here: + /usr/lib/gcc/x86_64-linux-gnu/9/include + /usr/local/include + /usr/include/x86_64-linux-gnu + /usr/include +End of search list. +GNU C17 (Ubuntu 9.4.0-1ubuntu1~20.04.1) version 9.4.0 (x86_64-linux-gnu) + compiled by GNU C version 9.4.0, GMP version 6.2.0, MPFR version 4.0.2, MPC version 1.1.0, isl version isl-0.22.1-GMP + +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +Compiler executable checksum: c0c95c0b4209efec1c1892d5ff24030b +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_abce1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' + as -v --64 -o CMakeFiles/cmTC_abce1.dir/CMakeCCompilerABI.c.o /tmp/cceTMqbZ.s +GNU assembler version 2.34 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.34 +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_abce1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' +Linking C executable cmTC_abce1 +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_abce1.dir/link.txt --verbose=1 +/usr/bin/cc -v -rdynamic CMakeFiles/cmTC_abce1.dir/CMakeCCompilerABI.c.o -o cmTC_abce1 +Using built-in specs. +COLLECT_GCC=/usr/bin/cc +COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper +OFFLOAD_TARGET_NAMES=nvptx-none:hsa +OFFLOAD_TARGET_DEFAULT=1 +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.4.0-1ubuntu1~20.04.1' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-9-Av3uEd/gcc-9-9.4.0/debian/tmp-nvptx/usr,hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu +Thread model: posix +gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.1) +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_abce1' '-mtune=generic' '-march=x86-64' + /usr/lib/gcc/x86_64-linux-gnu/9/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/9/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper -plugin-opt=-fresolution=/tmp/ccBUgkYo.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_abce1 /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/9/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/9 -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/9/../../.. CMakeFiles/cmTC_abce1.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-linux-gnu/9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crtn.o +COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_abce1' '-mtune=generic' '-march=x86-64' +make[1]: Leaving directory '/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles/CMakeTmp' + + + +Parsed C implicit include dir info from above output: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-linux-gnu/9/include] + add: [/usr/local/include] + add: [/usr/include/x86_64-linux-gnu] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-linux-gnu/9/include] ==> [/usr/lib/gcc/x86_64-linux-gnu/9/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/include/x86_64-linux-gnu] ==> [/usr/include/x86_64-linux-gnu] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/lib/gcc/x86_64-linux-gnu/9/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include] + + +Parsed C implicit link information from above output: + link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] + ignore line: [Change Dir: /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles/CMakeTmp] + ignore line: [] + ignore line: [Run Build Command(s):/usr/bin/make -f Makefile cmTC_abce1/fast && /usr/bin/make -f CMakeFiles/cmTC_abce1.dir/build.make CMakeFiles/cmTC_abce1.dir/build] + ignore line: [make[1]: Entering directory '/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles/CMakeTmp'] + ignore line: [Building C object CMakeFiles/cmTC_abce1.dir/CMakeCCompilerABI.c.o] + ignore line: [/usr/bin/cc -v -o CMakeFiles/cmTC_abce1.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.23/Modules/CMakeCCompilerABI.c] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/cc] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:hsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.4.0-1ubuntu1~20.04.1' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-9-Av3uEd/gcc-9-9.4.0/debian/tmp-nvptx/usr hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu] + ignore line: [Thread model: posix] + ignore line: [gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.1) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_abce1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'] + ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/9/cc1 -quiet -v -imultiarch x86_64-linux-gnu /usr/share/cmake-3.23/Modules/CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_abce1.dir/CMakeCCompilerABI.c.o -version -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/cceTMqbZ.s] + ignore line: [GNU C17 (Ubuntu 9.4.0-1ubuntu1~20.04.1) version 9.4.0 (x86_64-linux-gnu)] + ignore line: [ compiled by GNU C version 9.4.0 GMP version 6.2.0 MPFR version 4.0.2 MPC version 1.1.0 isl version isl-0.22.1-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/9/include-fixed"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/9/../../../../x86_64-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/9/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/include/x86_64-linux-gnu] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [GNU C17 (Ubuntu 9.4.0-1ubuntu1~20.04.1) version 9.4.0 (x86_64-linux-gnu)] + ignore line: [ compiled by GNU C version 9.4.0 GMP version 6.2.0 MPFR version 4.0.2 MPC version 1.1.0 isl version isl-0.22.1-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [Compiler executable checksum: c0c95c0b4209efec1c1892d5ff24030b] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_abce1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_abce1.dir/CMakeCCompilerABI.c.o /tmp/cceTMqbZ.s] + ignore line: [GNU assembler version 2.34 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.34] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_abce1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'] + ignore line: [Linking C executable cmTC_abce1] + ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_abce1.dir/link.txt --verbose=1] + ignore line: [/usr/bin/cc -v -rdynamic CMakeFiles/cmTC_abce1.dir/CMakeCCompilerABI.c.o -o cmTC_abce1 ] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/cc] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:hsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.4.0-1ubuntu1~20.04.1' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-9-Av3uEd/gcc-9-9.4.0/debian/tmp-nvptx/usr hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu] + ignore line: [Thread model: posix] + ignore line: [gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.1) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_abce1' '-mtune=generic' '-march=x86-64'] + link line: [ /usr/lib/gcc/x86_64-linux-gnu/9/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/9/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper -plugin-opt=-fresolution=/tmp/ccBUgkYo.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_abce1 /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/9/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/9 -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/9/../../.. CMakeFiles/cmTC_abce1.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-linux-gnu/9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crtn.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/9/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/9/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccBUgkYo.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [--as-needed] ==> ignore + arg [-export-dynamic] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-znow] ==> ignore + arg [-zrelro] ==> ignore + arg [-o] ==> ignore + arg [cmTC_abce1] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/Scrt1.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crti.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crti.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/9/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/9/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/9] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/9] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib] + arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/9/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../..] + arg [CMakeFiles/cmTC_abce1.dir/CMakeCCompilerABI.c.o] ==> ignore + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [-lc] ==> lib [c] + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/9/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/9/crtendS.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crtn.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crtn.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/Scrt1.o] ==> [/usr/lib/x86_64-linux-gnu/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crti.o] ==> [/usr/lib/x86_64-linux-gnu/crti.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crtn.o] ==> [/usr/lib/x86_64-linux-gnu/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/9] ==> [/usr/lib/gcc/x86_64-linux-gnu/9] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../..] ==> [/usr/lib] + implicit libs: [gcc;gcc_s;c;gcc;gcc_s] + implicit objs: [/usr/lib/x86_64-linux-gnu/Scrt1.o;/usr/lib/x86_64-linux-gnu/crti.o;/usr/lib/gcc/x86_64-linux-gnu/9/crtbeginS.o;/usr/lib/gcc/x86_64-linux-gnu/9/crtendS.o;/usr/lib/x86_64-linux-gnu/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/9;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib] + implicit fwks: [] + + +Detecting CXX compiler ABI info compiled with the following output: +Change Dir: /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles/CMakeTmp + +Run Build Command(s):/usr/bin/make -f Makefile cmTC_77999/fast && /usr/bin/make -f CMakeFiles/cmTC_77999.dir/build.make CMakeFiles/cmTC_77999.dir/build +make[1]: Entering directory '/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles/CMakeTmp' +Building CXX object CMakeFiles/cmTC_77999.dir/CMakeCXXCompilerABI.cpp.o +/usr/bin/c++ -v -o CMakeFiles/cmTC_77999.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.23/Modules/CMakeCXXCompilerABI.cpp +Using built-in specs. +COLLECT_GCC=/usr/bin/c++ +OFFLOAD_TARGET_NAMES=nvptx-none:hsa +OFFLOAD_TARGET_DEFAULT=1 +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.4.0-1ubuntu1~20.04.1' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-9-Av3uEd/gcc-9-9.4.0/debian/tmp-nvptx/usr,hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu +Thread model: posix +gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.1) +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_77999.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' + /usr/lib/gcc/x86_64-linux-gnu/9/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE /usr/share/cmake-3.23/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_77999.dir/CMakeCXXCompilerABI.cpp.o -version -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/ccZpwx8W.s +GNU C++14 (Ubuntu 9.4.0-1ubuntu1~20.04.1) version 9.4.0 (x86_64-linux-gnu) + compiled by GNU C version 9.4.0, GMP version 6.2.0, MPFR version 4.0.2, MPC version 1.1.0, isl version isl-0.22.1-GMP + +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/9" +ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu" +ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/9/include-fixed" +ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/9/../../../../x86_64-linux-gnu/include" +#include "..." search starts here: +#include <...> search starts here: + /usr/include/c++/9 + /usr/include/x86_64-linux-gnu/c++/9 + /usr/include/c++/9/backward + /usr/lib/gcc/x86_64-linux-gnu/9/include + /usr/local/include + /usr/include/x86_64-linux-gnu + /usr/include +End of search list. +GNU C++14 (Ubuntu 9.4.0-1ubuntu1~20.04.1) version 9.4.0 (x86_64-linux-gnu) + compiled by GNU C version 9.4.0, GMP version 6.2.0, MPFR version 4.0.2, MPC version 1.1.0, isl version isl-0.22.1-GMP + +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +Compiler executable checksum: 65fe925b83d3956b533de4aaba7dace0 +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_77999.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' + as -v --64 -o CMakeFiles/cmTC_77999.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccZpwx8W.s +GNU assembler version 2.34 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.34 +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_77999.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' +Linking CXX executable cmTC_77999 +/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_77999.dir/link.txt --verbose=1 +/usr/bin/c++ -v -rdynamic CMakeFiles/cmTC_77999.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_77999 +Using built-in specs. +COLLECT_GCC=/usr/bin/c++ +COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper +OFFLOAD_TARGET_NAMES=nvptx-none:hsa +OFFLOAD_TARGET_DEFAULT=1 +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.4.0-1ubuntu1~20.04.1' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-9-Av3uEd/gcc-9-9.4.0/debian/tmp-nvptx/usr,hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu +Thread model: posix +gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.1) +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_77999' '-shared-libgcc' '-mtune=generic' '-march=x86-64' + /usr/lib/gcc/x86_64-linux-gnu/9/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/9/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper -plugin-opt=-fresolution=/tmp/ccwWDq9n.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_77999 /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/9/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/9 -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/9/../../.. CMakeFiles/cmTC_77999.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crtn.o +COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_77999' '-shared-libgcc' '-mtune=generic' '-march=x86-64' +make[1]: Leaving directory '/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles/CMakeTmp' + + + +Parsed CXX implicit include dir info from above output: rv=done + found start of include info + found start of implicit include info + add: [/usr/include/c++/9] + add: [/usr/include/x86_64-linux-gnu/c++/9] + add: [/usr/include/c++/9/backward] + add: [/usr/lib/gcc/x86_64-linux-gnu/9/include] + add: [/usr/local/include] + add: [/usr/include/x86_64-linux-gnu] + add: [/usr/include] + end of search list found + collapse include dir [/usr/include/c++/9] ==> [/usr/include/c++/9] + collapse include dir [/usr/include/x86_64-linux-gnu/c++/9] ==> [/usr/include/x86_64-linux-gnu/c++/9] + collapse include dir [/usr/include/c++/9/backward] ==> [/usr/include/c++/9/backward] + collapse include dir [/usr/lib/gcc/x86_64-linux-gnu/9/include] ==> [/usr/lib/gcc/x86_64-linux-gnu/9/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/include/x86_64-linux-gnu] ==> [/usr/include/x86_64-linux-gnu] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/include/c++/9;/usr/include/x86_64-linux-gnu/c++/9;/usr/include/c++/9/backward;/usr/lib/gcc/x86_64-linux-gnu/9/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include] + + +Parsed CXX implicit link information from above output: + link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] + ignore line: [Change Dir: /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles/CMakeTmp] + ignore line: [] + ignore line: [Run Build Command(s):/usr/bin/make -f Makefile cmTC_77999/fast && /usr/bin/make -f CMakeFiles/cmTC_77999.dir/build.make CMakeFiles/cmTC_77999.dir/build] + ignore line: [make[1]: Entering directory '/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles/CMakeTmp'] + ignore line: [Building CXX object CMakeFiles/cmTC_77999.dir/CMakeCXXCompilerABI.cpp.o] + ignore line: [/usr/bin/c++ -v -o CMakeFiles/cmTC_77999.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.23/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:hsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.4.0-1ubuntu1~20.04.1' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-9-Av3uEd/gcc-9-9.4.0/debian/tmp-nvptx/usr hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu] + ignore line: [Thread model: posix] + ignore line: [gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.1) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_77999.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'] + ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/9/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE /usr/share/cmake-3.23/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_77999.dir/CMakeCXXCompilerABI.cpp.o -version -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/ccZpwx8W.s] + ignore line: [GNU C++14 (Ubuntu 9.4.0-1ubuntu1~20.04.1) version 9.4.0 (x86_64-linux-gnu)] + ignore line: [ compiled by GNU C version 9.4.0 GMP version 6.2.0 MPFR version 4.0.2 MPC version 1.1.0 isl version isl-0.22.1-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/9"] + ignore line: [ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/9/include-fixed"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/9/../../../../x86_64-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/include/c++/9] + ignore line: [ /usr/include/x86_64-linux-gnu/c++/9] + ignore line: [ /usr/include/c++/9/backward] + ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/9/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/include/x86_64-linux-gnu] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [GNU C++14 (Ubuntu 9.4.0-1ubuntu1~20.04.1) version 9.4.0 (x86_64-linux-gnu)] + ignore line: [ compiled by GNU C version 9.4.0 GMP version 6.2.0 MPFR version 4.0.2 MPC version 1.1.0 isl version isl-0.22.1-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [Compiler executable checksum: 65fe925b83d3956b533de4aaba7dace0] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_77999.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_77999.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccZpwx8W.s] + ignore line: [GNU assembler version 2.34 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.34] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_77999.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'] + ignore line: [Linking CXX executable cmTC_77999] + ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_77999.dir/link.txt --verbose=1] + ignore line: [/usr/bin/c++ -v -rdynamic CMakeFiles/cmTC_77999.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_77999 ] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:hsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.4.0-1ubuntu1~20.04.1' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-9-Av3uEd/gcc-9-9.4.0/debian/tmp-nvptx/usr hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu] + ignore line: [Thread model: posix] + ignore line: [gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.1) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_77999' '-shared-libgcc' '-mtune=generic' '-march=x86-64'] + link line: [ /usr/lib/gcc/x86_64-linux-gnu/9/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/9/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper -plugin-opt=-fresolution=/tmp/ccwWDq9n.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_77999 /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/9/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/9 -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/9/../../.. CMakeFiles/cmTC_77999.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crtn.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/9/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/9/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccwWDq9n.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [--as-needed] ==> ignore + arg [-export-dynamic] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-znow] ==> ignore + arg [-zrelro] ==> ignore + arg [-o] ==> ignore + arg [cmTC_77999] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/Scrt1.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crti.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crti.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/9/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/9/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/9] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/9] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib] + arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/9/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../..] + arg [CMakeFiles/cmTC_77999.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore + arg [-lstdc++] ==> lib [stdc++] + arg [-lm] ==> lib [m] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [/usr/lib/gcc/x86_64-linux-gnu/9/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/9/crtendS.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crtn.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crtn.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/Scrt1.o] ==> [/usr/lib/x86_64-linux-gnu/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crti.o] ==> [/usr/lib/x86_64-linux-gnu/crti.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crtn.o] ==> [/usr/lib/x86_64-linux-gnu/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/9] ==> [/usr/lib/gcc/x86_64-linux-gnu/9] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../..] ==> [/usr/lib] + implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] + implicit objs: [/usr/lib/x86_64-linux-gnu/Scrt1.o;/usr/lib/x86_64-linux-gnu/crti.o;/usr/lib/gcc/x86_64-linux-gnu/9/crtbeginS.o;/usr/lib/gcc/x86_64-linux-gnu/9/crtendS.o;/usr/lib/x86_64-linux-gnu/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/9;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib] + implicit fwks: [] + + +Checking whether the ASM compiler is GNU using "--version" matched "(GNU assembler)|(GCC)|(Free Software Foundation)": +cc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0 +Copyright (C) 2019 Free Software Foundation, Inc. +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/Makefile.cmake b/samples/wasm-lua-comparison/src/CMakeFiles/Makefile.cmake new file mode 100644 index 000000000..5e6d5c18c --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/Makefile.cmake @@ -0,0 +1,70 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.23 + +# The generator used is: +set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles") + +# The top level Makefile was generated from the following files: +set(CMAKE_MAKEFILE_DEPENDS + "CMakeCache.txt" + "/home/szadys/wasm-micro-runtime/build-scripts/config_common.cmake" + "/home/szadys/wasm-micro-runtime/build-scripts/runtime_lib.cmake" + "/home/szadys/wasm-micro-runtime/core/iwasm/aot/iwasm_aot.cmake" + "/home/szadys/wasm-micro-runtime/core/iwasm/common/iwasm_common.cmake" + "/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/iwasm_interp.cmake" + "/home/szadys/wasm-micro-runtime/core/iwasm/libraries/lib-pthread/lib_pthread.cmake" + "/home/szadys/wasm-micro-runtime/core/iwasm/libraries/libc-builtin/libc_builtin.cmake" + "/home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr/thread_mgr.cmake" + "/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/mem_alloc.cmake" + "/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/platform_api_posix.cmake" + "/home/szadys/wasm-micro-runtime/core/shared/platform/linux/shared_platform.cmake" + "/home/szadys/wasm-micro-runtime/core/shared/utils/shared_utils.cmake" + "/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/shared_uncommon.cmake" + "../CMakeLists.txt" + "CMakeFiles/3.23.2/CMakeASMCompiler.cmake" + "CMakeFiles/3.23.2/CMakeCCompiler.cmake" + "CMakeFiles/3.23.2/CMakeCXXCompiler.cmake" + "CMakeFiles/3.23.2/CMakeSystem.cmake" + "../wasm-apps/CMakeLists.txt" + "/usr/share/cmake-3.23/Modules/CMakeASMInformation.cmake" + "/usr/share/cmake-3.23/Modules/CMakeCInformation.cmake" + "/usr/share/cmake-3.23/Modules/CMakeCXXInformation.cmake" + "/usr/share/cmake-3.23/Modules/CMakeCommonLanguageInclude.cmake" + "/usr/share/cmake-3.23/Modules/CMakeGenericSystem.cmake" + "/usr/share/cmake-3.23/Modules/CMakeInitializeConfigs.cmake" + "/usr/share/cmake-3.23/Modules/CMakeLanguageInformation.cmake" + "/usr/share/cmake-3.23/Modules/CMakeSystemSpecificInformation.cmake" + "/usr/share/cmake-3.23/Modules/CMakeSystemSpecificInitialize.cmake" + "/usr/share/cmake-3.23/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + "/usr/share/cmake-3.23/Modules/Compiler/GNU-ASM.cmake" + "/usr/share/cmake-3.23/Modules/Compiler/GNU-C.cmake" + "/usr/share/cmake-3.23/Modules/Compiler/GNU-CXX.cmake" + "/usr/share/cmake-3.23/Modules/Compiler/GNU.cmake" + "/usr/share/cmake-3.23/Modules/FindLua.cmake" + "/usr/share/cmake-3.23/Modules/FindPackageHandleStandardArgs.cmake" + "/usr/share/cmake-3.23/Modules/FindPackageMessage.cmake" + "/usr/share/cmake-3.23/Modules/Platform/Linux-GNU-C.cmake" + "/usr/share/cmake-3.23/Modules/Platform/Linux-GNU-CXX.cmake" + "/usr/share/cmake-3.23/Modules/Platform/Linux-GNU.cmake" + "/usr/share/cmake-3.23/Modules/Platform/Linux.cmake" + "/usr/share/cmake-3.23/Modules/Platform/UnixPaths.cmake" + ) + +# The corresponding makefile is: +set(CMAKE_MAKEFILE_OUTPUTS + "Makefile" + "CMakeFiles/cmake.check_cache" + ) + +# Byproducts of CMake generate step: +set(CMAKE_MAKEFILE_PRODUCTS + "CMakeFiles/CMakeDirectoryInformation.cmake" + "wasm-apps/CMakeFiles/CMakeDirectoryInformation.cmake" + ) + +# Dependency information for all targets: +set(CMAKE_DEPEND_INFO_FILES + "CMakeFiles/vmlib.dir/DependInfo.cmake" + "CMakeFiles/comparison.dir/DependInfo.cmake" + "wasm-apps/CMakeFiles/test.wasm.dir/DependInfo.cmake" + ) diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/Makefile2 b/samples/wasm-lua-comparison/src/CMakeFiles/Makefile2 new file mode 100644 index 000000000..c0b71493f --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/Makefile2 @@ -0,0 +1,183 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.23 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src + +#============================================================================= +# Directory level rules for the build root directory + +# The main recursive "all" target. +all: CMakeFiles/vmlib.dir/all +all: CMakeFiles/comparison.dir/all +all: wasm-apps/all +.PHONY : all + +# The main recursive "preinstall" target. +preinstall: wasm-apps/preinstall +.PHONY : preinstall + +# The main recursive "clean" target. +clean: CMakeFiles/vmlib.dir/clean +clean: CMakeFiles/comparison.dir/clean +clean: wasm-apps/clean +.PHONY : clean + +#============================================================================= +# Directory level rules for directory wasm-apps + +# Recursive "all" directory target. +wasm-apps/all: wasm-apps/CMakeFiles/test.wasm.dir/all +.PHONY : wasm-apps/all + +# Recursive "preinstall" directory target. +wasm-apps/preinstall: +.PHONY : wasm-apps/preinstall + +# Recursive "clean" directory target. +wasm-apps/clean: wasm-apps/CMakeFiles/test.wasm.dir/clean +.PHONY : wasm-apps/clean + +#============================================================================= +# Target rules for target CMakeFiles/vmlib.dir + +# All Build rule for target. +CMakeFiles/vmlib.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/vmlib.dir/build.make CMakeFiles/vmlib.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/vmlib.dir/build.make CMakeFiles/vmlib.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles --progress-num=9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45 "Built target vmlib" +.PHONY : CMakeFiles/vmlib.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/vmlib.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles 37 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/vmlib.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles 0 +.PHONY : CMakeFiles/vmlib.dir/rule + +# Convenience name for target. +vmlib: CMakeFiles/vmlib.dir/rule +.PHONY : vmlib + +# clean rule for target. +CMakeFiles/vmlib.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/vmlib.dir/build.make CMakeFiles/vmlib.dir/clean +.PHONY : CMakeFiles/vmlib.dir/clean + +#============================================================================= +# Target rules for target CMakeFiles/comparison.dir + +# All Build rule for target. +CMakeFiles/comparison.dir/all: CMakeFiles/vmlib.dir/all + $(MAKE) $(MAKESILENT) -f CMakeFiles/comparison.dir/build.make CMakeFiles/comparison.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/comparison.dir/build.make CMakeFiles/comparison.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles --progress-num=1,2,3,4,5,6 "Built target comparison" +.PHONY : CMakeFiles/comparison.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/comparison.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles 43 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/comparison.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles 0 +.PHONY : CMakeFiles/comparison.dir/rule + +# Convenience name for target. +comparison: CMakeFiles/comparison.dir/rule +.PHONY : comparison + +# clean rule for target. +CMakeFiles/comparison.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/comparison.dir/build.make CMakeFiles/comparison.dir/clean +.PHONY : CMakeFiles/comparison.dir/clean + +#============================================================================= +# Target rules for target wasm-apps/CMakeFiles/test.wasm.dir + +# All Build rule for target. +wasm-apps/CMakeFiles/test.wasm.dir/all: + $(MAKE) $(MAKESILENT) -f wasm-apps/CMakeFiles/test.wasm.dir/build.make wasm-apps/CMakeFiles/test.wasm.dir/depend + $(MAKE) $(MAKESILENT) -f wasm-apps/CMakeFiles/test.wasm.dir/build.make wasm-apps/CMakeFiles/test.wasm.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles --progress-num=7,8 "Built target test.wasm" +.PHONY : wasm-apps/CMakeFiles/test.wasm.dir/all + +# Build rule for subdir invocation for target. +wasm-apps/CMakeFiles/test.wasm.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles 2 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 wasm-apps/CMakeFiles/test.wasm.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles 0 +.PHONY : wasm-apps/CMakeFiles/test.wasm.dir/rule + +# Convenience name for target. +test.wasm: wasm-apps/CMakeFiles/test.wasm.dir/rule +.PHONY : test.wasm + +# clean rule for target. +wasm-apps/CMakeFiles/test.wasm.dir/clean: + $(MAKE) $(MAKESILENT) -f wasm-apps/CMakeFiles/test.wasm.dir/build.make wasm-apps/CMakeFiles/test.wasm.dir/clean +.PHONY : wasm-apps/CMakeFiles/test.wasm.dir/clean + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/TargetDirectories.txt b/samples/wasm-lua-comparison/src/CMakeFiles/TargetDirectories.txt new file mode 100644 index 000000000..6bd5df371 --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,7 @@ +/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir +/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir +/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles/edit_cache.dir +/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles/rebuild_cache.dir +/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/wasm-apps/CMakeFiles/test.wasm.dir +/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/wasm-apps/CMakeFiles/edit_cache.dir +/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/wasm-apps/CMakeFiles/rebuild_cache.dir diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/cmake.check_cache b/samples/wasm-lua-comparison/src/CMakeFiles/cmake.check_cache new file mode 100644 index 000000000..3dccd7317 --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/DependInfo.cmake b/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/DependInfo.cmake new file mode 100644 index 000000000..9f88fa1e4 --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_getopt.c" "CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_getopt.c.o" "gcc" "CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_getopt.c.o.d" + "/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_read_file.c" "CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_read_file.c.o" "gcc" "CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_read_file.c.o.d" + "/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/luaModule.c" "CMakeFiles/comparison.dir/luaModule.c.o" "gcc" "CMakeFiles/comparison.dir/luaModule.c.o.d" + "/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/main.c" "CMakeFiles/comparison.dir/main.c.o" "gcc" "CMakeFiles/comparison.dir/main.c.o.d" + "/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/wasm.c" "CMakeFiles/comparison.dir/wasm.c.o" "gcc" "CMakeFiles/comparison.dir/wasm.c.o.d" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/build.make b/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/build.make new file mode 100644 index 000000000..d6eba1f37 --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/build.make @@ -0,0 +1,177 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.23 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src + +# Include any dependencies generated for this target. +include CMakeFiles/comparison.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include CMakeFiles/comparison.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/comparison.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/comparison.dir/flags.make + +CMakeFiles/comparison.dir/main.c.o: CMakeFiles/comparison.dir/flags.make +CMakeFiles/comparison.dir/main.c.o: main.c +CMakeFiles/comparison.dir/main.c.o: CMakeFiles/comparison.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/comparison.dir/main.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/comparison.dir/main.c.o -MF CMakeFiles/comparison.dir/main.c.o.d -o CMakeFiles/comparison.dir/main.c.o -c /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/main.c + +CMakeFiles/comparison.dir/main.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/comparison.dir/main.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/main.c > CMakeFiles/comparison.dir/main.c.i + +CMakeFiles/comparison.dir/main.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/comparison.dir/main.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/main.c -o CMakeFiles/comparison.dir/main.c.s + +CMakeFiles/comparison.dir/luaModule.c.o: CMakeFiles/comparison.dir/flags.make +CMakeFiles/comparison.dir/luaModule.c.o: luaModule.c +CMakeFiles/comparison.dir/luaModule.c.o: CMakeFiles/comparison.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object CMakeFiles/comparison.dir/luaModule.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/comparison.dir/luaModule.c.o -MF CMakeFiles/comparison.dir/luaModule.c.o.d -o CMakeFiles/comparison.dir/luaModule.c.o -c /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/luaModule.c + +CMakeFiles/comparison.dir/luaModule.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/comparison.dir/luaModule.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/luaModule.c > CMakeFiles/comparison.dir/luaModule.c.i + +CMakeFiles/comparison.dir/luaModule.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/comparison.dir/luaModule.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/luaModule.c -o CMakeFiles/comparison.dir/luaModule.c.s + +CMakeFiles/comparison.dir/wasm.c.o: CMakeFiles/comparison.dir/flags.make +CMakeFiles/comparison.dir/wasm.c.o: wasm.c +CMakeFiles/comparison.dir/wasm.c.o: CMakeFiles/comparison.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object CMakeFiles/comparison.dir/wasm.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/comparison.dir/wasm.c.o -MF CMakeFiles/comparison.dir/wasm.c.o.d -o CMakeFiles/comparison.dir/wasm.c.o -c /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/wasm.c + +CMakeFiles/comparison.dir/wasm.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/comparison.dir/wasm.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/wasm.c > CMakeFiles/comparison.dir/wasm.c.i + +CMakeFiles/comparison.dir/wasm.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/comparison.dir/wasm.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/wasm.c -o CMakeFiles/comparison.dir/wasm.c.s + +CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_getopt.c.o: CMakeFiles/comparison.dir/flags.make +CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_getopt.c.o: /home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_getopt.c +CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_getopt.c.o: CMakeFiles/comparison.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_getopt.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_getopt.c.o -MF CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_getopt.c.o.d -o CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_getopt.c.o -c /home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_getopt.c + +CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_getopt.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_getopt.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_getopt.c > CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_getopt.c.i + +CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_getopt.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_getopt.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_getopt.c -o CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_getopt.c.s + +CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_read_file.c.o: CMakeFiles/comparison.dir/flags.make +CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_read_file.c.o: /home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_read_file.c +CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_read_file.c.o: CMakeFiles/comparison.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_read_file.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_read_file.c.o -MF CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_read_file.c.o.d -o CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_read_file.c.o -c /home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_read_file.c + +CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_read_file.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_read_file.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_read_file.c > CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_read_file.c.i + +CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_read_file.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_read_file.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_read_file.c -o CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_read_file.c.s + +# Object files for target comparison +comparison_OBJECTS = \ +"CMakeFiles/comparison.dir/main.c.o" \ +"CMakeFiles/comparison.dir/luaModule.c.o" \ +"CMakeFiles/comparison.dir/wasm.c.o" \ +"CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_getopt.c.o" \ +"CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_read_file.c.o" + +# External object files for target comparison +comparison_EXTERNAL_OBJECTS = + +comparison: CMakeFiles/comparison.dir/main.c.o +comparison: CMakeFiles/comparison.dir/luaModule.c.o +comparison: CMakeFiles/comparison.dir/wasm.c.o +comparison: CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_getopt.c.o +comparison: CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_read_file.c.o +comparison: CMakeFiles/comparison.dir/build.make +comparison: libvmlib.a +comparison: /usr/local/lib/liblua.a +comparison: /usr/lib/x86_64-linux-gnu/libm.so +comparison: CMakeFiles/comparison.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Linking C executable comparison" + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/comparison.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +CMakeFiles/comparison.dir/build: comparison +.PHONY : CMakeFiles/comparison.dir/build + +CMakeFiles/comparison.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/comparison.dir/cmake_clean.cmake +.PHONY : CMakeFiles/comparison.dir/clean + +CMakeFiles/comparison.dir/depend: + cd /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/comparison.dir/depend + diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/cmake_clean.cmake b/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/cmake_clean.cmake new file mode 100644 index 000000000..fa9ad22b3 --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/cmake_clean.cmake @@ -0,0 +1,19 @@ +file(REMOVE_RECURSE + "CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_getopt.c.o" + "CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_getopt.c.o.d" + "CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_read_file.c.o" + "CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_read_file.c.o.d" + "CMakeFiles/comparison.dir/luaModule.c.o" + "CMakeFiles/comparison.dir/luaModule.c.o.d" + "CMakeFiles/comparison.dir/main.c.o" + "CMakeFiles/comparison.dir/main.c.o.d" + "CMakeFiles/comparison.dir/wasm.c.o" + "CMakeFiles/comparison.dir/wasm.c.o.d" + "comparison" + "comparison.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/comparison.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/compiler_depend.internal b/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/compiler_depend.internal new file mode 100644 index 000000000..e04bd897f --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/compiler_depend.internal @@ -0,0 +1,732 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.23 + +CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_getopt.c.o + /home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_getopt.c + /usr/include/stdc-predef.h + +CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_read_file.c.o + /home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_read_file.c + /usr/include/stdc-predef.h + /home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_read_file.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h + /usr/include/inttypes.h + /usr/include/features.h + /usr/include/x86_64-linux-gnu/sys/cdefs.h + /usr/include/x86_64-linux-gnu/bits/wordsize.h + /usr/include/x86_64-linux-gnu/bits/long-double.h + /usr/include/x86_64-linux-gnu/gnu/stubs.h + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h + /usr/include/stdint.h + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h + /usr/include/x86_64-linux-gnu/bits/types.h + /usr/include/x86_64-linux-gnu/bits/timesize.h + /usr/include/x86_64-linux-gnu/bits/typesizes.h + /usr/include/x86_64-linux-gnu/bits/time64.h + /usr/include/x86_64-linux-gnu/bits/wchar.h + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h + /usr/include/assert.h + /usr/include/time.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h + /usr/include/x86_64-linux-gnu/bits/time.h + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h + /usr/include/x86_64-linux-gnu/bits/types/time_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h + /usr/include/x86_64-linux-gnu/bits/endian.h + /usr/include/x86_64-linux-gnu/bits/endianness.h + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h + /usr/include/string.h + /usr/include/strings.h + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h + /usr/include/x86_64-linux-gnu/bits/string_fortified.h + /usr/include/stdio.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h + /usr/include/x86_64-linux-gnu/bits/types/FILE.h + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h + /usr/include/x86_64-linux-gnu/bits/stdio.h + /usr/include/x86_64-linux-gnu/bits/stdio2.h + /usr/include/stdlib.h + /usr/include/x86_64-linux-gnu/bits/waitflags.h + /usr/include/x86_64-linux-gnu/bits/waitstatus.h + /usr/include/x86_64-linux-gnu/bits/floatn.h + /usr/include/x86_64-linux-gnu/bits/floatn-common.h + /usr/include/x86_64-linux-gnu/sys/types.h + /usr/include/endian.h + /usr/include/x86_64-linux-gnu/bits/byteswap.h + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h + /usr/include/x86_64-linux-gnu/sys/select.h + /usr/include/x86_64-linux-gnu/bits/select.h + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h + /usr/include/x86_64-linux-gnu/bits/select2.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h + /usr/include/alloca.h + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h + /usr/include/x86_64-linux-gnu/bits/stdlib.h + /usr/include/math.h + /usr/include/x86_64-linux-gnu/bits/math-vector.h + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h + /usr/include/x86_64-linux-gnu/bits/fp-logb.h + /usr/include/x86_64-linux-gnu/bits/fp-fast.h + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h + /usr/include/x86_64-linux-gnu/bits/mathcalls.h + /usr/include/x86_64-linux-gnu/bits/mathinline.h + /usr/include/ctype.h + /usr/include/pthread.h + /usr/include/sched.h + /usr/include/x86_64-linux-gnu/bits/sched.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h + /usr/include/x86_64-linux-gnu/bits/cpu-set.h + /usr/include/x86_64-linux-gnu/bits/setjmp.h + /usr/include/signal.h + /usr/include/x86_64-linux-gnu/bits/signum.h + /usr/include/x86_64-linux-gnu/bits/signum-generic.h + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h + /usr/include/x86_64-linux-gnu/bits/sigaction.h + /usr/include/x86_64-linux-gnu/bits/sigcontext.h + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h + /usr/include/x86_64-linux-gnu/sys/ucontext.h + /usr/include/x86_64-linux-gnu/bits/sigstack.h + /usr/include/x86_64-linux-gnu/bits/ss_flags.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h + /usr/include/x86_64-linux-gnu/bits/sigthread.h + /usr/include/x86_64-linux-gnu/bits/signal_ext.h + /usr/include/semaphore.h + /usr/include/x86_64-linux-gnu/bits/semaphore.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h + /usr/include/limits.h + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h + /usr/include/x86_64-linux-gnu/bits/local_lim.h + /usr/include/linux/limits.h + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h + /usr/include/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h + /usr/include/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h + /usr/include/x86_64-linux-gnu/bits/stat.h + /usr/include/x86_64-linux-gnu/bits/fcntl2.h + /usr/include/unistd.h + /usr/include/x86_64-linux-gnu/bits/posix_opt.h + /usr/include/x86_64-linux-gnu/bits/environments.h + /usr/include/x86_64-linux-gnu/bits/confname.h + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h + /usr/include/x86_64-linux-gnu/bits/getopt_core.h + /usr/include/x86_64-linux-gnu/bits/unistd.h + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h + /usr/include/poll.h + /usr/include/x86_64-linux-gnu/sys/poll.h + /usr/include/x86_64-linux-gnu/bits/poll.h + /usr/include/x86_64-linux-gnu/bits/poll2.h + /usr/include/errno.h + /usr/include/x86_64-linux-gnu/bits/errno.h + /usr/include/linux/errno.h + /usr/include/x86_64-linux-gnu/asm/errno.h + /usr/include/asm-generic/errno.h + /usr/include/asm-generic/errno-base.h + /usr/include/netinet/in.h + /usr/include/x86_64-linux-gnu/sys/socket.h + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h + /usr/include/x86_64-linux-gnu/bits/socket.h + /usr/include/x86_64-linux-gnu/bits/socket_type.h + /usr/include/x86_64-linux-gnu/bits/sockaddr.h + /usr/include/x86_64-linux-gnu/asm/socket.h + /usr/include/asm-generic/socket.h + /usr/include/linux/posix_types.h + /usr/include/linux/stddef.h + /usr/include/x86_64-linux-gnu/asm/posix_types.h + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h + /usr/include/asm-generic/posix_types.h + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h + /usr/include/asm-generic/bitsperlong.h + /usr/include/x86_64-linux-gnu/asm/sockios.h + /usr/include/asm-generic/sockios.h + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h + /usr/include/x86_64-linux-gnu/bits/socket2.h + /usr/include/x86_64-linux-gnu/bits/in.h + /usr/include/x86_64-linux-gnu/sys/stat.h + /usr/include/x86_64-linux-gnu/sys/mman.h + /usr/include/x86_64-linux-gnu/bits/mman.h + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h + /usr/include/x86_64-linux-gnu/bits/mman-linux.h + /usr/include/x86_64-linux-gnu/bits/mman-shared.h + /usr/include/x86_64-linux-gnu/sys/time.h + /usr/include/x86_64-linux-gnu/sys/timeb.h + /usr/include/x86_64-linux-gnu/sys/uio.h + /usr/include/x86_64-linux-gnu/bits/uio_lim.h + /usr/include/x86_64-linux-gnu/sys/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctls.h + /usr/include/x86_64-linux-gnu/asm/ioctls.h + /usr/include/asm-generic/ioctls.h + /usr/include/linux/ioctl.h + /usr/include/x86_64-linux-gnu/asm/ioctl.h + /usr/include/asm-generic/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h + /usr/include/x86_64-linux-gnu/sys/resource.h + /usr/include/x86_64-linux-gnu/bits/resource.h + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h + /usr/include/setjmp.h + /usr/include/x86_64-linux-gnu/bits/setjmp2.h + /home/szadys/wasm-micro-runtime/core/config.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h + +CMakeFiles/comparison.dir/luaModule.c.o + /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/luaModule.c + /usr/include/stdc-predef.h + /usr/include/stdio.h + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h + /usr/include/features.h + /usr/include/x86_64-linux-gnu/sys/cdefs.h + /usr/include/x86_64-linux-gnu/bits/wordsize.h + /usr/include/x86_64-linux-gnu/bits/long-double.h + /usr/include/x86_64-linux-gnu/gnu/stubs.h + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h + /usr/include/x86_64-linux-gnu/bits/types.h + /usr/include/x86_64-linux-gnu/bits/timesize.h + /usr/include/x86_64-linux-gnu/bits/typesizes.h + /usr/include/x86_64-linux-gnu/bits/time64.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h + /usr/include/x86_64-linux-gnu/bits/types/FILE.h + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h + /usr/include/x86_64-linux-gnu/bits/stdio.h + /usr/include/x86_64-linux-gnu/bits/stdio2.h + /usr/include/stdlib.h + /usr/include/x86_64-linux-gnu/bits/waitflags.h + /usr/include/x86_64-linux-gnu/bits/waitstatus.h + /usr/include/x86_64-linux-gnu/bits/floatn.h + /usr/include/x86_64-linux-gnu/bits/floatn-common.h + /usr/include/x86_64-linux-gnu/sys/types.h + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h + /usr/include/x86_64-linux-gnu/bits/types/time_t.h + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h + /usr/include/endian.h + /usr/include/x86_64-linux-gnu/bits/endian.h + /usr/include/x86_64-linux-gnu/bits/endianness.h + /usr/include/x86_64-linux-gnu/bits/byteswap.h + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h + /usr/include/x86_64-linux-gnu/sys/select.h + /usr/include/x86_64-linux-gnu/bits/select.h + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h + /usr/include/x86_64-linux-gnu/bits/select2.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h + /usr/include/alloca.h + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h + /usr/include/x86_64-linux-gnu/bits/stdlib.h + /usr/include/time.h + /usr/include/x86_64-linux-gnu/bits/time.h + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h + /usr/local/include/lua.h + /usr/local/include/luaconf.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h + /usr/include/limits.h + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h + /usr/include/x86_64-linux-gnu/bits/local_lim.h + /usr/include/linux/limits.h + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h + /usr/include/stdint.h + /usr/include/x86_64-linux-gnu/bits/wchar.h + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h + /usr/local/include/lualib.h + /usr/local/include/lua.h + /usr/local/include/lauxlib.h + +CMakeFiles/comparison.dir/main.c.o + /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/main.c + /usr/include/stdc-predef.h + /usr/include/stdio.h + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h + /usr/include/features.h + /usr/include/x86_64-linux-gnu/sys/cdefs.h + /usr/include/x86_64-linux-gnu/bits/wordsize.h + /usr/include/x86_64-linux-gnu/bits/long-double.h + /usr/include/x86_64-linux-gnu/gnu/stubs.h + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h + /usr/include/x86_64-linux-gnu/bits/types.h + /usr/include/x86_64-linux-gnu/bits/timesize.h + /usr/include/x86_64-linux-gnu/bits/typesizes.h + /usr/include/x86_64-linux-gnu/bits/time64.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h + /usr/include/x86_64-linux-gnu/bits/types/FILE.h + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h + /usr/include/x86_64-linux-gnu/bits/stdio.h + /usr/include/x86_64-linux-gnu/bits/stdio2.h + /usr/include/stdlib.h + /usr/include/x86_64-linux-gnu/bits/waitflags.h + /usr/include/x86_64-linux-gnu/bits/waitstatus.h + /usr/include/x86_64-linux-gnu/bits/floatn.h + /usr/include/x86_64-linux-gnu/bits/floatn-common.h + /usr/include/x86_64-linux-gnu/sys/types.h + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h + /usr/include/x86_64-linux-gnu/bits/types/time_t.h + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h + /usr/include/endian.h + /usr/include/x86_64-linux-gnu/bits/endian.h + /usr/include/x86_64-linux-gnu/bits/endianness.h + /usr/include/x86_64-linux-gnu/bits/byteswap.h + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h + /usr/include/x86_64-linux-gnu/sys/select.h + /usr/include/x86_64-linux-gnu/bits/select.h + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h + /usr/include/x86_64-linux-gnu/bits/select2.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h + /usr/include/alloca.h + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h + /usr/include/x86_64-linux-gnu/bits/stdlib.h + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_export.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h + /usr/include/stdint.h + /usr/include/x86_64-linux-gnu/bits/wchar.h + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h + /home/szadys/wasm-micro-runtime/core/iwasm/include/lib_export.h + /home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_read_file.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h + /usr/include/inttypes.h + /usr/include/assert.h + /usr/include/time.h + /usr/include/x86_64-linux-gnu/bits/time.h + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h + /usr/include/string.h + /usr/include/strings.h + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h + /usr/include/x86_64-linux-gnu/bits/string_fortified.h + /usr/include/math.h + /usr/include/x86_64-linux-gnu/bits/math-vector.h + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h + /usr/include/x86_64-linux-gnu/bits/fp-logb.h + /usr/include/x86_64-linux-gnu/bits/fp-fast.h + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h + /usr/include/x86_64-linux-gnu/bits/mathcalls.h + /usr/include/x86_64-linux-gnu/bits/mathinline.h + /usr/include/ctype.h + /usr/include/pthread.h + /usr/include/sched.h + /usr/include/x86_64-linux-gnu/bits/sched.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h + /usr/include/x86_64-linux-gnu/bits/cpu-set.h + /usr/include/x86_64-linux-gnu/bits/setjmp.h + /usr/include/signal.h + /usr/include/x86_64-linux-gnu/bits/signum.h + /usr/include/x86_64-linux-gnu/bits/signum-generic.h + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h + /usr/include/x86_64-linux-gnu/bits/sigaction.h + /usr/include/x86_64-linux-gnu/bits/sigcontext.h + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h + /usr/include/x86_64-linux-gnu/sys/ucontext.h + /usr/include/x86_64-linux-gnu/bits/sigstack.h + /usr/include/x86_64-linux-gnu/bits/ss_flags.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h + /usr/include/x86_64-linux-gnu/bits/sigthread.h + /usr/include/x86_64-linux-gnu/bits/signal_ext.h + /usr/include/semaphore.h + /usr/include/x86_64-linux-gnu/bits/semaphore.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h + /usr/include/limits.h + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h + /usr/include/x86_64-linux-gnu/bits/local_lim.h + /usr/include/linux/limits.h + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h + /usr/include/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h + /usr/include/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h + /usr/include/x86_64-linux-gnu/bits/stat.h + /usr/include/x86_64-linux-gnu/bits/fcntl2.h + /usr/include/unistd.h + /usr/include/x86_64-linux-gnu/bits/posix_opt.h + /usr/include/x86_64-linux-gnu/bits/environments.h + /usr/include/x86_64-linux-gnu/bits/confname.h + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h + /usr/include/x86_64-linux-gnu/bits/getopt_core.h + /usr/include/x86_64-linux-gnu/bits/unistd.h + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h + /usr/include/poll.h + /usr/include/x86_64-linux-gnu/sys/poll.h + /usr/include/x86_64-linux-gnu/bits/poll.h + /usr/include/x86_64-linux-gnu/bits/poll2.h + /usr/include/errno.h + /usr/include/x86_64-linux-gnu/bits/errno.h + /usr/include/linux/errno.h + /usr/include/x86_64-linux-gnu/asm/errno.h + /usr/include/asm-generic/errno.h + /usr/include/asm-generic/errno-base.h + /usr/include/netinet/in.h + /usr/include/x86_64-linux-gnu/sys/socket.h + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h + /usr/include/x86_64-linux-gnu/bits/socket.h + /usr/include/x86_64-linux-gnu/bits/socket_type.h + /usr/include/x86_64-linux-gnu/bits/sockaddr.h + /usr/include/x86_64-linux-gnu/asm/socket.h + /usr/include/asm-generic/socket.h + /usr/include/linux/posix_types.h + /usr/include/linux/stddef.h + /usr/include/x86_64-linux-gnu/asm/posix_types.h + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h + /usr/include/asm-generic/posix_types.h + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h + /usr/include/asm-generic/bitsperlong.h + /usr/include/x86_64-linux-gnu/asm/sockios.h + /usr/include/asm-generic/sockios.h + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h + /usr/include/x86_64-linux-gnu/bits/socket2.h + /usr/include/x86_64-linux-gnu/bits/in.h + /usr/include/x86_64-linux-gnu/sys/stat.h + /usr/include/x86_64-linux-gnu/sys/mman.h + /usr/include/x86_64-linux-gnu/bits/mman.h + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h + /usr/include/x86_64-linux-gnu/bits/mman-linux.h + /usr/include/x86_64-linux-gnu/bits/mman-shared.h + /usr/include/x86_64-linux-gnu/sys/time.h + /usr/include/x86_64-linux-gnu/sys/timeb.h + /usr/include/x86_64-linux-gnu/sys/uio.h + /usr/include/x86_64-linux-gnu/bits/uio_lim.h + /usr/include/x86_64-linux-gnu/sys/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctls.h + /usr/include/x86_64-linux-gnu/asm/ioctls.h + /usr/include/asm-generic/ioctls.h + /usr/include/linux/ioctl.h + /usr/include/x86_64-linux-gnu/asm/ioctl.h + /usr/include/asm-generic/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h + /usr/include/x86_64-linux-gnu/sys/resource.h + /usr/include/x86_64-linux-gnu/bits/resource.h + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h + /usr/include/setjmp.h + /usr/include/x86_64-linux-gnu/bits/setjmp2.h + /home/szadys/wasm-micro-runtime/core/config.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h + /usr/local/include/lua.h + /usr/local/include/luaconf.h + /usr/local/include/lualib.h + /usr/local/include/lua.h + /usr/local/include/lauxlib.h + /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/include/luaModule.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h + +CMakeFiles/comparison.dir/wasm.c.o + /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/wasm.c + /usr/include/stdc-predef.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h + /usr/include/inttypes.h + /usr/include/features.h + /usr/include/x86_64-linux-gnu/sys/cdefs.h + /usr/include/x86_64-linux-gnu/bits/wordsize.h + /usr/include/x86_64-linux-gnu/bits/long-double.h + /usr/include/x86_64-linux-gnu/gnu/stubs.h + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h + /usr/include/stdint.h + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h + /usr/include/x86_64-linux-gnu/bits/types.h + /usr/include/x86_64-linux-gnu/bits/timesize.h + /usr/include/x86_64-linux-gnu/bits/typesizes.h + /usr/include/x86_64-linux-gnu/bits/time64.h + /usr/include/x86_64-linux-gnu/bits/wchar.h + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h + /usr/include/assert.h + /usr/include/time.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h + /usr/include/x86_64-linux-gnu/bits/time.h + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h + /usr/include/x86_64-linux-gnu/bits/types/time_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h + /usr/include/x86_64-linux-gnu/bits/endian.h + /usr/include/x86_64-linux-gnu/bits/endianness.h + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h + /usr/include/string.h + /usr/include/strings.h + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h + /usr/include/x86_64-linux-gnu/bits/string_fortified.h + /usr/include/stdio.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h + /usr/include/x86_64-linux-gnu/bits/types/FILE.h + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h + /usr/include/x86_64-linux-gnu/bits/stdio.h + /usr/include/x86_64-linux-gnu/bits/stdio2.h + /usr/include/stdlib.h + /usr/include/x86_64-linux-gnu/bits/waitflags.h + /usr/include/x86_64-linux-gnu/bits/waitstatus.h + /usr/include/x86_64-linux-gnu/bits/floatn.h + /usr/include/x86_64-linux-gnu/bits/floatn-common.h + /usr/include/x86_64-linux-gnu/sys/types.h + /usr/include/endian.h + /usr/include/x86_64-linux-gnu/bits/byteswap.h + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h + /usr/include/x86_64-linux-gnu/sys/select.h + /usr/include/x86_64-linux-gnu/bits/select.h + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h + /usr/include/x86_64-linux-gnu/bits/select2.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h + /usr/include/alloca.h + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h + /usr/include/x86_64-linux-gnu/bits/stdlib.h + /usr/include/math.h + /usr/include/x86_64-linux-gnu/bits/math-vector.h + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h + /usr/include/x86_64-linux-gnu/bits/fp-logb.h + /usr/include/x86_64-linux-gnu/bits/fp-fast.h + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h + /usr/include/x86_64-linux-gnu/bits/mathcalls.h + /usr/include/x86_64-linux-gnu/bits/mathinline.h + /usr/include/ctype.h + /usr/include/pthread.h + /usr/include/sched.h + /usr/include/x86_64-linux-gnu/bits/sched.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h + /usr/include/x86_64-linux-gnu/bits/cpu-set.h + /usr/include/x86_64-linux-gnu/bits/setjmp.h + /usr/include/signal.h + /usr/include/x86_64-linux-gnu/bits/signum.h + /usr/include/x86_64-linux-gnu/bits/signum-generic.h + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h + /usr/include/x86_64-linux-gnu/bits/sigaction.h + /usr/include/x86_64-linux-gnu/bits/sigcontext.h + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h + /usr/include/x86_64-linux-gnu/sys/ucontext.h + /usr/include/x86_64-linux-gnu/bits/sigstack.h + /usr/include/x86_64-linux-gnu/bits/ss_flags.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h + /usr/include/x86_64-linux-gnu/bits/sigthread.h + /usr/include/x86_64-linux-gnu/bits/signal_ext.h + /usr/include/semaphore.h + /usr/include/x86_64-linux-gnu/bits/semaphore.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h + /usr/include/limits.h + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h + /usr/include/x86_64-linux-gnu/bits/local_lim.h + /usr/include/linux/limits.h + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h + /usr/include/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h + /usr/include/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h + /usr/include/x86_64-linux-gnu/bits/stat.h + /usr/include/x86_64-linux-gnu/bits/fcntl2.h + /usr/include/unistd.h + /usr/include/x86_64-linux-gnu/bits/posix_opt.h + /usr/include/x86_64-linux-gnu/bits/environments.h + /usr/include/x86_64-linux-gnu/bits/confname.h + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h + /usr/include/x86_64-linux-gnu/bits/getopt_core.h + /usr/include/x86_64-linux-gnu/bits/unistd.h + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h + /usr/include/poll.h + /usr/include/x86_64-linux-gnu/sys/poll.h + /usr/include/x86_64-linux-gnu/bits/poll.h + /usr/include/x86_64-linux-gnu/bits/poll2.h + /usr/include/errno.h + /usr/include/x86_64-linux-gnu/bits/errno.h + /usr/include/linux/errno.h + /usr/include/x86_64-linux-gnu/asm/errno.h + /usr/include/asm-generic/errno.h + /usr/include/asm-generic/errno-base.h + /usr/include/netinet/in.h + /usr/include/x86_64-linux-gnu/sys/socket.h + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h + /usr/include/x86_64-linux-gnu/bits/socket.h + /usr/include/x86_64-linux-gnu/bits/socket_type.h + /usr/include/x86_64-linux-gnu/bits/sockaddr.h + /usr/include/x86_64-linux-gnu/asm/socket.h + /usr/include/asm-generic/socket.h + /usr/include/linux/posix_types.h + /usr/include/linux/stddef.h + /usr/include/x86_64-linux-gnu/asm/posix_types.h + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h + /usr/include/asm-generic/posix_types.h + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h + /usr/include/asm-generic/bitsperlong.h + /usr/include/x86_64-linux-gnu/asm/sockios.h + /usr/include/asm-generic/sockios.h + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h + /usr/include/x86_64-linux-gnu/bits/socket2.h + /usr/include/x86_64-linux-gnu/bits/in.h + /usr/include/x86_64-linux-gnu/sys/stat.h + /usr/include/x86_64-linux-gnu/sys/mman.h + /usr/include/x86_64-linux-gnu/bits/mman.h + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h + /usr/include/x86_64-linux-gnu/bits/mman-linux.h + /usr/include/x86_64-linux-gnu/bits/mman-shared.h + /usr/include/x86_64-linux-gnu/sys/time.h + /usr/include/x86_64-linux-gnu/sys/timeb.h + /usr/include/x86_64-linux-gnu/sys/uio.h + /usr/include/x86_64-linux-gnu/bits/uio_lim.h + /usr/include/x86_64-linux-gnu/sys/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctls.h + /usr/include/x86_64-linux-gnu/asm/ioctls.h + /usr/include/asm-generic/ioctls.h + /usr/include/linux/ioctl.h + /usr/include/x86_64-linux-gnu/asm/ioctl.h + /usr/include/asm-generic/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h + /usr/include/x86_64-linux-gnu/sys/resource.h + /usr/include/x86_64-linux-gnu/bits/resource.h + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h + /usr/include/setjmp.h + /usr/include/x86_64-linux-gnu/bits/setjmp2.h + /home/szadys/wasm-micro-runtime/core/config.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_export.h + /home/szadys/wasm-micro-runtime/core/iwasm/include/lib_export.h + /home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_read_file.h + diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/compiler_depend.make b/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/compiler_depend.make new file mode 100644 index 000000000..dc1504af4 --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/compiler_depend.make @@ -0,0 +1,1161 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.23 + +CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_getopt.c.o: /home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_getopt.c \ + /usr/include/stdc-predef.h + +CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_read_file.c.o: /home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_read_file.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_read_file.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h \ + /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h \ + /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h \ + /usr/include/assert.h \ + /usr/include/time.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h \ + /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h \ + /usr/include/ctype.h \ + /usr/include/pthread.h \ + /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h \ + /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h \ + /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h \ + /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h \ + /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h \ + /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h \ + /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/config.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h + +CMakeFiles/comparison.dir/luaModule.c.o: luaModule.c \ + /usr/include/stdc-predef.h \ + /usr/include/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h \ + /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/local/include/lua.h \ + /usr/local/include/luaconf.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h \ + /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/local/include/lualib.h \ + /usr/local/include/lua.h \ + /usr/local/include/lauxlib.h + +CMakeFiles/comparison.dir/main.c.o: main.c \ + /usr/include/stdc-predef.h \ + /usr/include/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_export.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h \ + /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/include/lib_export.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_read_file.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h \ + /usr/include/assert.h \ + /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h \ + /usr/include/ctype.h \ + /usr/include/pthread.h \ + /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h \ + /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h \ + /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h \ + /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h \ + /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h \ + /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h \ + /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/config.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h \ + /usr/local/include/lua.h \ + /usr/local/include/luaconf.h \ + /usr/local/include/lualib.h \ + /usr/local/include/lua.h \ + /usr/local/include/lauxlib.h \ + ../include/luaModule.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h + +CMakeFiles/comparison.dir/wasm.c.o: wasm.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h \ + /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h \ + /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h \ + /usr/include/assert.h \ + /usr/include/time.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h \ + /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h \ + /usr/include/ctype.h \ + /usr/include/pthread.h \ + /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h \ + /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h \ + /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h \ + /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h \ + /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h \ + /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h \ + /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/config.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/include/lib_export.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_read_file.h + + +wasm.c: + +/home/szadys/wasm-micro-runtime/core/iwasm/include/lib_export.h: + +/usr/local/include/lauxlib.h: + +/usr/local/include/lualib.h: + +/home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h: + +/home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h: + +/home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h: + +/home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_export.h: + +/home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h: + +/home/szadys/wasm-micro-runtime/core/config.h: + +/usr/include/x86_64-linux-gnu/bits/setjmp2.h: + +/usr/include/x86_64-linux-gnu/sys/resource.h: + +/usr/include/x86_64-linux-gnu/bits/ioctl-types.h: + +/usr/include/asm-generic/ioctl.h: + +/usr/include/x86_64-linux-gnu/asm/ioctl.h: + +/usr/include/x86_64-linux-gnu/bits/ioctls.h: + +/usr/include/x86_64-linux-gnu/sys/ioctl.h: + +/usr/include/x86_64-linux-gnu/bits/uio_lim.h: + +/usr/include/x86_64-linux-gnu/sys/uio.h: + +/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h: + +/usr/include/x86_64-linux-gnu/sys/timeb.h: + +/usr/include/x86_64-linux-gnu/sys/time.h: + +/usr/include/x86_64-linux-gnu/sys/mman.h: + +/usr/include/x86_64-linux-gnu/sys/ttydefaults.h: + +/usr/include/x86_64-linux-gnu/bits/socket2.h: + +/usr/include/asm-generic/sockios.h: + +/usr/include/x86_64-linux-gnu/asm/sockios.h: + +/usr/include/x86_64-linux-gnu/asm/posix_types.h: + +/home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h: + +/usr/include/linux/stddef.h: + +/usr/include/asm-generic/ioctls.h: + +/usr/include/x86_64-linux-gnu/bits/socket_type.h: + +/usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h: + +/usr/include/x86_64-linux-gnu/sys/socket.h: + +/usr/include/x86_64-linux-gnu/asm/posix_types_64.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/local/include/lua.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/linux/errno.h: + +/usr/include/x86_64-linux-gnu/bits/errno.h: + +/usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h: + +/usr/include/x86_64-linux-gnu/bits/poll2.h: + +/usr/include/x86_64-linux-gnu/bits/poll.h: + +/home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h: + +/usr/include/poll.h: + +/usr/include/x86_64-linux-gnu/bits/unistd_ext.h: + +/usr/include/x86_64-linux-gnu/bits/unistd.h: + +/usr/include/x86_64-linux-gnu/bits/getopt_core.h: + +/usr/include/x86_64-linux-gnu/bits/getopt_posix.h: + +/usr/include/x86_64-linux-gnu/bits/environments.h: + +/usr/include/x86_64-linux-gnu/bits/posix_opt.h: + +/usr/include/x86_64-linux-gnu/bits/fcntl.h: + +/usr/include/fcntl.h: + +/usr/include/x86_64-linux-gnu/bits/waitstatus.h: + +/usr/include/x86_64-linux-gnu/bits/waitflags.h: + +/usr/include/x86_64-linux-gnu/bits/types/__FILE.h: + +/usr/include/netinet/in.h: + +/usr/include/x86_64-linux-gnu/bits/types/clock_t.h: + +/usr/include/stdio.h: + +/usr/include/x86_64-linux-gnu/bits/types/__locale_t.h: + +/usr/include/x86_64-linux-gnu/bits/string_fortified.h: + +../include/luaModule.h: + +/usr/include/endian.h: + +/usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h: + +/usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h: + +/usr/include/x86_64-linux-gnu/bits/types/time_t.h: + +/usr/include/x86_64-linux-gnu/bits/mman.h: + +/usr/include/x86_64-linux-gnu/asm/bitsperlong.h: + +/usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h: + +/usr/include/x86_64-linux-gnu/bits/long-double.h: + +/usr/include/x86_64-linux-gnu/bits/byteswap.h: + +/usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h: + +/usr/include/x86_64-linux-gnu/bits/stdio2.h: + +/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h: + +/usr/include/limits.h: + +/usr/include/x86_64-linux-gnu/bits/sys_errlist.h: + +/usr/include/x86_64-linux-gnu/sys/cdefs.h: + +/usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h: + +/usr/include/x86_64-linux-gnu/bits/time64.h: + +/usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h: + +/usr/include/x86_64-linux-gnu/bits/types/sigset_t.h: + +/home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h: + +/usr/include/x86_64-linux-gnu/bits/fcntl-linux.h: + +/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_getopt.c: + +/usr/include/x86_64-linux-gnu/bits/fp-fast.h: + +/home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h: + +/home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h: + +/usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h: + +/usr/include/dirent.h: + +/usr/include/x86_64-linux-gnu/bits/resource.h: + +/usr/include/string.h: + +/usr/include/x86_64-linux-gnu/bits/stdio.h: + +/usr/include/x86_64-linux-gnu/bits/types/struct_tm.h: + +/usr/include/x86_64-linux-gnu/bits/strings_fortified.h: + +/usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h: + +/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h: + +/usr/include/x86_64-linux-gnu/bits/dirent_ext.h: + +/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_read_file.h: + +/usr/include/x86_64-linux-gnu/bits/signal_ext.h: + +/usr/include/x86_64-linux-gnu/asm/socket.h: + +/usr/include/stdlib.h: + +/usr/include/x86_64-linux-gnu/bits/types/locale_t.h: + +/usr/include/x86_64-linux-gnu/bits/sigthread.h: + +/home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h: + +/home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h: + +/usr/include/x86_64-linux-gnu/bits/wordsize.h: + +/home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h: + +/usr/include/x86_64-linux-gnu/bits/semaphore.h: + +/usr/include/x86_64-linux-gnu/bits/dirent.h: + +/usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h: + +/usr/include/x86_64-linux-gnu/sys/stat.h: + +/usr/include/x86_64-linux-gnu/gnu/stubs-64.h: + +/usr/include/x86_64-linux-gnu/asm/errno.h: + +/usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h: + +/usr/include/x86_64-linux-gnu/bits/stdlib.h: + +/usr/include/x86_64-linux-gnu/asm/ioctls.h: + +/usr/include/features.h: + +/usr/include/x86_64-linux-gnu/bits/timesize.h: + +/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_read_file.c: + +/usr/include/asm-generic/socket.h: + +/usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h: + +/usr/include/x86_64-linux-gnu/bits/setjmp.h: + +/usr/include/x86_64-linux-gnu/bits/time.h: + +/usr/include/x86_64-linux-gnu/bits/types/clockid_t.h: + +/usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h: + +/usr/include/asm-generic/posix_types.h: + +/usr/include/stdc-predef.h: + +/usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h: + +/usr/include/inttypes.h: + +/usr/include/x86_64-linux-gnu/bits/endian.h: + +/usr/include/x86_64-linux-gnu/gnu/stubs.h: + +luaModule.c: + +/usr/include/x86_64-linux-gnu/bits/libc-header-start.h: + +/usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h: + +main.c: + +/usr/include/x86_64-linux-gnu/bits/sockaddr.h: + +/usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h: + +/usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h: + +/usr/include/x86_64-linux-gnu/bits/confname.h: + +/usr/include/x86_64-linux-gnu/bits/siginfo-arch.h: + +/usr/include/x86_64-linux-gnu/bits/sigevent-consts.h: + +/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h: + +/usr/include/x86_64-linux-gnu/bits/types/stack_t.h: + +/usr/include/x86_64-linux-gnu/bits/endianness.h: + +/usr/include/x86_64-linux-gnu/bits/typesizes.h: + +/usr/include/x86_64-linux-gnu/bits/in.h: + +/usr/include/assert.h: + +/usr/include/x86_64-linux-gnu/bits/mman-linux.h: + +/usr/include/x86_64-linux-gnu/bits/stdint-intn.h: + +/usr/include/x86_64-linux-gnu/bits/types.h: + +/usr/include/time.h: + +/usr/include/linux/posix_types.h: + +/usr/include/x86_64-linux-gnu/bits/flt-eval-method.h: + +/usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h: + +/home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h: + +/usr/include/x86_64-linux-gnu/bits/floatn.h: + +/usr/include/x86_64-linux-gnu/bits/floatn-common.h: + +/usr/include/x86_64-linux-gnu/sys/types.h: + +/usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h: + +/usr/include/x86_64-linux-gnu/bits/stdlib-float.h: + +/usr/include/x86_64-linux-gnu/bits/ss_flags.h: + +/usr/include/x86_64-linux-gnu/bits/uintn-identity.h: + +/usr/include/x86_64-linux-gnu/bits/fcntl2.h: + +/usr/include/x86_64-linux-gnu/bits/fp-logb.h: + +/usr/include/ctype.h: + +/usr/include/setjmp.h: + +/usr/include/unistd.h: + +/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h: + +/usr/include/x86_64-linux-gnu/sys/select.h: + +/usr/include/x86_64-linux-gnu/bits/types/FILE.h: + +/usr/include/x86_64-linux-gnu/bits/stdio_lim.h: + +/usr/include/signal.h: + +/usr/include/x86_64-linux-gnu/bits/select.h: + +/usr/include/linux/ioctl.h: + +/usr/include/x86_64-linux-gnu/bits/select2.h: + +/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h: + +/usr/include/x86_64-linux-gnu/bits/struct_mutex.h: + +/usr/include/x86_64-linux-gnu/bits/mathcalls.h: + +/usr/include/alloca.h: + +/usr/local/include/luaconf.h: + +/usr/include/math.h: + +/usr/include/x86_64-linux-gnu/sys/ucontext.h: + +/usr/include/x86_64-linux-gnu/bits/math-vector.h: + +/usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h: + +/usr/include/x86_64-linux-gnu/bits/mathinline.h: + +/usr/include/strings.h: + +/usr/include/x86_64-linux-gnu/bits/struct_rwlock.h: + +/usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h: + +/usr/include/pthread.h: + +/usr/include/sched.h: + +/usr/include/x86_64-linux-gnu/bits/sched.h: + +/usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h: + +/usr/include/x86_64-linux-gnu/bits/cpu-set.h: + +/usr/include/x86_64-linux-gnu/bits/signum.h: + +/usr/include/x86_64-linux-gnu/bits/types/timer_t.h: + +/usr/include/x86_64-linux-gnu/bits/signum-generic.h: + +/usr/include/x86_64-linux-gnu/bits/mman-shared.h: + +/usr/include/x86_64-linux-gnu/sys/poll.h: + +/usr/include/x86_64-linux-gnu/bits/thread-shared-types.h: + +/usr/include/x86_64-linux-gnu/bits/sigcontext.h: + +/usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h: + +/usr/include/errno.h: + +/usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h: + +/usr/include/x86_64-linux-gnu/bits/stat.h: + +/usr/include/x86_64-linux-gnu/bits/siginfo-consts.h: + +/usr/include/x86_64-linux-gnu/bits/types/sigval_t.h: + +/usr/include/x86_64-linux-gnu/bits/sigaction.h: + +/usr/include/x86_64-linux-gnu/bits/socket.h: + +/usr/include/x86_64-linux-gnu/bits/sigstack.h: + +/usr/include/semaphore.h: + +/usr/include/asm-generic/bitsperlong.h: + +/usr/include/x86_64-linux-gnu/bits/posix1_lim.h: + +/usr/include/x86_64-linux-gnu/bits/wchar.h: + +/usr/include/x86_64-linux-gnu/bits/local_lim.h: + +/usr/include/linux/limits.h: + +/usr/include/stdint.h: + +/usr/include/x86_64-linux-gnu/bits/posix2_lim.h: diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/compiler_depend.ts b/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/compiler_depend.ts new file mode 100644 index 000000000..ad9f64caf --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for comparison. diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/depend.make b/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/depend.make new file mode 100644 index 000000000..0171e21c0 --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for comparison. +# This may be replaced when dependencies are built. diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/flags.make b/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/flags.make new file mode 100644 index 000000000..efe895de1 --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.23 + +# compile C with /usr/bin/cc +C_DEFINES = -DBH_FREE=wasm_runtime_free -DBH_MALLOC=wasm_runtime_malloc -DBH_PLATFORM_LINUX -DBUILD_TARGET_X86_64 -DWASM_DISABLE_HW_BOUND_CHECK=0 -DWASM_ENABLE_AOT=1 -DWASM_ENABLE_BULK_MEMORY=1 -DWASM_ENABLE_FAST_INTERP=1 -DWASM_ENABLE_INTERP=1 -DWASM_ENABLE_LIBC_BUILTIN=1 -DWASM_ENABLE_LIB_PTHREAD=1 -DWASM_ENABLE_MINI_LOADER=0 -DWASM_ENABLE_MULTI_MODULE=0 -DWASM_ENABLE_SHARED_MEMORY=1 -DWASM_ENABLE_THREAD_MGR=1 + +C_INCLUDES = -I/home/szadys/wasm-micro-runtime/core/iwasm/interpreter -I/home/szadys/wasm-micro-runtime/core/iwasm/aot -I/home/szadys/wasm-micro-runtime/core/iwasm/libraries/libc-builtin -I/home/szadys/wasm-micro-runtime/core/iwasm/libraries/lib-pthread -I/home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr -I/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/../../core/iwasm/include -I/home/szadys/wasm-micro-runtime/core/shared/platform/linux -I/home/szadys/wasm-micro-runtime/core/shared/platform/linux/../include -I/home/szadys/wasm-micro-runtime/core/shared/mem-alloc -I/home/szadys/wasm-micro-runtime/core/iwasm/common -I/home/szadys/wasm-micro-runtime/core/shared/utils -I/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon -I/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/include + +C_FLAGS = -Wall -Wextra -Wformat -Wformat-security -std=gnu99 -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -Wno-pedantic -fPIC -O3 -DNDEBUG + diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_getopt.c.o b/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_getopt.c.o new file mode 100644 index 0000000000000000000000000000000000000000..d122785532b3ef5b87a7c904b48bd44d66709848 GIT binary patch literal 1080 zcmbVL%}T>S5S}#k7X-ZtUgAjwyChN%dXPY=y@+@zco9irXhHKsvH^Rkui)c&>?`>M zI+bbJ@Sf7&>1>%`O(ySJFT z;xt!GWeZ%`v_V8%oXE0x`aDT_QF4|5uzHs9D8|UEWt^%VPv1GPmxxEe;<^Tw6j_$$ zh~))O8Qx8==27x0^GV*YvMS27;xp^aHGm`3(4Cr37Ov=}y?((s#+5Mhy@jG`FQ)zk zDck7l>d#S2J$-cDLYYuqH+8;>msnJLo%g0E+TP?2v9^V7eqp85crvO$&#D{sGqqIz rl%$1>q*G4Np~Ugev+j;c4|32w$y33c{{Rc--4pjo5+9XNMpOR_5sNxX literal 0 HcmV?d00001 diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_getopt.c.o.d b/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_getopt.c.o.d new file mode 100644 index 000000000..6a9780056 --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_getopt.c.o.d @@ -0,0 +1,3 @@ +CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_getopt.c.o: \ + /home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_getopt.c \ + /usr/include/stdc-predef.h diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_read_file.c.o b/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_read_file.c.o new file mode 100644 index 0000000000000000000000000000000000000000..fee515b7ad18981a1d18c2706ca8cc42e89ca635 GIT binary patch literal 3360 zcmbVOUuYaf7@y0fZ5r!ttW~3xW`$H!w98!@p)Dx4mt3-e!$SVlhgvtAyIt?--EG+0 z)1*+fB&S_sBp{YP=B4;(eG`0Wz*>Cpq3E+9RnSx4WgMsG1@&k;s%~<`uhGvJ}rz=4-ZXxr%MV zIDcFzR^BvA#lT!K%a-D}ifegFwRqN2S-9=|odv5B#6DPMLDk;>;b&Jp)9c{4T|To^ za&k)9Dm(5H&&SejyH2-RgPc?GtP13&6~Hy#kq`W>oz!Nvnb~Rm{BIio<@MF>gF~R` z{>tDb=#!gzy&V+k{{qrClyuX-eih#mwbVD| z`Wg(ftEIsNg){ZvH97MSwNCoibYQG}hcRxC`M>J^^&sHwNv36v{VBiy5!lE4=k?WK zPI>)EFiE*i=XL(t2Bz?TICWZkO*^f<{-rGsjKLb#UILtCl0VU)x30J4~Kpcq)VsFg$qgE#n}=ue6}17AL!!I#&*X zvR7CyeV2fxpapXUMUa!AN8zVB;Q0wd`_;hB*n9jg{ h@lPVERQ>GzeGYa}!u5Luj8XnqSfWowXVAm`{{iQ-DNFzW literal 0 HcmV?d00001 diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_read_file.c.o.d b/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_read_file.c.o.d new file mode 100644 index 000000000..1b3131780 --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_read_file.c.o.d @@ -0,0 +1,182 @@ +CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_read_file.c.o: \ + /home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_read_file.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_read_file.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h /usr/include/assert.h \ + /usr/include/time.h /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h /usr/include/ctype.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/../../../config.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_api_extension.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/link.txt b/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/link.txt new file mode 100644 index 000000000..07ee40404 --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/cc -Wall -Wextra -Wformat -Wformat-security -std=gnu99 -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -Wno-pedantic -fPIC -O3 -DNDEBUG -pie -fPIE -Wl,--gc-sections -fPIC CMakeFiles/comparison.dir/main.c.o CMakeFiles/comparison.dir/luaModule.c.o CMakeFiles/comparison.dir/wasm.c.o "CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_getopt.c.o" "CMakeFiles/comparison.dir/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_read_file.c.o" -o comparison libvmlib.a -lpthread -lm /usr/local/lib/liblua.a -lm -ldl diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/lua.c.o b/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/lua.c.o new file mode 100644 index 0000000000000000000000000000000000000000..2f69e5083c79d2398ebfa27488f7ac222c57fcdf GIT binary patch literal 3440 zcmbVO&2Jk;6d%VxOk12ZEd^8x<^&aF@a6*rq#`%L&Q@4SL=$e+cH?Y_ReNoD*Gh_j z9x4zyRO*2n7p`0oN5m;oInZ0gUw}9jfm9F@s`yZOzukH3@pu~gMu_8{1$Hi|G&-`Iu|G8k_I0y6&e(dYt6n=z21pS7+ z|M!r7|L&zozv~9=X}8-AUJm+g+4vXxD6aLLePbR*_Ws=n`0yYczjSNj**7AnYTd3{ z2iEPc?-N9x`e8=HMU z?3Z4ZbFw^b^`n{f!Ax0}=cIKu#^L!8jY%30(^y{F5Mx3d0L#+=os5~tz5ABP?M>!R z9~&>+qzwlCw9=gcw~Lc&#e#T}#5o1;Fu>^cHk+4UPXtP*+idaq@OYozK1bghl zDCLD7HP*jKEGGuuQ<_^|!!?-V5AqJ$4iZnnHVM0C3Fxk3vg;!ebg z!dLwZmlP3y8{8SEG#uvu1pEmaY_G>bS2F&8;vgp5>v7QajAzBcy#zu%r)jYLa{!63 zE}SvO&jKWZJ?=Ti>i~&>qqi6@kqkl{+@(wlN&v1sL1JCQkFYVg46e3AcawP7i}?;q zp|=+bx#fngkefjuWY2545~xg?M8mWvLiRdvlOs)lES9wNP$M>^jJ=H}MuVnn<`*(G zvqCmH?Y8IBO8idfNqTgqscjoq)chU4FS|Wz%U*a@mF4X?+da4K>D%<6GQK@t3-ji# zWCS!{7W4}+ejnMb!h*p~|K~}MSKvYYE%HUotor%BBa?{uJn;M_641L91{B{>O>3+9 z3F5Hh7mLqNm9Vt@mk9^`SN;mwq~-rIB|p|^=6{-u9x?p`FmuSR{u@q zzorKz*^IYKSX%w}RQ((W`-fM>tp5|jkRSJfPT#AE{>}q3^M65Dn*TlJ&-bF5Ci!{( zZH9kAZP4H)j6Jx1_Wwcoml;s}xbjDT>7?MOX5c^3U`)3=mjiy`WMMA?fZYM4y3L8@%`~{iT(Nfq~(Uop~`=#3Oh*{hUt&* hW8NJEiO*0J(XE&zzbb4pM@?z|hpPTFhJ!H`{{TcmfVKbt literal 0 HcmV?d00001 diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/lua.c.o.d b/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/lua.c.o.d new file mode 100644 index 000000000..533556414 --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/lua.c.o.d @@ -0,0 +1,41 @@ +CMakeFiles/comparison.dir/lua.c.o: \ + /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/lua.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/include/lua.h \ + /usr/local/include/lua.hpp /usr/local/include/lua.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/local/include/luaconf.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/local/include/lualib.h /usr/local/include/lauxlib.h \ + /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h /usr/local/include/lualib.h \ + /usr/local/include/lauxlib.h diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/luaModule.c.o b/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/luaModule.c.o new file mode 100644 index 0000000000000000000000000000000000000000..0935cff8d08d2c6cb2a784ca169d8bb92df1b731 GIT binary patch literal 4656 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 literal 0 HcmV?d00001 diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/main.c.o.d b/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/main.c.o.d new file mode 100644 index 000000000..4f0f6dae9 --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/main.c.o.d @@ -0,0 +1,191 @@ +CMakeFiles/comparison.dir/main.c.o: \ + /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/main.c \ + /usr/include/stdc-predef.h /usr/include/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h \ + /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/../../core/iwasm/include/wasm_export.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h \ + /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/../../core/iwasm/include/lib_export.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_read_file.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h /usr/include/assert.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/math.h /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h /usr/include/ctype.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/../../../config.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_api_extension.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h \ + /usr/local/include/lua.h /usr/local/include/luaconf.h \ + /usr/local/include/lualib.h /usr/local/include/lua.h \ + /usr/local/include/lauxlib.h \ + /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/include/luaModule.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/progress.make b/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/progress.make new file mode 100644 index 000000000..daba7fae8 --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/progress.make @@ -0,0 +1,7 @@ +CMAKE_PROGRESS_1 = 1 +CMAKE_PROGRESS_2 = 2 +CMAKE_PROGRESS_3 = 3 +CMAKE_PROGRESS_4 = 4 +CMAKE_PROGRESS_5 = 5 +CMAKE_PROGRESS_6 = 6 + diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/wasm.c.o b/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/wasm.c.o new file mode 100644 index 0000000000000000000000000000000000000000..1142ac468e15b37a37eb704469912700b129874f GIT binary patch literal 8600 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 OH~lwN`=7pr{{H}LP)eHs literal 0 HcmV?d00001 diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/wasm.c.o.d b/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/wasm.c.o.d new file mode 100644 index 000000000..84e8502ab --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/comparison.dir/wasm.c.o.d @@ -0,0 +1,187 @@ +CMakeFiles/comparison.dir/wasm.c.o: \ + /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/wasm.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h /usr/include/assert.h \ + /usr/include/time.h /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h /usr/include/ctype.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/../../../config.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_api_extension.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/../../core/iwasm/include/wasm_export.h \ + /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/../../core/iwasm/include/lib_export.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/uncommon/bh_read_file.h diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/progress.marks b/samples/wasm-lua-comparison/src/CMakeFiles/progress.marks new file mode 100644 index 000000000..ea90ee319 --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/progress.marks @@ -0,0 +1 @@ +45 diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/ASM.includecache b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/ASM.includecache new file mode 100644 index 000000000..409330b2a --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/ASM.includecache @@ -0,0 +1,10 @@ +#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">]) + +#IncludeRegexScan: ^.*$ + +#IncludeRegexComplain: ^$ + +#IncludeRegexTransform: + +/home/szadys/wasm-micro-runtime/core/iwasm/common/arch/invokeNative_em64.s + diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/DependInfo.cmake b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/DependInfo.cmake new file mode 100644 index 000000000..970fb182d --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/DependInfo.cmake @@ -0,0 +1,95 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "ASM" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_ASM + "/home/szadys/wasm-micro-runtime/core/iwasm/common/arch/invokeNative_em64.s" "/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/arch/invokeNative_em64.s.o" + ) +set(CMAKE_ASM_COMPILER_ID "GNU") + +# Preprocessor definitions for this target. +set(CMAKE_TARGET_DEFINITIONS_ASM + "BH_FREE=wasm_runtime_free" + "BH_MALLOC=wasm_runtime_malloc" + "BH_PLATFORM_LINUX" + "BUILD_TARGET_X86_64" + "WASM_DISABLE_HW_BOUND_CHECK=0" + "WASM_ENABLE_AOT=1" + "WASM_ENABLE_BULK_MEMORY=1" + "WASM_ENABLE_FAST_INTERP=1" + "WASM_ENABLE_INTERP=1" + "WASM_ENABLE_LIBC_BUILTIN=1" + "WASM_ENABLE_LIB_PTHREAD=1" + "WASM_ENABLE_MINI_LOADER=0" + "WASM_ENABLE_MULTI_MODULE=0" + "WASM_ENABLE_SHARED_MEMORY=1" + "WASM_ENABLE_THREAD_MGR=1" + ) + +# The include file search paths: +set(CMAKE_ASM_TARGET_INCLUDE_PATH + "/home/szadys/wasm-micro-runtime/core/iwasm/interpreter" + "/home/szadys/wasm-micro-runtime/core/iwasm/aot" + "/home/szadys/wasm-micro-runtime/core/iwasm/libraries/libc-builtin" + "/home/szadys/wasm-micro-runtime/core/iwasm/libraries/lib-pthread" + "/home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr" + "../../../core/iwasm/include" + "/home/szadys/wasm-micro-runtime/core/shared/platform/linux" + "/home/szadys/wasm-micro-runtime/core/shared/platform/linux/../include" + "/home/szadys/wasm-micro-runtime/core/shared/mem-alloc" + "/home/szadys/wasm-micro-runtime/core/iwasm/common" + "/home/szadys/wasm-micro-runtime/core/shared/utils" + "/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon" + "../include" + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_intrinsic.c" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_intrinsic.c.o" "gcc" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_intrinsic.c.o.d" + "/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_loader.c" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_loader.c.o" "gcc" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_loader.c.o.d" + "/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.c" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.c.o" "gcc" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.c.o.d" + "/home/szadys/wasm-micro-runtime/core/iwasm/aot/arch/aot_reloc_x86_64.c" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/arch/aot_reloc_x86_64.c.o" "gcc" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/arch/aot_reloc_x86_64.c.o.d" + "/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_application.c" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_application.c.o" "gcc" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_application.c.o.d" + "/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_c_api.c" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_c_api.c.o" "gcc" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_c_api.c.o.d" + "/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.c" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.c.o" "gcc" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.c.o.d" + "/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_memory.c" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_memory.c.o" "gcc" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_memory.c.o.d" + "/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.c" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.c.o" "gcc" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.c.o.d" + "/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.c" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.c.o" "gcc" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.c.o.d" + "/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.c" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.c.o" "gcc" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.c.o.d" + "/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_interp_fast.c" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_interp_fast.c.o" "gcc" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_interp_fast.c.o.d" + "/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_loader.c" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_loader.c.o" "gcc" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_loader.c.o.d" + "/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.c" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.c.o" "gcc" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.c.o.d" + "/home/szadys/wasm-micro-runtime/core/iwasm/libraries/lib-pthread/lib_pthread_wrapper.c" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/lib-pthread/lib_pthread_wrapper.c.o" "gcc" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/lib-pthread/lib_pthread_wrapper.c.o.d" + "/home/szadys/wasm-micro-runtime/core/iwasm/libraries/libc-builtin/libc_builtin_wrapper.c" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/libc-builtin/libc_builtin_wrapper.c.o" "gcc" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/libc-builtin/libc_builtin_wrapper.c.o.d" + "/home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr/thread_manager.c" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr/thread_manager.c.o" "gcc" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr/thread_manager.c.o.d" + "/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_alloc.c" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_alloc.c.o" "gcc" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_alloc.c.o.d" + "/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_hmu.c" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_hmu.c.o" "gcc" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_hmu.c.o.d" + "/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_kfc.c" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_kfc.c.o" "gcc" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_kfc.c.o.d" + "/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/mem_alloc.c" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/mem_alloc.c.o" "gcc" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/mem_alloc.c.o.d" + "/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_malloc.c" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_malloc.c.o" "gcc" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_malloc.c.o.d" + "/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_memmap.c" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_memmap.c.o" "gcc" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_memmap.c.o.d" + "/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_socket.c" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_socket.c.o" "gcc" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_socket.c.o.d" + "/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_thread.c" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_thread.c.o" "gcc" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_thread.c.o.d" + "/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_time.c" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_time.c.o" "gcc" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_time.c.o.d" + "/home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_init.c" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_init.c.o" "gcc" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_init.c.o.d" + "/home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.c" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.c.o" "gcc" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.c.o.d" + "/home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.c" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.c.o" "gcc" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.c.o.d" + "/home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.c" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.c.o" "gcc" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.c.o.d" + "/home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.c" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.c.o" "gcc" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.c.o.d" + "/home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.c" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.c.o" "gcc" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.c.o.d" + "/home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.c" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.c.o" "gcc" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.c.o.d" + "/home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.c" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.c.o" "gcc" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.c.o.d" + "/home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.c" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.c.o" "gcc" "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.c.o.d" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/build.make b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/build.make new file mode 100644 index 000000000..91702a7b5 --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/build.make @@ -0,0 +1,670 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.23 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src + +# Include any dependencies generated for this target. +include CMakeFiles/vmlib.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include CMakeFiles/vmlib.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/vmlib.dir/progress.make + +# Include the compile flags for this target's objects. +include CMakeFiles/vmlib.dir/flags.make + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_init.c.o: CMakeFiles/vmlib.dir/flags.make +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_init.c.o: /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_init.c +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_init.c.o: CMakeFiles/vmlib.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_init.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_init.c.o -MF CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_init.c.o.d -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_init.c.o -c /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_init.c + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_init.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_init.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_init.c > CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_init.c.i + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_init.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_init.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_init.c -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_init.c.s + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_malloc.c.o: CMakeFiles/vmlib.dir/flags.make +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_malloc.c.o: /home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_malloc.c +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_malloc.c.o: CMakeFiles/vmlib.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_malloc.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_malloc.c.o -MF CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_malloc.c.o.d -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_malloc.c.o -c /home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_malloc.c + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_malloc.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_malloc.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_malloc.c > CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_malloc.c.i + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_malloc.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_malloc.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_malloc.c -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_malloc.c.s + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_memmap.c.o: CMakeFiles/vmlib.dir/flags.make +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_memmap.c.o: /home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_memmap.c +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_memmap.c.o: CMakeFiles/vmlib.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_memmap.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_memmap.c.o -MF CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_memmap.c.o.d -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_memmap.c.o -c /home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_memmap.c + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_memmap.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_memmap.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_memmap.c > CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_memmap.c.i + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_memmap.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_memmap.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_memmap.c -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_memmap.c.s + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_socket.c.o: CMakeFiles/vmlib.dir/flags.make +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_socket.c.o: /home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_socket.c +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_socket.c.o: CMakeFiles/vmlib.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_socket.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_socket.c.o -MF CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_socket.c.o.d -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_socket.c.o -c /home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_socket.c + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_socket.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_socket.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_socket.c > CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_socket.c.i + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_socket.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_socket.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_socket.c -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_socket.c.s + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_thread.c.o: CMakeFiles/vmlib.dir/flags.make +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_thread.c.o: /home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_thread.c +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_thread.c.o: CMakeFiles/vmlib.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_thread.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_thread.c.o -MF CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_thread.c.o.d -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_thread.c.o -c /home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_thread.c + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_thread.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_thread.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_thread.c > CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_thread.c.i + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_thread.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_thread.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_thread.c -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_thread.c.s + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_time.c.o: CMakeFiles/vmlib.dir/flags.make +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_time.c.o: /home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_time.c +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_time.c.o: CMakeFiles/vmlib.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_time.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_time.c.o -MF CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_time.c.o.d -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_time.c.o -c /home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_time.c + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_time.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_time.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_time.c > CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_time.c.i + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_time.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_time.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_time.c -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_time.c.s + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_alloc.c.o: CMakeFiles/vmlib.dir/flags.make +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_alloc.c.o: /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_alloc.c +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_alloc.c.o: CMakeFiles/vmlib.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_alloc.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_alloc.c.o -MF CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_alloc.c.o.d -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_alloc.c.o -c /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_alloc.c + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_alloc.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_alloc.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_alloc.c > CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_alloc.c.i + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_alloc.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_alloc.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_alloc.c -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_alloc.c.s + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_hmu.c.o: CMakeFiles/vmlib.dir/flags.make +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_hmu.c.o: /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_hmu.c +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_hmu.c.o: CMakeFiles/vmlib.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building C object CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_hmu.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_hmu.c.o -MF CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_hmu.c.o.d -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_hmu.c.o -c /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_hmu.c + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_hmu.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_hmu.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_hmu.c > CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_hmu.c.i + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_hmu.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_hmu.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_hmu.c -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_hmu.c.s + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_kfc.c.o: CMakeFiles/vmlib.dir/flags.make +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_kfc.c.o: /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_kfc.c +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_kfc.c.o: CMakeFiles/vmlib.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building C object CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_kfc.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_kfc.c.o -MF CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_kfc.c.o.d -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_kfc.c.o -c /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_kfc.c + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_kfc.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_kfc.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_kfc.c > CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_kfc.c.i + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_kfc.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_kfc.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_kfc.c -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_kfc.c.s + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/mem_alloc.c.o: CMakeFiles/vmlib.dir/flags.make +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/mem_alloc.c.o: /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/mem_alloc.c +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/mem_alloc.c.o: CMakeFiles/vmlib.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building C object CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/mem_alloc.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/mem_alloc.c.o -MF CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/mem_alloc.c.o.d -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/mem_alloc.c.o -c /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/mem_alloc.c + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/mem_alloc.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/mem_alloc.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/mem_alloc.c > CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/mem_alloc.c.i + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/mem_alloc.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/mem_alloc.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/mem_alloc.c -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/mem_alloc.c.s + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.c.o: CMakeFiles/vmlib.dir/flags.make +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.c.o: /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.c +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.c.o: CMakeFiles/vmlib.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building C object CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.c.o -MF CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.c.o.d -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.c.o -c /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.c + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.c > CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.c.i + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.c -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.c.s + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.c.o: CMakeFiles/vmlib.dir/flags.make +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.c.o: /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.c +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.c.o: CMakeFiles/vmlib.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building C object CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.c.o -MF CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.c.o.d -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.c.o -c /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.c + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.c > CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.c.i + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.c -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.c.s + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.c.o: CMakeFiles/vmlib.dir/flags.make +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.c.o: /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.c +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.c.o: CMakeFiles/vmlib.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building C object CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.c.o -MF CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.c.o.d -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.c.o -c /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.c + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.c > CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.c.i + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.c -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.c.s + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.c.o: CMakeFiles/vmlib.dir/flags.make +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.c.o: /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.c +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.c.o: CMakeFiles/vmlib.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Building C object CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.c.o -MF CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.c.o.d -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.c.o -c /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.c + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.c > CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.c.i + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.c -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.c.s + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.c.o: CMakeFiles/vmlib.dir/flags.make +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.c.o: /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.c +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.c.o: CMakeFiles/vmlib.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Building C object CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.c.o -MF CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.c.o.d -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.c.o -c /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.c + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.c > CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.c.i + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.c -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.c.s + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.c.o: CMakeFiles/vmlib.dir/flags.make +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.c.o: /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.c +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.c.o: CMakeFiles/vmlib.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_16) "Building C object CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.c.o -MF CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.c.o.d -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.c.o -c /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.c + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.c > CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.c.i + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.c -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.c.s + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.c.o: CMakeFiles/vmlib.dir/flags.make +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.c.o: /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.c +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.c.o: CMakeFiles/vmlib.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_17) "Building C object CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.c.o -MF CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.c.o.d -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.c.o -c /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.c + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.c > CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.c.i + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.c -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.c.s + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.c.o: CMakeFiles/vmlib.dir/flags.make +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.c.o: /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.c +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.c.o: CMakeFiles/vmlib.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_18) "Building C object CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.c.o -MF CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.c.o.d -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.c.o -c /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.c + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.c > CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.c.i + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.c -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.c.s + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/libc-builtin/libc_builtin_wrapper.c.o: CMakeFiles/vmlib.dir/flags.make +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/libc-builtin/libc_builtin_wrapper.c.o: /home/szadys/wasm-micro-runtime/core/iwasm/libraries/libc-builtin/libc_builtin_wrapper.c +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/libc-builtin/libc_builtin_wrapper.c.o: CMakeFiles/vmlib.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_19) "Building C object CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/libc-builtin/libc_builtin_wrapper.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/libc-builtin/libc_builtin_wrapper.c.o -MF CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/libc-builtin/libc_builtin_wrapper.c.o.d -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/libc-builtin/libc_builtin_wrapper.c.o -c /home/szadys/wasm-micro-runtime/core/iwasm/libraries/libc-builtin/libc_builtin_wrapper.c + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/libc-builtin/libc_builtin_wrapper.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/libc-builtin/libc_builtin_wrapper.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/szadys/wasm-micro-runtime/core/iwasm/libraries/libc-builtin/libc_builtin_wrapper.c > CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/libc-builtin/libc_builtin_wrapper.c.i + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/libc-builtin/libc_builtin_wrapper.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/libc-builtin/libc_builtin_wrapper.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/szadys/wasm-micro-runtime/core/iwasm/libraries/libc-builtin/libc_builtin_wrapper.c -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/libc-builtin/libc_builtin_wrapper.c.s + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_application.c.o: CMakeFiles/vmlib.dir/flags.make +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_application.c.o: /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_application.c +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_application.c.o: CMakeFiles/vmlib.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_20) "Building C object CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_application.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_application.c.o -MF CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_application.c.o.d -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_application.c.o -c /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_application.c + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_application.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_application.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_application.c > CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_application.c.i + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_application.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_application.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_application.c -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_application.c.s + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_c_api.c.o: CMakeFiles/vmlib.dir/flags.make +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_c_api.c.o: /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_c_api.c +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_c_api.c.o: CMakeFiles/vmlib.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_21) "Building C object CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_c_api.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_c_api.c.o -MF CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_c_api.c.o.d -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_c_api.c.o -c /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_c_api.c + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_c_api.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_c_api.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_c_api.c > CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_c_api.c.i + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_c_api.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_c_api.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_c_api.c -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_c_api.c.s + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.c.o: CMakeFiles/vmlib.dir/flags.make +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.c.o: /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.c +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.c.o: CMakeFiles/vmlib.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_22) "Building C object CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.c.o -MF CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.c.o.d -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.c.o -c /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.c + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.c > CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.c.i + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.c -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.c.s + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_memory.c.o: CMakeFiles/vmlib.dir/flags.make +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_memory.c.o: /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_memory.c +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_memory.c.o: CMakeFiles/vmlib.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_23) "Building C object CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_memory.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_memory.c.o -MF CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_memory.c.o.d -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_memory.c.o -c /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_memory.c + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_memory.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_memory.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_memory.c > CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_memory.c.i + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_memory.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_memory.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_memory.c -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_memory.c.s + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.c.o: CMakeFiles/vmlib.dir/flags.make +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.c.o: /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.c +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.c.o: CMakeFiles/vmlib.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_24) "Building C object CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.c.o -MF CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.c.o.d -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.c.o -c /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.c + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.c > CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.c.i + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.c -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.c.s + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.c.o: CMakeFiles/vmlib.dir/flags.make +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.c.o: /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.c +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.c.o: CMakeFiles/vmlib.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_25) "Building C object CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.c.o -MF CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.c.o.d -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.c.o -c /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.c + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.c > CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.c.i + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.c -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.c.s + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.c.o: CMakeFiles/vmlib.dir/flags.make +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.c.o: /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.c +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.c.o: CMakeFiles/vmlib.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_26) "Building C object CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.c.o -MF CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.c.o.d -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.c.o -c /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.c + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.c > CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.c.i + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.c -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.c.s + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/arch/invokeNative_em64.s.o: CMakeFiles/vmlib.dir/flags.make +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/arch/invokeNative_em64.s.o: /home/szadys/wasm-micro-runtime/core/iwasm/common/arch/invokeNative_em64.s + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_27) "Building ASM object CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/arch/invokeNative_em64.s.o" + /usr/bin/cc $(ASM_DEFINES) $(ASM_INCLUDES) $(ASM_FLAGS) -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/arch/invokeNative_em64.s.o -c /home/szadys/wasm-micro-runtime/core/iwasm/common/arch/invokeNative_em64.s + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/arch/invokeNative_em64.s.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing ASM source to CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/arch/invokeNative_em64.s.i" + /usr/bin/cc $(ASM_DEFINES) $(ASM_INCLUDES) $(ASM_FLAGS) -E /home/szadys/wasm-micro-runtime/core/iwasm/common/arch/invokeNative_em64.s > CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/arch/invokeNative_em64.s.i + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/arch/invokeNative_em64.s.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling ASM source to assembly CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/arch/invokeNative_em64.s.s" + /usr/bin/cc $(ASM_DEFINES) $(ASM_INCLUDES) $(ASM_FLAGS) -S /home/szadys/wasm-micro-runtime/core/iwasm/common/arch/invokeNative_em64.s -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/arch/invokeNative_em64.s.s + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_interp_fast.c.o: CMakeFiles/vmlib.dir/flags.make +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_interp_fast.c.o: /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_interp_fast.c +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_interp_fast.c.o: CMakeFiles/vmlib.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_28) "Building C object CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_interp_fast.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_interp_fast.c.o -MF CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_interp_fast.c.o.d -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_interp_fast.c.o -c /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_interp_fast.c + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_interp_fast.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_interp_fast.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_interp_fast.c > CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_interp_fast.c.i + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_interp_fast.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_interp_fast.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_interp_fast.c -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_interp_fast.c.s + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_loader.c.o: CMakeFiles/vmlib.dir/flags.make +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_loader.c.o: /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_loader.c +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_loader.c.o: CMakeFiles/vmlib.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_29) "Building C object CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_loader.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_loader.c.o -MF CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_loader.c.o.d -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_loader.c.o -c /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_loader.c + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_loader.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_loader.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_loader.c > CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_loader.c.i + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_loader.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_loader.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_loader.c -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_loader.c.s + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.c.o: CMakeFiles/vmlib.dir/flags.make +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.c.o: /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.c +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.c.o: CMakeFiles/vmlib.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_30) "Building C object CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.c.o -MF CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.c.o.d -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.c.o -c /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.c + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.c > CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.c.i + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.c -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.c.s + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_intrinsic.c.o: CMakeFiles/vmlib.dir/flags.make +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_intrinsic.c.o: /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_intrinsic.c +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_intrinsic.c.o: CMakeFiles/vmlib.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_31) "Building C object CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_intrinsic.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_intrinsic.c.o -MF CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_intrinsic.c.o.d -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_intrinsic.c.o -c /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_intrinsic.c + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_intrinsic.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_intrinsic.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_intrinsic.c > CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_intrinsic.c.i + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_intrinsic.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_intrinsic.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_intrinsic.c -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_intrinsic.c.s + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_loader.c.o: CMakeFiles/vmlib.dir/flags.make +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_loader.c.o: /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_loader.c +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_loader.c.o: CMakeFiles/vmlib.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_32) "Building C object CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_loader.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_loader.c.o -MF CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_loader.c.o.d -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_loader.c.o -c /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_loader.c + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_loader.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_loader.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_loader.c > CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_loader.c.i + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_loader.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_loader.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_loader.c -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_loader.c.s + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.c.o: CMakeFiles/vmlib.dir/flags.make +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.c.o: /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.c +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.c.o: CMakeFiles/vmlib.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_33) "Building C object CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.c.o -MF CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.c.o.d -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.c.o -c /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.c + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.c > CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.c.i + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.c -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.c.s + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/arch/aot_reloc_x86_64.c.o: CMakeFiles/vmlib.dir/flags.make +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/arch/aot_reloc_x86_64.c.o: /home/szadys/wasm-micro-runtime/core/iwasm/aot/arch/aot_reloc_x86_64.c +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/arch/aot_reloc_x86_64.c.o: CMakeFiles/vmlib.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_34) "Building C object CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/arch/aot_reloc_x86_64.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/arch/aot_reloc_x86_64.c.o -MF CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/arch/aot_reloc_x86_64.c.o.d -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/arch/aot_reloc_x86_64.c.o -c /home/szadys/wasm-micro-runtime/core/iwasm/aot/arch/aot_reloc_x86_64.c + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/arch/aot_reloc_x86_64.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/arch/aot_reloc_x86_64.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/szadys/wasm-micro-runtime/core/iwasm/aot/arch/aot_reloc_x86_64.c > CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/arch/aot_reloc_x86_64.c.i + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/arch/aot_reloc_x86_64.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/arch/aot_reloc_x86_64.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/szadys/wasm-micro-runtime/core/iwasm/aot/arch/aot_reloc_x86_64.c -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/arch/aot_reloc_x86_64.c.s + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/lib-pthread/lib_pthread_wrapper.c.o: CMakeFiles/vmlib.dir/flags.make +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/lib-pthread/lib_pthread_wrapper.c.o: /home/szadys/wasm-micro-runtime/core/iwasm/libraries/lib-pthread/lib_pthread_wrapper.c +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/lib-pthread/lib_pthread_wrapper.c.o: CMakeFiles/vmlib.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_35) "Building C object CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/lib-pthread/lib_pthread_wrapper.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/lib-pthread/lib_pthread_wrapper.c.o -MF CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/lib-pthread/lib_pthread_wrapper.c.o.d -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/lib-pthread/lib_pthread_wrapper.c.o -c /home/szadys/wasm-micro-runtime/core/iwasm/libraries/lib-pthread/lib_pthread_wrapper.c + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/lib-pthread/lib_pthread_wrapper.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/lib-pthread/lib_pthread_wrapper.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/szadys/wasm-micro-runtime/core/iwasm/libraries/lib-pthread/lib_pthread_wrapper.c > CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/lib-pthread/lib_pthread_wrapper.c.i + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/lib-pthread/lib_pthread_wrapper.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/lib-pthread/lib_pthread_wrapper.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/szadys/wasm-micro-runtime/core/iwasm/libraries/lib-pthread/lib_pthread_wrapper.c -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/lib-pthread/lib_pthread_wrapper.c.s + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr/thread_manager.c.o: CMakeFiles/vmlib.dir/flags.make +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr/thread_manager.c.o: /home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr/thread_manager.c +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr/thread_manager.c.o: CMakeFiles/vmlib.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_36) "Building C object CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr/thread_manager.c.o" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr/thread_manager.c.o -MF CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr/thread_manager.c.o.d -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr/thread_manager.c.o -c /home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr/thread_manager.c + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr/thread_manager.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr/thread_manager.c.i" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr/thread_manager.c > CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr/thread_manager.c.i + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr/thread_manager.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr/thread_manager.c.s" + /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr/thread_manager.c -o CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr/thread_manager.c.s + +# Object files for target vmlib +vmlib_OBJECTS = \ +"CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_init.c.o" \ +"CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_malloc.c.o" \ +"CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_memmap.c.o" \ +"CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_socket.c.o" \ +"CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_thread.c.o" \ +"CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_time.c.o" \ +"CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_alloc.c.o" \ +"CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_hmu.c.o" \ +"CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_kfc.c.o" \ +"CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/mem_alloc.c.o" \ +"CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.c.o" \ +"CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.c.o" \ +"CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.c.o" \ +"CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.c.o" \ +"CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.c.o" \ +"CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.c.o" \ +"CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.c.o" \ +"CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.c.o" \ +"CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/libc-builtin/libc_builtin_wrapper.c.o" \ +"CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_application.c.o" \ +"CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_c_api.c.o" \ +"CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.c.o" \ +"CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_memory.c.o" \ +"CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.c.o" \ +"CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.c.o" \ +"CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.c.o" \ +"CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/arch/invokeNative_em64.s.o" \ +"CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_interp_fast.c.o" \ +"CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_loader.c.o" \ +"CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.c.o" \ +"CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_intrinsic.c.o" \ +"CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_loader.c.o" \ +"CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.c.o" \ +"CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/arch/aot_reloc_x86_64.c.o" \ +"CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/lib-pthread/lib_pthread_wrapper.c.o" \ +"CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr/thread_manager.c.o" + +# External object files for target vmlib +vmlib_EXTERNAL_OBJECTS = + +libvmlib.a: CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_init.c.o +libvmlib.a: CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_malloc.c.o +libvmlib.a: CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_memmap.c.o +libvmlib.a: CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_socket.c.o +libvmlib.a: CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_thread.c.o +libvmlib.a: CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_time.c.o +libvmlib.a: CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_alloc.c.o +libvmlib.a: CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_hmu.c.o +libvmlib.a: CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_kfc.c.o +libvmlib.a: CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/mem_alloc.c.o +libvmlib.a: CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.c.o +libvmlib.a: CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.c.o +libvmlib.a: CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.c.o +libvmlib.a: CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.c.o +libvmlib.a: CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.c.o +libvmlib.a: CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.c.o +libvmlib.a: CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.c.o +libvmlib.a: CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.c.o +libvmlib.a: CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/libc-builtin/libc_builtin_wrapper.c.o +libvmlib.a: CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_application.c.o +libvmlib.a: CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_c_api.c.o +libvmlib.a: CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.c.o +libvmlib.a: CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_memory.c.o +libvmlib.a: CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.c.o +libvmlib.a: CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.c.o +libvmlib.a: CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.c.o +libvmlib.a: CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/arch/invokeNative_em64.s.o +libvmlib.a: CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_interp_fast.c.o +libvmlib.a: CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_loader.c.o +libvmlib.a: CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.c.o +libvmlib.a: CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_intrinsic.c.o +libvmlib.a: CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_loader.c.o +libvmlib.a: CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.c.o +libvmlib.a: CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/arch/aot_reloc_x86_64.c.o +libvmlib.a: CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/lib-pthread/lib_pthread_wrapper.c.o +libvmlib.a: CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr/thread_manager.c.o +libvmlib.a: CMakeFiles/vmlib.dir/build.make +libvmlib.a: CMakeFiles/vmlib.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_37) "Linking C static library libvmlib.a" + $(CMAKE_COMMAND) -P CMakeFiles/vmlib.dir/cmake_clean_target.cmake + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/vmlib.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +CMakeFiles/vmlib.dir/build: libvmlib.a +.PHONY : CMakeFiles/vmlib.dir/build + +CMakeFiles/vmlib.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/vmlib.dir/cmake_clean.cmake +.PHONY : CMakeFiles/vmlib.dir/clean + +CMakeFiles/vmlib.dir/depend: + cd /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : CMakeFiles/vmlib.dir/depend + diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/cmake_clean.cmake b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/cmake_clean.cmake new file mode 100644 index 000000000..d89311210 --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/cmake_clean.cmake @@ -0,0 +1,80 @@ +file(REMOVE_RECURSE + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_intrinsic.c.o" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_intrinsic.c.o.d" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_loader.c.o" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_loader.c.o.d" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.c.o" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.c.o.d" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/arch/aot_reloc_x86_64.c.o" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/arch/aot_reloc_x86_64.c.o.d" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/arch/invokeNative_em64.s.o" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_application.c.o" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_application.c.o.d" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_c_api.c.o" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_c_api.c.o.d" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.c.o" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.c.o.d" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_memory.c.o" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_memory.c.o.d" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.c.o" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.c.o.d" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.c.o" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.c.o.d" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.c.o" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.c.o.d" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_interp_fast.c.o" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_interp_fast.c.o.d" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_loader.c.o" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_loader.c.o.d" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.c.o" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.c.o.d" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/lib-pthread/lib_pthread_wrapper.c.o" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/lib-pthread/lib_pthread_wrapper.c.o.d" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/libc-builtin/libc_builtin_wrapper.c.o" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/libc-builtin/libc_builtin_wrapper.c.o.d" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr/thread_manager.c.o" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr/thread_manager.c.o.d" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_alloc.c.o" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_alloc.c.o.d" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_hmu.c.o" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_hmu.c.o.d" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_kfc.c.o" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_kfc.c.o.d" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/mem_alloc.c.o" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/mem_alloc.c.o.d" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_malloc.c.o" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_malloc.c.o.d" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_memmap.c.o" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_memmap.c.o.d" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_socket.c.o" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_socket.c.o.d" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_thread.c.o" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_thread.c.o.d" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_time.c.o" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_time.c.o.d" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_init.c.o" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_init.c.o.d" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.c.o" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.c.o.d" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.c.o" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.c.o.d" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.c.o" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.c.o.d" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.c.o" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.c.o.d" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.c.o" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.c.o.d" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.c.o" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.c.o.d" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.c.o" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.c.o.d" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.c.o" + "CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.c.o.d" + "libvmlib.a" + "libvmlib.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ASM C) + include(CMakeFiles/vmlib.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/cmake_clean_target.cmake b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/cmake_clean_target.cmake new file mode 100644 index 000000000..c810433eb --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "libvmlib.a" +) diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/compiler_depend.internal b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/compiler_depend.internal new file mode 100644 index 000000000..3737557da --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/compiler_depend.internal @@ -0,0 +1,7585 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.23 + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_intrinsic.c.o + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_intrinsic.c + /usr/include/stdc-predef.h + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_intrinsic.h + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h + /usr/include/inttypes.h + /usr/include/features.h + /usr/include/x86_64-linux-gnu/sys/cdefs.h + /usr/include/x86_64-linux-gnu/bits/wordsize.h + /usr/include/x86_64-linux-gnu/bits/long-double.h + /usr/include/x86_64-linux-gnu/gnu/stubs.h + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h + /usr/include/stdint.h + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h + /usr/include/x86_64-linux-gnu/bits/types.h + /usr/include/x86_64-linux-gnu/bits/timesize.h + /usr/include/x86_64-linux-gnu/bits/typesizes.h + /usr/include/x86_64-linux-gnu/bits/time64.h + /usr/include/x86_64-linux-gnu/bits/wchar.h + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h + /usr/include/assert.h + /usr/include/time.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h + /usr/include/x86_64-linux-gnu/bits/time.h + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h + /usr/include/x86_64-linux-gnu/bits/types/time_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h + /usr/include/x86_64-linux-gnu/bits/endian.h + /usr/include/x86_64-linux-gnu/bits/endianness.h + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h + /usr/include/string.h + /usr/include/strings.h + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h + /usr/include/x86_64-linux-gnu/bits/string_fortified.h + /usr/include/stdio.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h + /usr/include/x86_64-linux-gnu/bits/types/FILE.h + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h + /usr/include/x86_64-linux-gnu/bits/stdio.h + /usr/include/x86_64-linux-gnu/bits/stdio2.h + /usr/include/stdlib.h + /usr/include/x86_64-linux-gnu/bits/waitflags.h + /usr/include/x86_64-linux-gnu/bits/waitstatus.h + /usr/include/x86_64-linux-gnu/bits/floatn.h + /usr/include/x86_64-linux-gnu/bits/floatn-common.h + /usr/include/x86_64-linux-gnu/sys/types.h + /usr/include/endian.h + /usr/include/x86_64-linux-gnu/bits/byteswap.h + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h + /usr/include/x86_64-linux-gnu/sys/select.h + /usr/include/x86_64-linux-gnu/bits/select.h + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h + /usr/include/x86_64-linux-gnu/bits/select2.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h + /usr/include/alloca.h + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h + /usr/include/x86_64-linux-gnu/bits/stdlib.h + /usr/include/math.h + /usr/include/x86_64-linux-gnu/bits/math-vector.h + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h + /usr/include/x86_64-linux-gnu/bits/fp-logb.h + /usr/include/x86_64-linux-gnu/bits/fp-fast.h + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h + /usr/include/x86_64-linux-gnu/bits/mathcalls.h + /usr/include/x86_64-linux-gnu/bits/mathinline.h + /usr/include/ctype.h + /usr/include/pthread.h + /usr/include/sched.h + /usr/include/x86_64-linux-gnu/bits/sched.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h + /usr/include/x86_64-linux-gnu/bits/cpu-set.h + /usr/include/x86_64-linux-gnu/bits/setjmp.h + /usr/include/signal.h + /usr/include/x86_64-linux-gnu/bits/signum.h + /usr/include/x86_64-linux-gnu/bits/signum-generic.h + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h + /usr/include/x86_64-linux-gnu/bits/sigaction.h + /usr/include/x86_64-linux-gnu/bits/sigcontext.h + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h + /usr/include/x86_64-linux-gnu/sys/ucontext.h + /usr/include/x86_64-linux-gnu/bits/sigstack.h + /usr/include/x86_64-linux-gnu/bits/ss_flags.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h + /usr/include/x86_64-linux-gnu/bits/sigthread.h + /usr/include/x86_64-linux-gnu/bits/signal_ext.h + /usr/include/semaphore.h + /usr/include/x86_64-linux-gnu/bits/semaphore.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h + /usr/include/limits.h + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h + /usr/include/x86_64-linux-gnu/bits/local_lim.h + /usr/include/linux/limits.h + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h + /usr/include/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h + /usr/include/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h + /usr/include/x86_64-linux-gnu/bits/stat.h + /usr/include/x86_64-linux-gnu/bits/fcntl2.h + /usr/include/unistd.h + /usr/include/x86_64-linux-gnu/bits/posix_opt.h + /usr/include/x86_64-linux-gnu/bits/environments.h + /usr/include/x86_64-linux-gnu/bits/confname.h + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h + /usr/include/x86_64-linux-gnu/bits/getopt_core.h + /usr/include/x86_64-linux-gnu/bits/unistd.h + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h + /usr/include/poll.h + /usr/include/x86_64-linux-gnu/sys/poll.h + /usr/include/x86_64-linux-gnu/bits/poll.h + /usr/include/x86_64-linux-gnu/bits/poll2.h + /usr/include/errno.h + /usr/include/x86_64-linux-gnu/bits/errno.h + /usr/include/linux/errno.h + /usr/include/x86_64-linux-gnu/asm/errno.h + /usr/include/asm-generic/errno.h + /usr/include/asm-generic/errno-base.h + /usr/include/netinet/in.h + /usr/include/x86_64-linux-gnu/sys/socket.h + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h + /usr/include/x86_64-linux-gnu/bits/socket.h + /usr/include/x86_64-linux-gnu/bits/socket_type.h + /usr/include/x86_64-linux-gnu/bits/sockaddr.h + /usr/include/x86_64-linux-gnu/asm/socket.h + /usr/include/asm-generic/socket.h + /usr/include/linux/posix_types.h + /usr/include/linux/stddef.h + /usr/include/x86_64-linux-gnu/asm/posix_types.h + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h + /usr/include/asm-generic/posix_types.h + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h + /usr/include/asm-generic/bitsperlong.h + /usr/include/x86_64-linux-gnu/asm/sockios.h + /usr/include/asm-generic/sockios.h + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h + /usr/include/x86_64-linux-gnu/bits/socket2.h + /usr/include/x86_64-linux-gnu/bits/in.h + /usr/include/x86_64-linux-gnu/sys/stat.h + /usr/include/x86_64-linux-gnu/sys/mman.h + /usr/include/x86_64-linux-gnu/bits/mman.h + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h + /usr/include/x86_64-linux-gnu/bits/mman-linux.h + /usr/include/x86_64-linux-gnu/bits/mman-shared.h + /usr/include/x86_64-linux-gnu/sys/time.h + /usr/include/x86_64-linux-gnu/sys/timeb.h + /usr/include/x86_64-linux-gnu/sys/uio.h + /usr/include/x86_64-linux-gnu/bits/uio_lim.h + /usr/include/x86_64-linux-gnu/sys/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctls.h + /usr/include/x86_64-linux-gnu/asm/ioctls.h + /usr/include/asm-generic/ioctls.h + /usr/include/linux/ioctl.h + /usr/include/x86_64-linux-gnu/asm/ioctl.h + /usr/include/asm-generic/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h + /usr/include/x86_64-linux-gnu/sys/resource.h + /usr/include/x86_64-linux-gnu/bits/resource.h + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h + /usr/include/setjmp.h + /usr/include/x86_64-linux-gnu/bits/setjmp2.h + /home/szadys/wasm-micro-runtime/core/config.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.h + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_export.h + /home/szadys/wasm-micro-runtime/core/iwasm/include/lib_export.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h + /home/szadys/wasm-micro-runtime/core/iwasm/compilation/aot.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_loader.c.o + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_loader.c + /usr/include/stdc-predef.h + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h + /usr/include/inttypes.h + /usr/include/features.h + /usr/include/x86_64-linux-gnu/sys/cdefs.h + /usr/include/x86_64-linux-gnu/bits/wordsize.h + /usr/include/x86_64-linux-gnu/bits/long-double.h + /usr/include/x86_64-linux-gnu/gnu/stubs.h + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h + /usr/include/stdint.h + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h + /usr/include/x86_64-linux-gnu/bits/types.h + /usr/include/x86_64-linux-gnu/bits/timesize.h + /usr/include/x86_64-linux-gnu/bits/typesizes.h + /usr/include/x86_64-linux-gnu/bits/time64.h + /usr/include/x86_64-linux-gnu/bits/wchar.h + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h + /usr/include/assert.h + /usr/include/time.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h + /usr/include/x86_64-linux-gnu/bits/time.h + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h + /usr/include/x86_64-linux-gnu/bits/types/time_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h + /usr/include/x86_64-linux-gnu/bits/endian.h + /usr/include/x86_64-linux-gnu/bits/endianness.h + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h + /usr/include/string.h + /usr/include/strings.h + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h + /usr/include/x86_64-linux-gnu/bits/string_fortified.h + /usr/include/stdio.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h + /usr/include/x86_64-linux-gnu/bits/types/FILE.h + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h + /usr/include/x86_64-linux-gnu/bits/stdio.h + /usr/include/x86_64-linux-gnu/bits/stdio2.h + /usr/include/stdlib.h + /usr/include/x86_64-linux-gnu/bits/waitflags.h + /usr/include/x86_64-linux-gnu/bits/waitstatus.h + /usr/include/x86_64-linux-gnu/bits/floatn.h + /usr/include/x86_64-linux-gnu/bits/floatn-common.h + /usr/include/x86_64-linux-gnu/sys/types.h + /usr/include/endian.h + /usr/include/x86_64-linux-gnu/bits/byteswap.h + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h + /usr/include/x86_64-linux-gnu/sys/select.h + /usr/include/x86_64-linux-gnu/bits/select.h + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h + /usr/include/x86_64-linux-gnu/bits/select2.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h + /usr/include/alloca.h + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h + /usr/include/x86_64-linux-gnu/bits/stdlib.h + /usr/include/math.h + /usr/include/x86_64-linux-gnu/bits/math-vector.h + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h + /usr/include/x86_64-linux-gnu/bits/fp-logb.h + /usr/include/x86_64-linux-gnu/bits/fp-fast.h + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h + /usr/include/x86_64-linux-gnu/bits/mathcalls.h + /usr/include/x86_64-linux-gnu/bits/mathinline.h + /usr/include/ctype.h + /usr/include/pthread.h + /usr/include/sched.h + /usr/include/x86_64-linux-gnu/bits/sched.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h + /usr/include/x86_64-linux-gnu/bits/cpu-set.h + /usr/include/x86_64-linux-gnu/bits/setjmp.h + /usr/include/signal.h + /usr/include/x86_64-linux-gnu/bits/signum.h + /usr/include/x86_64-linux-gnu/bits/signum-generic.h + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h + /usr/include/x86_64-linux-gnu/bits/sigaction.h + /usr/include/x86_64-linux-gnu/bits/sigcontext.h + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h + /usr/include/x86_64-linux-gnu/sys/ucontext.h + /usr/include/x86_64-linux-gnu/bits/sigstack.h + /usr/include/x86_64-linux-gnu/bits/ss_flags.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h + /usr/include/x86_64-linux-gnu/bits/sigthread.h + /usr/include/x86_64-linux-gnu/bits/signal_ext.h + /usr/include/semaphore.h + /usr/include/x86_64-linux-gnu/bits/semaphore.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h + /usr/include/limits.h + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h + /usr/include/x86_64-linux-gnu/bits/local_lim.h + /usr/include/linux/limits.h + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h + /usr/include/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h + /usr/include/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h + /usr/include/x86_64-linux-gnu/bits/stat.h + /usr/include/x86_64-linux-gnu/bits/fcntl2.h + /usr/include/unistd.h + /usr/include/x86_64-linux-gnu/bits/posix_opt.h + /usr/include/x86_64-linux-gnu/bits/environments.h + /usr/include/x86_64-linux-gnu/bits/confname.h + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h + /usr/include/x86_64-linux-gnu/bits/getopt_core.h + /usr/include/x86_64-linux-gnu/bits/unistd.h + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h + /usr/include/poll.h + /usr/include/x86_64-linux-gnu/sys/poll.h + /usr/include/x86_64-linux-gnu/bits/poll.h + /usr/include/x86_64-linux-gnu/bits/poll2.h + /usr/include/errno.h + /usr/include/x86_64-linux-gnu/bits/errno.h + /usr/include/linux/errno.h + /usr/include/x86_64-linux-gnu/asm/errno.h + /usr/include/asm-generic/errno.h + /usr/include/asm-generic/errno-base.h + /usr/include/netinet/in.h + /usr/include/x86_64-linux-gnu/sys/socket.h + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h + /usr/include/x86_64-linux-gnu/bits/socket.h + /usr/include/x86_64-linux-gnu/bits/socket_type.h + /usr/include/x86_64-linux-gnu/bits/sockaddr.h + /usr/include/x86_64-linux-gnu/asm/socket.h + /usr/include/asm-generic/socket.h + /usr/include/linux/posix_types.h + /usr/include/linux/stddef.h + /usr/include/x86_64-linux-gnu/asm/posix_types.h + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h + /usr/include/asm-generic/posix_types.h + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h + /usr/include/asm-generic/bitsperlong.h + /usr/include/x86_64-linux-gnu/asm/sockios.h + /usr/include/asm-generic/sockios.h + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h + /usr/include/x86_64-linux-gnu/bits/socket2.h + /usr/include/x86_64-linux-gnu/bits/in.h + /usr/include/x86_64-linux-gnu/sys/stat.h + /usr/include/x86_64-linux-gnu/sys/mman.h + /usr/include/x86_64-linux-gnu/bits/mman.h + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h + /usr/include/x86_64-linux-gnu/bits/mman-linux.h + /usr/include/x86_64-linux-gnu/bits/mman-shared.h + /usr/include/x86_64-linux-gnu/sys/time.h + /usr/include/x86_64-linux-gnu/sys/timeb.h + /usr/include/x86_64-linux-gnu/sys/uio.h + /usr/include/x86_64-linux-gnu/bits/uio_lim.h + /usr/include/x86_64-linux-gnu/sys/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctls.h + /usr/include/x86_64-linux-gnu/asm/ioctls.h + /usr/include/asm-generic/ioctls.h + /usr/include/linux/ioctl.h + /usr/include/x86_64-linux-gnu/asm/ioctl.h + /usr/include/asm-generic/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h + /usr/include/x86_64-linux-gnu/sys/resource.h + /usr/include/x86_64-linux-gnu/bits/resource.h + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h + /usr/include/setjmp.h + /usr/include/x86_64-linux-gnu/bits/setjmp2.h + /home/szadys/wasm-micro-runtime/core/config.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.h + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_export.h + /home/szadys/wasm-micro-runtime/core/iwasm/include/lib_export.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h + /home/szadys/wasm-micro-runtime/core/iwasm/compilation/aot.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_reloc.h + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_intrinsic.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.c.o + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.c + /usr/include/stdc-predef.h + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h + /usr/include/inttypes.h + /usr/include/features.h + /usr/include/x86_64-linux-gnu/sys/cdefs.h + /usr/include/x86_64-linux-gnu/bits/wordsize.h + /usr/include/x86_64-linux-gnu/bits/long-double.h + /usr/include/x86_64-linux-gnu/gnu/stubs.h + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h + /usr/include/stdint.h + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h + /usr/include/x86_64-linux-gnu/bits/types.h + /usr/include/x86_64-linux-gnu/bits/timesize.h + /usr/include/x86_64-linux-gnu/bits/typesizes.h + /usr/include/x86_64-linux-gnu/bits/time64.h + /usr/include/x86_64-linux-gnu/bits/wchar.h + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h + /usr/include/assert.h + /usr/include/time.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h + /usr/include/x86_64-linux-gnu/bits/time.h + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h + /usr/include/x86_64-linux-gnu/bits/types/time_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h + /usr/include/x86_64-linux-gnu/bits/endian.h + /usr/include/x86_64-linux-gnu/bits/endianness.h + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h + /usr/include/string.h + /usr/include/strings.h + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h + /usr/include/x86_64-linux-gnu/bits/string_fortified.h + /usr/include/stdio.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h + /usr/include/x86_64-linux-gnu/bits/types/FILE.h + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h + /usr/include/x86_64-linux-gnu/bits/stdio.h + /usr/include/x86_64-linux-gnu/bits/stdio2.h + /usr/include/stdlib.h + /usr/include/x86_64-linux-gnu/bits/waitflags.h + /usr/include/x86_64-linux-gnu/bits/waitstatus.h + /usr/include/x86_64-linux-gnu/bits/floatn.h + /usr/include/x86_64-linux-gnu/bits/floatn-common.h + /usr/include/x86_64-linux-gnu/sys/types.h + /usr/include/endian.h + /usr/include/x86_64-linux-gnu/bits/byteswap.h + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h + /usr/include/x86_64-linux-gnu/sys/select.h + /usr/include/x86_64-linux-gnu/bits/select.h + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h + /usr/include/x86_64-linux-gnu/bits/select2.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h + /usr/include/alloca.h + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h + /usr/include/x86_64-linux-gnu/bits/stdlib.h + /usr/include/math.h + /usr/include/x86_64-linux-gnu/bits/math-vector.h + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h + /usr/include/x86_64-linux-gnu/bits/fp-logb.h + /usr/include/x86_64-linux-gnu/bits/fp-fast.h + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h + /usr/include/x86_64-linux-gnu/bits/mathcalls.h + /usr/include/x86_64-linux-gnu/bits/mathinline.h + /usr/include/ctype.h + /usr/include/pthread.h + /usr/include/sched.h + /usr/include/x86_64-linux-gnu/bits/sched.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h + /usr/include/x86_64-linux-gnu/bits/cpu-set.h + /usr/include/x86_64-linux-gnu/bits/setjmp.h + /usr/include/signal.h + /usr/include/x86_64-linux-gnu/bits/signum.h + /usr/include/x86_64-linux-gnu/bits/signum-generic.h + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h + /usr/include/x86_64-linux-gnu/bits/sigaction.h + /usr/include/x86_64-linux-gnu/bits/sigcontext.h + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h + /usr/include/x86_64-linux-gnu/sys/ucontext.h + /usr/include/x86_64-linux-gnu/bits/sigstack.h + /usr/include/x86_64-linux-gnu/bits/ss_flags.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h + /usr/include/x86_64-linux-gnu/bits/sigthread.h + /usr/include/x86_64-linux-gnu/bits/signal_ext.h + /usr/include/semaphore.h + /usr/include/x86_64-linux-gnu/bits/semaphore.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h + /usr/include/limits.h + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h + /usr/include/x86_64-linux-gnu/bits/local_lim.h + /usr/include/linux/limits.h + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h + /usr/include/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h + /usr/include/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h + /usr/include/x86_64-linux-gnu/bits/stat.h + /usr/include/x86_64-linux-gnu/bits/fcntl2.h + /usr/include/unistd.h + /usr/include/x86_64-linux-gnu/bits/posix_opt.h + /usr/include/x86_64-linux-gnu/bits/environments.h + /usr/include/x86_64-linux-gnu/bits/confname.h + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h + /usr/include/x86_64-linux-gnu/bits/getopt_core.h + /usr/include/x86_64-linux-gnu/bits/unistd.h + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h + /usr/include/poll.h + /usr/include/x86_64-linux-gnu/sys/poll.h + /usr/include/x86_64-linux-gnu/bits/poll.h + /usr/include/x86_64-linux-gnu/bits/poll2.h + /usr/include/errno.h + /usr/include/x86_64-linux-gnu/bits/errno.h + /usr/include/linux/errno.h + /usr/include/x86_64-linux-gnu/asm/errno.h + /usr/include/asm-generic/errno.h + /usr/include/asm-generic/errno-base.h + /usr/include/netinet/in.h + /usr/include/x86_64-linux-gnu/sys/socket.h + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h + /usr/include/x86_64-linux-gnu/bits/socket.h + /usr/include/x86_64-linux-gnu/bits/socket_type.h + /usr/include/x86_64-linux-gnu/bits/sockaddr.h + /usr/include/x86_64-linux-gnu/asm/socket.h + /usr/include/asm-generic/socket.h + /usr/include/linux/posix_types.h + /usr/include/linux/stddef.h + /usr/include/x86_64-linux-gnu/asm/posix_types.h + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h + /usr/include/asm-generic/posix_types.h + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h + /usr/include/asm-generic/bitsperlong.h + /usr/include/x86_64-linux-gnu/asm/sockios.h + /usr/include/asm-generic/sockios.h + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h + /usr/include/x86_64-linux-gnu/bits/socket2.h + /usr/include/x86_64-linux-gnu/bits/in.h + /usr/include/x86_64-linux-gnu/sys/stat.h + /usr/include/x86_64-linux-gnu/sys/mman.h + /usr/include/x86_64-linux-gnu/bits/mman.h + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h + /usr/include/x86_64-linux-gnu/bits/mman-linux.h + /usr/include/x86_64-linux-gnu/bits/mman-shared.h + /usr/include/x86_64-linux-gnu/sys/time.h + /usr/include/x86_64-linux-gnu/sys/timeb.h + /usr/include/x86_64-linux-gnu/sys/uio.h + /usr/include/x86_64-linux-gnu/bits/uio_lim.h + /usr/include/x86_64-linux-gnu/sys/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctls.h + /usr/include/x86_64-linux-gnu/asm/ioctls.h + /usr/include/asm-generic/ioctls.h + /usr/include/linux/ioctl.h + /usr/include/x86_64-linux-gnu/asm/ioctl.h + /usr/include/asm-generic/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h + /usr/include/x86_64-linux-gnu/sys/resource.h + /usr/include/x86_64-linux-gnu/bits/resource.h + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h + /usr/include/setjmp.h + /usr/include/x86_64-linux-gnu/bits/setjmp2.h + /home/szadys/wasm-micro-runtime/core/config.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.h + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_export.h + /home/szadys/wasm-micro-runtime/core/iwasm/include/lib_export.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h + /home/szadys/wasm-micro-runtime/core/iwasm/compilation/aot.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h + /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/mem_alloc.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.h + /home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr/thread_manager.h + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_export.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/arch/aot_reloc_x86_64.c.o + /home/szadys/wasm-micro-runtime/core/iwasm/aot/arch/aot_reloc_x86_64.c + /usr/include/stdc-predef.h + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_reloc.h + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h + /usr/include/inttypes.h + /usr/include/features.h + /usr/include/x86_64-linux-gnu/sys/cdefs.h + /usr/include/x86_64-linux-gnu/bits/wordsize.h + /usr/include/x86_64-linux-gnu/bits/long-double.h + /usr/include/x86_64-linux-gnu/gnu/stubs.h + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h + /usr/include/stdint.h + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h + /usr/include/x86_64-linux-gnu/bits/types.h + /usr/include/x86_64-linux-gnu/bits/timesize.h + /usr/include/x86_64-linux-gnu/bits/typesizes.h + /usr/include/x86_64-linux-gnu/bits/time64.h + /usr/include/x86_64-linux-gnu/bits/wchar.h + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h + /usr/include/assert.h + /usr/include/time.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h + /usr/include/x86_64-linux-gnu/bits/time.h + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h + /usr/include/x86_64-linux-gnu/bits/types/time_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h + /usr/include/x86_64-linux-gnu/bits/endian.h + /usr/include/x86_64-linux-gnu/bits/endianness.h + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h + /usr/include/string.h + /usr/include/strings.h + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h + /usr/include/x86_64-linux-gnu/bits/string_fortified.h + /usr/include/stdio.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h + /usr/include/x86_64-linux-gnu/bits/types/FILE.h + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h + /usr/include/x86_64-linux-gnu/bits/stdio.h + /usr/include/x86_64-linux-gnu/bits/stdio2.h + /usr/include/stdlib.h + /usr/include/x86_64-linux-gnu/bits/waitflags.h + /usr/include/x86_64-linux-gnu/bits/waitstatus.h + /usr/include/x86_64-linux-gnu/bits/floatn.h + /usr/include/x86_64-linux-gnu/bits/floatn-common.h + /usr/include/x86_64-linux-gnu/sys/types.h + /usr/include/endian.h + /usr/include/x86_64-linux-gnu/bits/byteswap.h + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h + /usr/include/x86_64-linux-gnu/sys/select.h + /usr/include/x86_64-linux-gnu/bits/select.h + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h + /usr/include/x86_64-linux-gnu/bits/select2.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h + /usr/include/alloca.h + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h + /usr/include/x86_64-linux-gnu/bits/stdlib.h + /usr/include/math.h + /usr/include/x86_64-linux-gnu/bits/math-vector.h + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h + /usr/include/x86_64-linux-gnu/bits/fp-logb.h + /usr/include/x86_64-linux-gnu/bits/fp-fast.h + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h + /usr/include/x86_64-linux-gnu/bits/mathcalls.h + /usr/include/x86_64-linux-gnu/bits/mathinline.h + /usr/include/ctype.h + /usr/include/pthread.h + /usr/include/sched.h + /usr/include/x86_64-linux-gnu/bits/sched.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h + /usr/include/x86_64-linux-gnu/bits/cpu-set.h + /usr/include/x86_64-linux-gnu/bits/setjmp.h + /usr/include/signal.h + /usr/include/x86_64-linux-gnu/bits/signum.h + /usr/include/x86_64-linux-gnu/bits/signum-generic.h + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h + /usr/include/x86_64-linux-gnu/bits/sigaction.h + /usr/include/x86_64-linux-gnu/bits/sigcontext.h + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h + /usr/include/x86_64-linux-gnu/sys/ucontext.h + /usr/include/x86_64-linux-gnu/bits/sigstack.h + /usr/include/x86_64-linux-gnu/bits/ss_flags.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h + /usr/include/x86_64-linux-gnu/bits/sigthread.h + /usr/include/x86_64-linux-gnu/bits/signal_ext.h + /usr/include/semaphore.h + /usr/include/x86_64-linux-gnu/bits/semaphore.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h + /usr/include/limits.h + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h + /usr/include/x86_64-linux-gnu/bits/local_lim.h + /usr/include/linux/limits.h + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h + /usr/include/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h + /usr/include/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h + /usr/include/x86_64-linux-gnu/bits/stat.h + /usr/include/x86_64-linux-gnu/bits/fcntl2.h + /usr/include/unistd.h + /usr/include/x86_64-linux-gnu/bits/posix_opt.h + /usr/include/x86_64-linux-gnu/bits/environments.h + /usr/include/x86_64-linux-gnu/bits/confname.h + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h + /usr/include/x86_64-linux-gnu/bits/getopt_core.h + /usr/include/x86_64-linux-gnu/bits/unistd.h + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h + /usr/include/poll.h + /usr/include/x86_64-linux-gnu/sys/poll.h + /usr/include/x86_64-linux-gnu/bits/poll.h + /usr/include/x86_64-linux-gnu/bits/poll2.h + /usr/include/errno.h + /usr/include/x86_64-linux-gnu/bits/errno.h + /usr/include/linux/errno.h + /usr/include/x86_64-linux-gnu/asm/errno.h + /usr/include/asm-generic/errno.h + /usr/include/asm-generic/errno-base.h + /usr/include/netinet/in.h + /usr/include/x86_64-linux-gnu/sys/socket.h + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h + /usr/include/x86_64-linux-gnu/bits/socket.h + /usr/include/x86_64-linux-gnu/bits/socket_type.h + /usr/include/x86_64-linux-gnu/bits/sockaddr.h + /usr/include/x86_64-linux-gnu/asm/socket.h + /usr/include/asm-generic/socket.h + /usr/include/linux/posix_types.h + /usr/include/linux/stddef.h + /usr/include/x86_64-linux-gnu/asm/posix_types.h + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h + /usr/include/asm-generic/posix_types.h + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h + /usr/include/asm-generic/bitsperlong.h + /usr/include/x86_64-linux-gnu/asm/sockios.h + /usr/include/asm-generic/sockios.h + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h + /usr/include/x86_64-linux-gnu/bits/socket2.h + /usr/include/x86_64-linux-gnu/bits/in.h + /usr/include/x86_64-linux-gnu/sys/stat.h + /usr/include/x86_64-linux-gnu/sys/mman.h + /usr/include/x86_64-linux-gnu/bits/mman.h + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h + /usr/include/x86_64-linux-gnu/bits/mman-linux.h + /usr/include/x86_64-linux-gnu/bits/mman-shared.h + /usr/include/x86_64-linux-gnu/sys/time.h + /usr/include/x86_64-linux-gnu/sys/timeb.h + /usr/include/x86_64-linux-gnu/sys/uio.h + /usr/include/x86_64-linux-gnu/bits/uio_lim.h + /usr/include/x86_64-linux-gnu/sys/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctls.h + /usr/include/x86_64-linux-gnu/asm/ioctls.h + /usr/include/asm-generic/ioctls.h + /usr/include/linux/ioctl.h + /usr/include/x86_64-linux-gnu/asm/ioctl.h + /usr/include/asm-generic/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h + /usr/include/x86_64-linux-gnu/sys/resource.h + /usr/include/x86_64-linux-gnu/bits/resource.h + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h + /usr/include/setjmp.h + /usr/include/x86_64-linux-gnu/bits/setjmp2.h + /home/szadys/wasm-micro-runtime/core/config.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.h + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_export.h + /home/szadys/wasm-micro-runtime/core/iwasm/include/lib_export.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h + /home/szadys/wasm-micro-runtime/core/iwasm/compilation/aot.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_intrinsic.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_application.c.o + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_application.c + /usr/include/stdc-predef.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h + /usr/include/inttypes.h + /usr/include/features.h + /usr/include/x86_64-linux-gnu/sys/cdefs.h + /usr/include/x86_64-linux-gnu/bits/wordsize.h + /usr/include/x86_64-linux-gnu/bits/long-double.h + /usr/include/x86_64-linux-gnu/gnu/stubs.h + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h + /usr/include/stdint.h + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h + /usr/include/x86_64-linux-gnu/bits/types.h + /usr/include/x86_64-linux-gnu/bits/timesize.h + /usr/include/x86_64-linux-gnu/bits/typesizes.h + /usr/include/x86_64-linux-gnu/bits/time64.h + /usr/include/x86_64-linux-gnu/bits/wchar.h + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h + /usr/include/assert.h + /usr/include/time.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h + /usr/include/x86_64-linux-gnu/bits/time.h + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h + /usr/include/x86_64-linux-gnu/bits/types/time_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h + /usr/include/x86_64-linux-gnu/bits/endian.h + /usr/include/x86_64-linux-gnu/bits/endianness.h + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h + /usr/include/string.h + /usr/include/strings.h + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h + /usr/include/x86_64-linux-gnu/bits/string_fortified.h + /usr/include/stdio.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h + /usr/include/x86_64-linux-gnu/bits/types/FILE.h + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h + /usr/include/x86_64-linux-gnu/bits/stdio.h + /usr/include/x86_64-linux-gnu/bits/stdio2.h + /usr/include/stdlib.h + /usr/include/x86_64-linux-gnu/bits/waitflags.h + /usr/include/x86_64-linux-gnu/bits/waitstatus.h + /usr/include/x86_64-linux-gnu/bits/floatn.h + /usr/include/x86_64-linux-gnu/bits/floatn-common.h + /usr/include/x86_64-linux-gnu/sys/types.h + /usr/include/endian.h + /usr/include/x86_64-linux-gnu/bits/byteswap.h + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h + /usr/include/x86_64-linux-gnu/sys/select.h + /usr/include/x86_64-linux-gnu/bits/select.h + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h + /usr/include/x86_64-linux-gnu/bits/select2.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h + /usr/include/alloca.h + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h + /usr/include/x86_64-linux-gnu/bits/stdlib.h + /usr/include/math.h + /usr/include/x86_64-linux-gnu/bits/math-vector.h + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h + /usr/include/x86_64-linux-gnu/bits/fp-logb.h + /usr/include/x86_64-linux-gnu/bits/fp-fast.h + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h + /usr/include/x86_64-linux-gnu/bits/mathcalls.h + /usr/include/x86_64-linux-gnu/bits/mathinline.h + /usr/include/ctype.h + /usr/include/pthread.h + /usr/include/sched.h + /usr/include/x86_64-linux-gnu/bits/sched.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h + /usr/include/x86_64-linux-gnu/bits/cpu-set.h + /usr/include/x86_64-linux-gnu/bits/setjmp.h + /usr/include/signal.h + /usr/include/x86_64-linux-gnu/bits/signum.h + /usr/include/x86_64-linux-gnu/bits/signum-generic.h + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h + /usr/include/x86_64-linux-gnu/bits/sigaction.h + /usr/include/x86_64-linux-gnu/bits/sigcontext.h + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h + /usr/include/x86_64-linux-gnu/sys/ucontext.h + /usr/include/x86_64-linux-gnu/bits/sigstack.h + /usr/include/x86_64-linux-gnu/bits/ss_flags.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h + /usr/include/x86_64-linux-gnu/bits/sigthread.h + /usr/include/x86_64-linux-gnu/bits/signal_ext.h + /usr/include/semaphore.h + /usr/include/x86_64-linux-gnu/bits/semaphore.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h + /usr/include/limits.h + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h + /usr/include/x86_64-linux-gnu/bits/local_lim.h + /usr/include/linux/limits.h + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h + /usr/include/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h + /usr/include/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h + /usr/include/x86_64-linux-gnu/bits/stat.h + /usr/include/x86_64-linux-gnu/bits/fcntl2.h + /usr/include/unistd.h + /usr/include/x86_64-linux-gnu/bits/posix_opt.h + /usr/include/x86_64-linux-gnu/bits/environments.h + /usr/include/x86_64-linux-gnu/bits/confname.h + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h + /usr/include/x86_64-linux-gnu/bits/getopt_core.h + /usr/include/x86_64-linux-gnu/bits/unistd.h + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h + /usr/include/poll.h + /usr/include/x86_64-linux-gnu/sys/poll.h + /usr/include/x86_64-linux-gnu/bits/poll.h + /usr/include/x86_64-linux-gnu/bits/poll2.h + /usr/include/errno.h + /usr/include/x86_64-linux-gnu/bits/errno.h + /usr/include/linux/errno.h + /usr/include/x86_64-linux-gnu/asm/errno.h + /usr/include/asm-generic/errno.h + /usr/include/asm-generic/errno-base.h + /usr/include/netinet/in.h + /usr/include/x86_64-linux-gnu/sys/socket.h + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h + /usr/include/x86_64-linux-gnu/bits/socket.h + /usr/include/x86_64-linux-gnu/bits/socket_type.h + /usr/include/x86_64-linux-gnu/bits/sockaddr.h + /usr/include/x86_64-linux-gnu/asm/socket.h + /usr/include/asm-generic/socket.h + /usr/include/linux/posix_types.h + /usr/include/linux/stddef.h + /usr/include/x86_64-linux-gnu/asm/posix_types.h + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h + /usr/include/asm-generic/posix_types.h + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h + /usr/include/asm-generic/bitsperlong.h + /usr/include/x86_64-linux-gnu/asm/sockios.h + /usr/include/asm-generic/sockios.h + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h + /usr/include/x86_64-linux-gnu/bits/socket2.h + /usr/include/x86_64-linux-gnu/bits/in.h + /usr/include/x86_64-linux-gnu/sys/stat.h + /usr/include/x86_64-linux-gnu/sys/mman.h + /usr/include/x86_64-linux-gnu/bits/mman.h + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h + /usr/include/x86_64-linux-gnu/bits/mman-linux.h + /usr/include/x86_64-linux-gnu/bits/mman-shared.h + /usr/include/x86_64-linux-gnu/sys/time.h + /usr/include/x86_64-linux-gnu/sys/timeb.h + /usr/include/x86_64-linux-gnu/sys/uio.h + /usr/include/x86_64-linux-gnu/bits/uio_lim.h + /usr/include/x86_64-linux-gnu/sys/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctls.h + /usr/include/x86_64-linux-gnu/asm/ioctls.h + /usr/include/asm-generic/ioctls.h + /usr/include/linux/ioctl.h + /usr/include/x86_64-linux-gnu/asm/ioctl.h + /usr/include/asm-generic/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h + /usr/include/x86_64-linux-gnu/sys/resource.h + /usr/include/x86_64-linux-gnu/bits/resource.h + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h + /usr/include/setjmp.h + /usr/include/x86_64-linux-gnu/bits/setjmp2.h + /home/szadys/wasm-micro-runtime/core/config.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.h + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_export.h + /home/szadys/wasm-micro-runtime/core/iwasm/include/lib_export.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h + /home/szadys/wasm-micro-runtime/core/iwasm/compilation/aot.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + /home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr/thread_manager.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_export.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_c_api.c.o + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_c_api.c + /usr/include/stdc-predef.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_c_api_internal.h + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_c_api.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h + /usr/include/stdint.h + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h + /usr/include/features.h + /usr/include/x86_64-linux-gnu/sys/cdefs.h + /usr/include/x86_64-linux-gnu/bits/wordsize.h + /usr/include/x86_64-linux-gnu/bits/long-double.h + /usr/include/x86_64-linux-gnu/gnu/stubs.h + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h + /usr/include/x86_64-linux-gnu/bits/types.h + /usr/include/x86_64-linux-gnu/bits/timesize.h + /usr/include/x86_64-linux-gnu/bits/typesizes.h + /usr/include/x86_64-linux-gnu/bits/time64.h + /usr/include/x86_64-linux-gnu/bits/wchar.h + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h + /usr/include/string.h + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h + /usr/include/strings.h + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h + /usr/include/x86_64-linux-gnu/bits/string_fortified.h + /usr/include/assert.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h + /usr/include/inttypes.h + /usr/include/time.h + /usr/include/x86_64-linux-gnu/bits/time.h + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h + /usr/include/x86_64-linux-gnu/bits/types/time_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h + /usr/include/x86_64-linux-gnu/bits/endian.h + /usr/include/x86_64-linux-gnu/bits/endianness.h + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h + /usr/include/stdio.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h + /usr/include/x86_64-linux-gnu/bits/types/FILE.h + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h + /usr/include/x86_64-linux-gnu/bits/stdio.h + /usr/include/x86_64-linux-gnu/bits/stdio2.h + /usr/include/stdlib.h + /usr/include/x86_64-linux-gnu/bits/waitflags.h + /usr/include/x86_64-linux-gnu/bits/waitstatus.h + /usr/include/x86_64-linux-gnu/bits/floatn.h + /usr/include/x86_64-linux-gnu/bits/floatn-common.h + /usr/include/x86_64-linux-gnu/sys/types.h + /usr/include/endian.h + /usr/include/x86_64-linux-gnu/bits/byteswap.h + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h + /usr/include/x86_64-linux-gnu/sys/select.h + /usr/include/x86_64-linux-gnu/bits/select.h + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h + /usr/include/x86_64-linux-gnu/bits/select2.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h + /usr/include/alloca.h + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h + /usr/include/x86_64-linux-gnu/bits/stdlib.h + /usr/include/math.h + /usr/include/x86_64-linux-gnu/bits/math-vector.h + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h + /usr/include/x86_64-linux-gnu/bits/fp-logb.h + /usr/include/x86_64-linux-gnu/bits/fp-fast.h + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h + /usr/include/x86_64-linux-gnu/bits/mathcalls.h + /usr/include/x86_64-linux-gnu/bits/mathinline.h + /usr/include/ctype.h + /usr/include/pthread.h + /usr/include/sched.h + /usr/include/x86_64-linux-gnu/bits/sched.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h + /usr/include/x86_64-linux-gnu/bits/cpu-set.h + /usr/include/x86_64-linux-gnu/bits/setjmp.h + /usr/include/signal.h + /usr/include/x86_64-linux-gnu/bits/signum.h + /usr/include/x86_64-linux-gnu/bits/signum-generic.h + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h + /usr/include/x86_64-linux-gnu/bits/sigaction.h + /usr/include/x86_64-linux-gnu/bits/sigcontext.h + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h + /usr/include/x86_64-linux-gnu/sys/ucontext.h + /usr/include/x86_64-linux-gnu/bits/sigstack.h + /usr/include/x86_64-linux-gnu/bits/ss_flags.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h + /usr/include/x86_64-linux-gnu/bits/sigthread.h + /usr/include/x86_64-linux-gnu/bits/signal_ext.h + /usr/include/semaphore.h + /usr/include/x86_64-linux-gnu/bits/semaphore.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h + /usr/include/limits.h + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h + /usr/include/x86_64-linux-gnu/bits/local_lim.h + /usr/include/linux/limits.h + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h + /usr/include/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h + /usr/include/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h + /usr/include/x86_64-linux-gnu/bits/stat.h + /usr/include/x86_64-linux-gnu/bits/fcntl2.h + /usr/include/unistd.h + /usr/include/x86_64-linux-gnu/bits/posix_opt.h + /usr/include/x86_64-linux-gnu/bits/environments.h + /usr/include/x86_64-linux-gnu/bits/confname.h + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h + /usr/include/x86_64-linux-gnu/bits/getopt_core.h + /usr/include/x86_64-linux-gnu/bits/unistd.h + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h + /usr/include/poll.h + /usr/include/x86_64-linux-gnu/sys/poll.h + /usr/include/x86_64-linux-gnu/bits/poll.h + /usr/include/x86_64-linux-gnu/bits/poll2.h + /usr/include/errno.h + /usr/include/x86_64-linux-gnu/bits/errno.h + /usr/include/linux/errno.h + /usr/include/x86_64-linux-gnu/asm/errno.h + /usr/include/asm-generic/errno.h + /usr/include/asm-generic/errno-base.h + /usr/include/netinet/in.h + /usr/include/x86_64-linux-gnu/sys/socket.h + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h + /usr/include/x86_64-linux-gnu/bits/socket.h + /usr/include/x86_64-linux-gnu/bits/socket_type.h + /usr/include/x86_64-linux-gnu/bits/sockaddr.h + /usr/include/x86_64-linux-gnu/asm/socket.h + /usr/include/asm-generic/socket.h + /usr/include/linux/posix_types.h + /usr/include/linux/stddef.h + /usr/include/x86_64-linux-gnu/asm/posix_types.h + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h + /usr/include/asm-generic/posix_types.h + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h + /usr/include/asm-generic/bitsperlong.h + /usr/include/x86_64-linux-gnu/asm/sockios.h + /usr/include/asm-generic/sockios.h + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h + /usr/include/x86_64-linux-gnu/bits/socket2.h + /usr/include/x86_64-linux-gnu/bits/in.h + /usr/include/x86_64-linux-gnu/sys/stat.h + /usr/include/x86_64-linux-gnu/sys/mman.h + /usr/include/x86_64-linux-gnu/bits/mman.h + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h + /usr/include/x86_64-linux-gnu/bits/mman-linux.h + /usr/include/x86_64-linux-gnu/bits/mman-shared.h + /usr/include/x86_64-linux-gnu/sys/time.h + /usr/include/x86_64-linux-gnu/sys/timeb.h + /usr/include/x86_64-linux-gnu/sys/uio.h + /usr/include/x86_64-linux-gnu/bits/uio_lim.h + /usr/include/x86_64-linux-gnu/sys/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctls.h + /usr/include/x86_64-linux-gnu/asm/ioctls.h + /usr/include/asm-generic/ioctls.h + /usr/include/linux/ioctl.h + /usr/include/x86_64-linux-gnu/asm/ioctl.h + /usr/include/asm-generic/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h + /usr/include/x86_64-linux-gnu/sys/resource.h + /usr/include/x86_64-linux-gnu/bits/resource.h + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h + /usr/include/setjmp.h + /usr/include/x86_64-linux-gnu/bits/setjmp2.h + /home/szadys/wasm-micro-runtime/core/config.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.h + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_export.h + /home/szadys/wasm-micro-runtime/core/iwasm/include/lib_export.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_memory.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h + /home/szadys/wasm-micro-runtime/core/iwasm/compilation/aot.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.c.o + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.c + /usr/include/stdc-predef.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h + /usr/include/inttypes.h + /usr/include/features.h + /usr/include/x86_64-linux-gnu/sys/cdefs.h + /usr/include/x86_64-linux-gnu/bits/wordsize.h + /usr/include/x86_64-linux-gnu/bits/long-double.h + /usr/include/x86_64-linux-gnu/gnu/stubs.h + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h + /usr/include/stdint.h + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h + /usr/include/x86_64-linux-gnu/bits/types.h + /usr/include/x86_64-linux-gnu/bits/timesize.h + /usr/include/x86_64-linux-gnu/bits/typesizes.h + /usr/include/x86_64-linux-gnu/bits/time64.h + /usr/include/x86_64-linux-gnu/bits/wchar.h + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h + /usr/include/assert.h + /usr/include/time.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h + /usr/include/x86_64-linux-gnu/bits/time.h + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h + /usr/include/x86_64-linux-gnu/bits/types/time_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h + /usr/include/x86_64-linux-gnu/bits/endian.h + /usr/include/x86_64-linux-gnu/bits/endianness.h + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h + /usr/include/string.h + /usr/include/strings.h + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h + /usr/include/x86_64-linux-gnu/bits/string_fortified.h + /usr/include/stdio.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h + /usr/include/x86_64-linux-gnu/bits/types/FILE.h + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h + /usr/include/x86_64-linux-gnu/bits/stdio.h + /usr/include/x86_64-linux-gnu/bits/stdio2.h + /usr/include/stdlib.h + /usr/include/x86_64-linux-gnu/bits/waitflags.h + /usr/include/x86_64-linux-gnu/bits/waitstatus.h + /usr/include/x86_64-linux-gnu/bits/floatn.h + /usr/include/x86_64-linux-gnu/bits/floatn-common.h + /usr/include/x86_64-linux-gnu/sys/types.h + /usr/include/endian.h + /usr/include/x86_64-linux-gnu/bits/byteswap.h + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h + /usr/include/x86_64-linux-gnu/sys/select.h + /usr/include/x86_64-linux-gnu/bits/select.h + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h + /usr/include/x86_64-linux-gnu/bits/select2.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h + /usr/include/alloca.h + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h + /usr/include/x86_64-linux-gnu/bits/stdlib.h + /usr/include/math.h + /usr/include/x86_64-linux-gnu/bits/math-vector.h + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h + /usr/include/x86_64-linux-gnu/bits/fp-logb.h + /usr/include/x86_64-linux-gnu/bits/fp-fast.h + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h + /usr/include/x86_64-linux-gnu/bits/mathcalls.h + /usr/include/x86_64-linux-gnu/bits/mathinline.h + /usr/include/ctype.h + /usr/include/pthread.h + /usr/include/sched.h + /usr/include/x86_64-linux-gnu/bits/sched.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h + /usr/include/x86_64-linux-gnu/bits/cpu-set.h + /usr/include/x86_64-linux-gnu/bits/setjmp.h + /usr/include/signal.h + /usr/include/x86_64-linux-gnu/bits/signum.h + /usr/include/x86_64-linux-gnu/bits/signum-generic.h + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h + /usr/include/x86_64-linux-gnu/bits/sigaction.h + /usr/include/x86_64-linux-gnu/bits/sigcontext.h + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h + /usr/include/x86_64-linux-gnu/sys/ucontext.h + /usr/include/x86_64-linux-gnu/bits/sigstack.h + /usr/include/x86_64-linux-gnu/bits/ss_flags.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h + /usr/include/x86_64-linux-gnu/bits/sigthread.h + /usr/include/x86_64-linux-gnu/bits/signal_ext.h + /usr/include/semaphore.h + /usr/include/x86_64-linux-gnu/bits/semaphore.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h + /usr/include/limits.h + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h + /usr/include/x86_64-linux-gnu/bits/local_lim.h + /usr/include/linux/limits.h + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h + /usr/include/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h + /usr/include/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h + /usr/include/x86_64-linux-gnu/bits/stat.h + /usr/include/x86_64-linux-gnu/bits/fcntl2.h + /usr/include/unistd.h + /usr/include/x86_64-linux-gnu/bits/posix_opt.h + /usr/include/x86_64-linux-gnu/bits/environments.h + /usr/include/x86_64-linux-gnu/bits/confname.h + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h + /usr/include/x86_64-linux-gnu/bits/getopt_core.h + /usr/include/x86_64-linux-gnu/bits/unistd.h + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h + /usr/include/poll.h + /usr/include/x86_64-linux-gnu/sys/poll.h + /usr/include/x86_64-linux-gnu/bits/poll.h + /usr/include/x86_64-linux-gnu/bits/poll2.h + /usr/include/errno.h + /usr/include/x86_64-linux-gnu/bits/errno.h + /usr/include/linux/errno.h + /usr/include/x86_64-linux-gnu/asm/errno.h + /usr/include/asm-generic/errno.h + /usr/include/asm-generic/errno-base.h + /usr/include/netinet/in.h + /usr/include/x86_64-linux-gnu/sys/socket.h + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h + /usr/include/x86_64-linux-gnu/bits/socket.h + /usr/include/x86_64-linux-gnu/bits/socket_type.h + /usr/include/x86_64-linux-gnu/bits/sockaddr.h + /usr/include/x86_64-linux-gnu/asm/socket.h + /usr/include/asm-generic/socket.h + /usr/include/linux/posix_types.h + /usr/include/linux/stddef.h + /usr/include/x86_64-linux-gnu/asm/posix_types.h + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h + /usr/include/asm-generic/posix_types.h + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h + /usr/include/asm-generic/bitsperlong.h + /usr/include/x86_64-linux-gnu/asm/sockios.h + /usr/include/asm-generic/sockios.h + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h + /usr/include/x86_64-linux-gnu/bits/socket2.h + /usr/include/x86_64-linux-gnu/bits/in.h + /usr/include/x86_64-linux-gnu/sys/stat.h + /usr/include/x86_64-linux-gnu/sys/mman.h + /usr/include/x86_64-linux-gnu/bits/mman.h + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h + /usr/include/x86_64-linux-gnu/bits/mman-linux.h + /usr/include/x86_64-linux-gnu/bits/mman-shared.h + /usr/include/x86_64-linux-gnu/sys/time.h + /usr/include/x86_64-linux-gnu/sys/timeb.h + /usr/include/x86_64-linux-gnu/sys/uio.h + /usr/include/x86_64-linux-gnu/bits/uio_lim.h + /usr/include/x86_64-linux-gnu/sys/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctls.h + /usr/include/x86_64-linux-gnu/asm/ioctls.h + /usr/include/asm-generic/ioctls.h + /usr/include/linux/ioctl.h + /usr/include/x86_64-linux-gnu/asm/ioctl.h + /usr/include/asm-generic/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h + /usr/include/x86_64-linux-gnu/sys/resource.h + /usr/include/x86_64-linux-gnu/bits/resource.h + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h + /usr/include/setjmp.h + /usr/include/x86_64-linux-gnu/bits/setjmp2.h + /home/szadys/wasm-micro-runtime/core/config.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.h + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_export.h + /home/szadys/wasm-micro-runtime/core/iwasm/include/lib_export.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h + /home/szadys/wasm-micro-runtime/core/iwasm/compilation/aot.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.h + /home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr/thread_manager.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_export.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_memory.c.o + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_memory.c + /usr/include/stdc-predef.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h + /usr/include/inttypes.h + /usr/include/features.h + /usr/include/x86_64-linux-gnu/sys/cdefs.h + /usr/include/x86_64-linux-gnu/bits/wordsize.h + /usr/include/x86_64-linux-gnu/bits/long-double.h + /usr/include/x86_64-linux-gnu/gnu/stubs.h + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h + /usr/include/stdint.h + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h + /usr/include/x86_64-linux-gnu/bits/types.h + /usr/include/x86_64-linux-gnu/bits/timesize.h + /usr/include/x86_64-linux-gnu/bits/typesizes.h + /usr/include/x86_64-linux-gnu/bits/time64.h + /usr/include/x86_64-linux-gnu/bits/wchar.h + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h + /usr/include/assert.h + /usr/include/time.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h + /usr/include/x86_64-linux-gnu/bits/time.h + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h + /usr/include/x86_64-linux-gnu/bits/types/time_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h + /usr/include/x86_64-linux-gnu/bits/endian.h + /usr/include/x86_64-linux-gnu/bits/endianness.h + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h + /usr/include/string.h + /usr/include/strings.h + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h + /usr/include/x86_64-linux-gnu/bits/string_fortified.h + /usr/include/stdio.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h + /usr/include/x86_64-linux-gnu/bits/types/FILE.h + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h + /usr/include/x86_64-linux-gnu/bits/stdio.h + /usr/include/x86_64-linux-gnu/bits/stdio2.h + /usr/include/stdlib.h + /usr/include/x86_64-linux-gnu/bits/waitflags.h + /usr/include/x86_64-linux-gnu/bits/waitstatus.h + /usr/include/x86_64-linux-gnu/bits/floatn.h + /usr/include/x86_64-linux-gnu/bits/floatn-common.h + /usr/include/x86_64-linux-gnu/sys/types.h + /usr/include/endian.h + /usr/include/x86_64-linux-gnu/bits/byteswap.h + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h + /usr/include/x86_64-linux-gnu/sys/select.h + /usr/include/x86_64-linux-gnu/bits/select.h + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h + /usr/include/x86_64-linux-gnu/bits/select2.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h + /usr/include/alloca.h + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h + /usr/include/x86_64-linux-gnu/bits/stdlib.h + /usr/include/math.h + /usr/include/x86_64-linux-gnu/bits/math-vector.h + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h + /usr/include/x86_64-linux-gnu/bits/fp-logb.h + /usr/include/x86_64-linux-gnu/bits/fp-fast.h + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h + /usr/include/x86_64-linux-gnu/bits/mathcalls.h + /usr/include/x86_64-linux-gnu/bits/mathinline.h + /usr/include/ctype.h + /usr/include/pthread.h + /usr/include/sched.h + /usr/include/x86_64-linux-gnu/bits/sched.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h + /usr/include/x86_64-linux-gnu/bits/cpu-set.h + /usr/include/x86_64-linux-gnu/bits/setjmp.h + /usr/include/signal.h + /usr/include/x86_64-linux-gnu/bits/signum.h + /usr/include/x86_64-linux-gnu/bits/signum-generic.h + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h + /usr/include/x86_64-linux-gnu/bits/sigaction.h + /usr/include/x86_64-linux-gnu/bits/sigcontext.h + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h + /usr/include/x86_64-linux-gnu/sys/ucontext.h + /usr/include/x86_64-linux-gnu/bits/sigstack.h + /usr/include/x86_64-linux-gnu/bits/ss_flags.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h + /usr/include/x86_64-linux-gnu/bits/sigthread.h + /usr/include/x86_64-linux-gnu/bits/signal_ext.h + /usr/include/semaphore.h + /usr/include/x86_64-linux-gnu/bits/semaphore.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h + /usr/include/limits.h + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h + /usr/include/x86_64-linux-gnu/bits/local_lim.h + /usr/include/linux/limits.h + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h + /usr/include/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h + /usr/include/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h + /usr/include/x86_64-linux-gnu/bits/stat.h + /usr/include/x86_64-linux-gnu/bits/fcntl2.h + /usr/include/unistd.h + /usr/include/x86_64-linux-gnu/bits/posix_opt.h + /usr/include/x86_64-linux-gnu/bits/environments.h + /usr/include/x86_64-linux-gnu/bits/confname.h + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h + /usr/include/x86_64-linux-gnu/bits/getopt_core.h + /usr/include/x86_64-linux-gnu/bits/unistd.h + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h + /usr/include/poll.h + /usr/include/x86_64-linux-gnu/sys/poll.h + /usr/include/x86_64-linux-gnu/bits/poll.h + /usr/include/x86_64-linux-gnu/bits/poll2.h + /usr/include/errno.h + /usr/include/x86_64-linux-gnu/bits/errno.h + /usr/include/linux/errno.h + /usr/include/x86_64-linux-gnu/asm/errno.h + /usr/include/asm-generic/errno.h + /usr/include/asm-generic/errno-base.h + /usr/include/netinet/in.h + /usr/include/x86_64-linux-gnu/sys/socket.h + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h + /usr/include/x86_64-linux-gnu/bits/socket.h + /usr/include/x86_64-linux-gnu/bits/socket_type.h + /usr/include/x86_64-linux-gnu/bits/sockaddr.h + /usr/include/x86_64-linux-gnu/asm/socket.h + /usr/include/asm-generic/socket.h + /usr/include/linux/posix_types.h + /usr/include/linux/stddef.h + /usr/include/x86_64-linux-gnu/asm/posix_types.h + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h + /usr/include/asm-generic/posix_types.h + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h + /usr/include/asm-generic/bitsperlong.h + /usr/include/x86_64-linux-gnu/asm/sockios.h + /usr/include/asm-generic/sockios.h + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h + /usr/include/x86_64-linux-gnu/bits/socket2.h + /usr/include/x86_64-linux-gnu/bits/in.h + /usr/include/x86_64-linux-gnu/sys/stat.h + /usr/include/x86_64-linux-gnu/sys/mman.h + /usr/include/x86_64-linux-gnu/bits/mman.h + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h + /usr/include/x86_64-linux-gnu/bits/mman-linux.h + /usr/include/x86_64-linux-gnu/bits/mman-shared.h + /usr/include/x86_64-linux-gnu/sys/time.h + /usr/include/x86_64-linux-gnu/sys/timeb.h + /usr/include/x86_64-linux-gnu/sys/uio.h + /usr/include/x86_64-linux-gnu/bits/uio_lim.h + /usr/include/x86_64-linux-gnu/sys/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctls.h + /usr/include/x86_64-linux-gnu/asm/ioctls.h + /usr/include/asm-generic/ioctls.h + /usr/include/linux/ioctl.h + /usr/include/x86_64-linux-gnu/asm/ioctl.h + /usr/include/asm-generic/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h + /usr/include/x86_64-linux-gnu/sys/resource.h + /usr/include/x86_64-linux-gnu/bits/resource.h + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h + /usr/include/setjmp.h + /usr/include/x86_64-linux-gnu/bits/setjmp2.h + /home/szadys/wasm-micro-runtime/core/config.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.h + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_export.h + /home/szadys/wasm-micro-runtime/core/iwasm/include/lib_export.h + /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/mem_alloc.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.c.o + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.c + /usr/include/stdc-predef.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h + /usr/include/inttypes.h + /usr/include/features.h + /usr/include/x86_64-linux-gnu/sys/cdefs.h + /usr/include/x86_64-linux-gnu/bits/wordsize.h + /usr/include/x86_64-linux-gnu/bits/long-double.h + /usr/include/x86_64-linux-gnu/gnu/stubs.h + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h + /usr/include/stdint.h + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h + /usr/include/x86_64-linux-gnu/bits/types.h + /usr/include/x86_64-linux-gnu/bits/timesize.h + /usr/include/x86_64-linux-gnu/bits/typesizes.h + /usr/include/x86_64-linux-gnu/bits/time64.h + /usr/include/x86_64-linux-gnu/bits/wchar.h + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h + /usr/include/assert.h + /usr/include/time.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h + /usr/include/x86_64-linux-gnu/bits/time.h + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h + /usr/include/x86_64-linux-gnu/bits/types/time_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h + /usr/include/x86_64-linux-gnu/bits/endian.h + /usr/include/x86_64-linux-gnu/bits/endianness.h + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h + /usr/include/string.h + /usr/include/strings.h + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h + /usr/include/x86_64-linux-gnu/bits/string_fortified.h + /usr/include/stdio.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h + /usr/include/x86_64-linux-gnu/bits/types/FILE.h + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h + /usr/include/x86_64-linux-gnu/bits/stdio.h + /usr/include/x86_64-linux-gnu/bits/stdio2.h + /usr/include/stdlib.h + /usr/include/x86_64-linux-gnu/bits/waitflags.h + /usr/include/x86_64-linux-gnu/bits/waitstatus.h + /usr/include/x86_64-linux-gnu/bits/floatn.h + /usr/include/x86_64-linux-gnu/bits/floatn-common.h + /usr/include/x86_64-linux-gnu/sys/types.h + /usr/include/endian.h + /usr/include/x86_64-linux-gnu/bits/byteswap.h + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h + /usr/include/x86_64-linux-gnu/sys/select.h + /usr/include/x86_64-linux-gnu/bits/select.h + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h + /usr/include/x86_64-linux-gnu/bits/select2.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h + /usr/include/alloca.h + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h + /usr/include/x86_64-linux-gnu/bits/stdlib.h + /usr/include/math.h + /usr/include/x86_64-linux-gnu/bits/math-vector.h + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h + /usr/include/x86_64-linux-gnu/bits/fp-logb.h + /usr/include/x86_64-linux-gnu/bits/fp-fast.h + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h + /usr/include/x86_64-linux-gnu/bits/mathcalls.h + /usr/include/x86_64-linux-gnu/bits/mathinline.h + /usr/include/ctype.h + /usr/include/pthread.h + /usr/include/sched.h + /usr/include/x86_64-linux-gnu/bits/sched.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h + /usr/include/x86_64-linux-gnu/bits/cpu-set.h + /usr/include/x86_64-linux-gnu/bits/setjmp.h + /usr/include/signal.h + /usr/include/x86_64-linux-gnu/bits/signum.h + /usr/include/x86_64-linux-gnu/bits/signum-generic.h + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h + /usr/include/x86_64-linux-gnu/bits/sigaction.h + /usr/include/x86_64-linux-gnu/bits/sigcontext.h + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h + /usr/include/x86_64-linux-gnu/sys/ucontext.h + /usr/include/x86_64-linux-gnu/bits/sigstack.h + /usr/include/x86_64-linux-gnu/bits/ss_flags.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h + /usr/include/x86_64-linux-gnu/bits/sigthread.h + /usr/include/x86_64-linux-gnu/bits/signal_ext.h + /usr/include/semaphore.h + /usr/include/x86_64-linux-gnu/bits/semaphore.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h + /usr/include/limits.h + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h + /usr/include/x86_64-linux-gnu/bits/local_lim.h + /usr/include/linux/limits.h + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h + /usr/include/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h + /usr/include/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h + /usr/include/x86_64-linux-gnu/bits/stat.h + /usr/include/x86_64-linux-gnu/bits/fcntl2.h + /usr/include/unistd.h + /usr/include/x86_64-linux-gnu/bits/posix_opt.h + /usr/include/x86_64-linux-gnu/bits/environments.h + /usr/include/x86_64-linux-gnu/bits/confname.h + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h + /usr/include/x86_64-linux-gnu/bits/getopt_core.h + /usr/include/x86_64-linux-gnu/bits/unistd.h + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h + /usr/include/poll.h + /usr/include/x86_64-linux-gnu/sys/poll.h + /usr/include/x86_64-linux-gnu/bits/poll.h + /usr/include/x86_64-linux-gnu/bits/poll2.h + /usr/include/errno.h + /usr/include/x86_64-linux-gnu/bits/errno.h + /usr/include/linux/errno.h + /usr/include/x86_64-linux-gnu/asm/errno.h + /usr/include/asm-generic/errno.h + /usr/include/asm-generic/errno-base.h + /usr/include/netinet/in.h + /usr/include/x86_64-linux-gnu/sys/socket.h + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h + /usr/include/x86_64-linux-gnu/bits/socket.h + /usr/include/x86_64-linux-gnu/bits/socket_type.h + /usr/include/x86_64-linux-gnu/bits/sockaddr.h + /usr/include/x86_64-linux-gnu/asm/socket.h + /usr/include/asm-generic/socket.h + /usr/include/linux/posix_types.h + /usr/include/linux/stddef.h + /usr/include/x86_64-linux-gnu/asm/posix_types.h + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h + /usr/include/asm-generic/posix_types.h + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h + /usr/include/asm-generic/bitsperlong.h + /usr/include/x86_64-linux-gnu/asm/sockios.h + /usr/include/asm-generic/sockios.h + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h + /usr/include/x86_64-linux-gnu/bits/socket2.h + /usr/include/x86_64-linux-gnu/bits/in.h + /usr/include/x86_64-linux-gnu/sys/stat.h + /usr/include/x86_64-linux-gnu/sys/mman.h + /usr/include/x86_64-linux-gnu/bits/mman.h + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h + /usr/include/x86_64-linux-gnu/bits/mman-linux.h + /usr/include/x86_64-linux-gnu/bits/mman-shared.h + /usr/include/x86_64-linux-gnu/sys/time.h + /usr/include/x86_64-linux-gnu/sys/timeb.h + /usr/include/x86_64-linux-gnu/sys/uio.h + /usr/include/x86_64-linux-gnu/bits/uio_lim.h + /usr/include/x86_64-linux-gnu/sys/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctls.h + /usr/include/x86_64-linux-gnu/asm/ioctls.h + /usr/include/asm-generic/ioctls.h + /usr/include/linux/ioctl.h + /usr/include/x86_64-linux-gnu/asm/ioctl.h + /usr/include/asm-generic/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h + /usr/include/x86_64-linux-gnu/sys/resource.h + /usr/include/x86_64-linux-gnu/bits/resource.h + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h + /usr/include/setjmp.h + /usr/include/x86_64-linux-gnu/bits/setjmp2.h + /home/szadys/wasm-micro-runtime/core/config.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_export.h + /home/szadys/wasm-micro-runtime/core/iwasm/include/lib_export.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.c.o + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.c + /usr/include/stdc-predef.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h + /usr/include/inttypes.h + /usr/include/features.h + /usr/include/x86_64-linux-gnu/sys/cdefs.h + /usr/include/x86_64-linux-gnu/bits/wordsize.h + /usr/include/x86_64-linux-gnu/bits/long-double.h + /usr/include/x86_64-linux-gnu/gnu/stubs.h + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h + /usr/include/stdint.h + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h + /usr/include/x86_64-linux-gnu/bits/types.h + /usr/include/x86_64-linux-gnu/bits/timesize.h + /usr/include/x86_64-linux-gnu/bits/typesizes.h + /usr/include/x86_64-linux-gnu/bits/time64.h + /usr/include/x86_64-linux-gnu/bits/wchar.h + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h + /usr/include/assert.h + /usr/include/time.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h + /usr/include/x86_64-linux-gnu/bits/time.h + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h + /usr/include/x86_64-linux-gnu/bits/types/time_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h + /usr/include/x86_64-linux-gnu/bits/endian.h + /usr/include/x86_64-linux-gnu/bits/endianness.h + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h + /usr/include/string.h + /usr/include/strings.h + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h + /usr/include/x86_64-linux-gnu/bits/string_fortified.h + /usr/include/stdio.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h + /usr/include/x86_64-linux-gnu/bits/types/FILE.h + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h + /usr/include/x86_64-linux-gnu/bits/stdio.h + /usr/include/x86_64-linux-gnu/bits/stdio2.h + /usr/include/stdlib.h + /usr/include/x86_64-linux-gnu/bits/waitflags.h + /usr/include/x86_64-linux-gnu/bits/waitstatus.h + /usr/include/x86_64-linux-gnu/bits/floatn.h + /usr/include/x86_64-linux-gnu/bits/floatn-common.h + /usr/include/x86_64-linux-gnu/sys/types.h + /usr/include/endian.h + /usr/include/x86_64-linux-gnu/bits/byteswap.h + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h + /usr/include/x86_64-linux-gnu/sys/select.h + /usr/include/x86_64-linux-gnu/bits/select.h + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h + /usr/include/x86_64-linux-gnu/bits/select2.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h + /usr/include/alloca.h + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h + /usr/include/x86_64-linux-gnu/bits/stdlib.h + /usr/include/math.h + /usr/include/x86_64-linux-gnu/bits/math-vector.h + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h + /usr/include/x86_64-linux-gnu/bits/fp-logb.h + /usr/include/x86_64-linux-gnu/bits/fp-fast.h + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h + /usr/include/x86_64-linux-gnu/bits/mathcalls.h + /usr/include/x86_64-linux-gnu/bits/mathinline.h + /usr/include/ctype.h + /usr/include/pthread.h + /usr/include/sched.h + /usr/include/x86_64-linux-gnu/bits/sched.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h + /usr/include/x86_64-linux-gnu/bits/cpu-set.h + /usr/include/x86_64-linux-gnu/bits/setjmp.h + /usr/include/signal.h + /usr/include/x86_64-linux-gnu/bits/signum.h + /usr/include/x86_64-linux-gnu/bits/signum-generic.h + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h + /usr/include/x86_64-linux-gnu/bits/sigaction.h + /usr/include/x86_64-linux-gnu/bits/sigcontext.h + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h + /usr/include/x86_64-linux-gnu/sys/ucontext.h + /usr/include/x86_64-linux-gnu/bits/sigstack.h + /usr/include/x86_64-linux-gnu/bits/ss_flags.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h + /usr/include/x86_64-linux-gnu/bits/sigthread.h + /usr/include/x86_64-linux-gnu/bits/signal_ext.h + /usr/include/semaphore.h + /usr/include/x86_64-linux-gnu/bits/semaphore.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h + /usr/include/limits.h + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h + /usr/include/x86_64-linux-gnu/bits/local_lim.h + /usr/include/linux/limits.h + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h + /usr/include/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h + /usr/include/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h + /usr/include/x86_64-linux-gnu/bits/stat.h + /usr/include/x86_64-linux-gnu/bits/fcntl2.h + /usr/include/unistd.h + /usr/include/x86_64-linux-gnu/bits/posix_opt.h + /usr/include/x86_64-linux-gnu/bits/environments.h + /usr/include/x86_64-linux-gnu/bits/confname.h + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h + /usr/include/x86_64-linux-gnu/bits/getopt_core.h + /usr/include/x86_64-linux-gnu/bits/unistd.h + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h + /usr/include/poll.h + /usr/include/x86_64-linux-gnu/sys/poll.h + /usr/include/x86_64-linux-gnu/bits/poll.h + /usr/include/x86_64-linux-gnu/bits/poll2.h + /usr/include/errno.h + /usr/include/x86_64-linux-gnu/bits/errno.h + /usr/include/linux/errno.h + /usr/include/x86_64-linux-gnu/asm/errno.h + /usr/include/asm-generic/errno.h + /usr/include/asm-generic/errno-base.h + /usr/include/netinet/in.h + /usr/include/x86_64-linux-gnu/sys/socket.h + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h + /usr/include/x86_64-linux-gnu/bits/socket.h + /usr/include/x86_64-linux-gnu/bits/socket_type.h + /usr/include/x86_64-linux-gnu/bits/sockaddr.h + /usr/include/x86_64-linux-gnu/asm/socket.h + /usr/include/asm-generic/socket.h + /usr/include/linux/posix_types.h + /usr/include/linux/stddef.h + /usr/include/x86_64-linux-gnu/asm/posix_types.h + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h + /usr/include/asm-generic/posix_types.h + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h + /usr/include/asm-generic/bitsperlong.h + /usr/include/x86_64-linux-gnu/asm/sockios.h + /usr/include/asm-generic/sockios.h + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h + /usr/include/x86_64-linux-gnu/bits/socket2.h + /usr/include/x86_64-linux-gnu/bits/in.h + /usr/include/x86_64-linux-gnu/sys/stat.h + /usr/include/x86_64-linux-gnu/sys/mman.h + /usr/include/x86_64-linux-gnu/bits/mman.h + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h + /usr/include/x86_64-linux-gnu/bits/mman-linux.h + /usr/include/x86_64-linux-gnu/bits/mman-shared.h + /usr/include/x86_64-linux-gnu/sys/time.h + /usr/include/x86_64-linux-gnu/sys/timeb.h + /usr/include/x86_64-linux-gnu/sys/uio.h + /usr/include/x86_64-linux-gnu/bits/uio_lim.h + /usr/include/x86_64-linux-gnu/sys/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctls.h + /usr/include/x86_64-linux-gnu/asm/ioctls.h + /usr/include/asm-generic/ioctls.h + /usr/include/linux/ioctl.h + /usr/include/x86_64-linux-gnu/asm/ioctl.h + /usr/include/asm-generic/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h + /usr/include/x86_64-linux-gnu/sys/resource.h + /usr/include/x86_64-linux-gnu/bits/resource.h + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h + /usr/include/setjmp.h + /usr/include/x86_64-linux-gnu/bits/setjmp2.h + /home/szadys/wasm-micro-runtime/core/config.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.h + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_export.h + /home/szadys/wasm-micro-runtime/core/iwasm/include/lib_export.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_memory.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h + /home/szadys/wasm-micro-runtime/core/iwasm/compilation/aot.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + /home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr/thread_manager.h + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_export.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_c_api_internal.h + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_c_api.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.c.o + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.c + /usr/include/stdc-predef.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h + /usr/include/inttypes.h + /usr/include/features.h + /usr/include/x86_64-linux-gnu/sys/cdefs.h + /usr/include/x86_64-linux-gnu/bits/wordsize.h + /usr/include/x86_64-linux-gnu/bits/long-double.h + /usr/include/x86_64-linux-gnu/gnu/stubs.h + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h + /usr/include/stdint.h + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h + /usr/include/x86_64-linux-gnu/bits/types.h + /usr/include/x86_64-linux-gnu/bits/timesize.h + /usr/include/x86_64-linux-gnu/bits/typesizes.h + /usr/include/x86_64-linux-gnu/bits/time64.h + /usr/include/x86_64-linux-gnu/bits/wchar.h + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h + /usr/include/assert.h + /usr/include/time.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h + /usr/include/x86_64-linux-gnu/bits/time.h + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h + /usr/include/x86_64-linux-gnu/bits/types/time_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h + /usr/include/x86_64-linux-gnu/bits/endian.h + /usr/include/x86_64-linux-gnu/bits/endianness.h + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h + /usr/include/string.h + /usr/include/strings.h + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h + /usr/include/x86_64-linux-gnu/bits/string_fortified.h + /usr/include/stdio.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h + /usr/include/x86_64-linux-gnu/bits/types/FILE.h + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h + /usr/include/x86_64-linux-gnu/bits/stdio.h + /usr/include/x86_64-linux-gnu/bits/stdio2.h + /usr/include/stdlib.h + /usr/include/x86_64-linux-gnu/bits/waitflags.h + /usr/include/x86_64-linux-gnu/bits/waitstatus.h + /usr/include/x86_64-linux-gnu/bits/floatn.h + /usr/include/x86_64-linux-gnu/bits/floatn-common.h + /usr/include/x86_64-linux-gnu/sys/types.h + /usr/include/endian.h + /usr/include/x86_64-linux-gnu/bits/byteswap.h + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h + /usr/include/x86_64-linux-gnu/sys/select.h + /usr/include/x86_64-linux-gnu/bits/select.h + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h + /usr/include/x86_64-linux-gnu/bits/select2.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h + /usr/include/alloca.h + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h + /usr/include/x86_64-linux-gnu/bits/stdlib.h + /usr/include/math.h + /usr/include/x86_64-linux-gnu/bits/math-vector.h + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h + /usr/include/x86_64-linux-gnu/bits/fp-logb.h + /usr/include/x86_64-linux-gnu/bits/fp-fast.h + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h + /usr/include/x86_64-linux-gnu/bits/mathcalls.h + /usr/include/x86_64-linux-gnu/bits/mathinline.h + /usr/include/ctype.h + /usr/include/pthread.h + /usr/include/sched.h + /usr/include/x86_64-linux-gnu/bits/sched.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h + /usr/include/x86_64-linux-gnu/bits/cpu-set.h + /usr/include/x86_64-linux-gnu/bits/setjmp.h + /usr/include/signal.h + /usr/include/x86_64-linux-gnu/bits/signum.h + /usr/include/x86_64-linux-gnu/bits/signum-generic.h + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h + /usr/include/x86_64-linux-gnu/bits/sigaction.h + /usr/include/x86_64-linux-gnu/bits/sigcontext.h + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h + /usr/include/x86_64-linux-gnu/sys/ucontext.h + /usr/include/x86_64-linux-gnu/bits/sigstack.h + /usr/include/x86_64-linux-gnu/bits/ss_flags.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h + /usr/include/x86_64-linux-gnu/bits/sigthread.h + /usr/include/x86_64-linux-gnu/bits/signal_ext.h + /usr/include/semaphore.h + /usr/include/x86_64-linux-gnu/bits/semaphore.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h + /usr/include/limits.h + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h + /usr/include/x86_64-linux-gnu/bits/local_lim.h + /usr/include/linux/limits.h + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h + /usr/include/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h + /usr/include/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h + /usr/include/x86_64-linux-gnu/bits/stat.h + /usr/include/x86_64-linux-gnu/bits/fcntl2.h + /usr/include/unistd.h + /usr/include/x86_64-linux-gnu/bits/posix_opt.h + /usr/include/x86_64-linux-gnu/bits/environments.h + /usr/include/x86_64-linux-gnu/bits/confname.h + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h + /usr/include/x86_64-linux-gnu/bits/getopt_core.h + /usr/include/x86_64-linux-gnu/bits/unistd.h + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h + /usr/include/poll.h + /usr/include/x86_64-linux-gnu/sys/poll.h + /usr/include/x86_64-linux-gnu/bits/poll.h + /usr/include/x86_64-linux-gnu/bits/poll2.h + /usr/include/errno.h + /usr/include/x86_64-linux-gnu/bits/errno.h + /usr/include/linux/errno.h + /usr/include/x86_64-linux-gnu/asm/errno.h + /usr/include/asm-generic/errno.h + /usr/include/asm-generic/errno-base.h + /usr/include/netinet/in.h + /usr/include/x86_64-linux-gnu/sys/socket.h + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h + /usr/include/x86_64-linux-gnu/bits/socket.h + /usr/include/x86_64-linux-gnu/bits/socket_type.h + /usr/include/x86_64-linux-gnu/bits/sockaddr.h + /usr/include/x86_64-linux-gnu/asm/socket.h + /usr/include/asm-generic/socket.h + /usr/include/linux/posix_types.h + /usr/include/linux/stddef.h + /usr/include/x86_64-linux-gnu/asm/posix_types.h + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h + /usr/include/asm-generic/posix_types.h + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h + /usr/include/asm-generic/bitsperlong.h + /usr/include/x86_64-linux-gnu/asm/sockios.h + /usr/include/asm-generic/sockios.h + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h + /usr/include/x86_64-linux-gnu/bits/socket2.h + /usr/include/x86_64-linux-gnu/bits/in.h + /usr/include/x86_64-linux-gnu/sys/stat.h + /usr/include/x86_64-linux-gnu/sys/mman.h + /usr/include/x86_64-linux-gnu/bits/mman.h + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h + /usr/include/x86_64-linux-gnu/bits/mman-linux.h + /usr/include/x86_64-linux-gnu/bits/mman-shared.h + /usr/include/x86_64-linux-gnu/sys/time.h + /usr/include/x86_64-linux-gnu/sys/timeb.h + /usr/include/x86_64-linux-gnu/sys/uio.h + /usr/include/x86_64-linux-gnu/bits/uio_lim.h + /usr/include/x86_64-linux-gnu/sys/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctls.h + /usr/include/x86_64-linux-gnu/asm/ioctls.h + /usr/include/asm-generic/ioctls.h + /usr/include/linux/ioctl.h + /usr/include/x86_64-linux-gnu/asm/ioctl.h + /usr/include/asm-generic/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h + /usr/include/x86_64-linux-gnu/sys/resource.h + /usr/include/x86_64-linux-gnu/bits/resource.h + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h + /usr/include/setjmp.h + /usr/include/x86_64-linux-gnu/bits/setjmp2.h + /home/szadys/wasm-micro-runtime/core/config.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.h + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_export.h + /home/szadys/wasm-micro-runtime/core/iwasm/include/lib_export.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h + /home/szadys/wasm-micro-runtime/core/iwasm/compilation/aot.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_interp_fast.c.o + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_interp_fast.c + /usr/include/stdc-predef.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_interp.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h + /usr/include/inttypes.h + /usr/include/features.h + /usr/include/x86_64-linux-gnu/sys/cdefs.h + /usr/include/x86_64-linux-gnu/bits/wordsize.h + /usr/include/x86_64-linux-gnu/bits/long-double.h + /usr/include/x86_64-linux-gnu/gnu/stubs.h + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h + /usr/include/stdint.h + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h + /usr/include/x86_64-linux-gnu/bits/types.h + /usr/include/x86_64-linux-gnu/bits/timesize.h + /usr/include/x86_64-linux-gnu/bits/typesizes.h + /usr/include/x86_64-linux-gnu/bits/time64.h + /usr/include/x86_64-linux-gnu/bits/wchar.h + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h + /usr/include/assert.h + /usr/include/time.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h + /usr/include/x86_64-linux-gnu/bits/time.h + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h + /usr/include/x86_64-linux-gnu/bits/types/time_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h + /usr/include/x86_64-linux-gnu/bits/endian.h + /usr/include/x86_64-linux-gnu/bits/endianness.h + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h + /usr/include/string.h + /usr/include/strings.h + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h + /usr/include/x86_64-linux-gnu/bits/string_fortified.h + /usr/include/stdio.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h + /usr/include/x86_64-linux-gnu/bits/types/FILE.h + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h + /usr/include/x86_64-linux-gnu/bits/stdio.h + /usr/include/x86_64-linux-gnu/bits/stdio2.h + /usr/include/stdlib.h + /usr/include/x86_64-linux-gnu/bits/waitflags.h + /usr/include/x86_64-linux-gnu/bits/waitstatus.h + /usr/include/x86_64-linux-gnu/bits/floatn.h + /usr/include/x86_64-linux-gnu/bits/floatn-common.h + /usr/include/x86_64-linux-gnu/sys/types.h + /usr/include/endian.h + /usr/include/x86_64-linux-gnu/bits/byteswap.h + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h + /usr/include/x86_64-linux-gnu/sys/select.h + /usr/include/x86_64-linux-gnu/bits/select.h + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h + /usr/include/x86_64-linux-gnu/bits/select2.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h + /usr/include/alloca.h + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h + /usr/include/x86_64-linux-gnu/bits/stdlib.h + /usr/include/math.h + /usr/include/x86_64-linux-gnu/bits/math-vector.h + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h + /usr/include/x86_64-linux-gnu/bits/fp-logb.h + /usr/include/x86_64-linux-gnu/bits/fp-fast.h + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h + /usr/include/x86_64-linux-gnu/bits/mathcalls.h + /usr/include/x86_64-linux-gnu/bits/mathinline.h + /usr/include/ctype.h + /usr/include/pthread.h + /usr/include/sched.h + /usr/include/x86_64-linux-gnu/bits/sched.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h + /usr/include/x86_64-linux-gnu/bits/cpu-set.h + /usr/include/x86_64-linux-gnu/bits/setjmp.h + /usr/include/signal.h + /usr/include/x86_64-linux-gnu/bits/signum.h + /usr/include/x86_64-linux-gnu/bits/signum-generic.h + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h + /usr/include/x86_64-linux-gnu/bits/sigaction.h + /usr/include/x86_64-linux-gnu/bits/sigcontext.h + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h + /usr/include/x86_64-linux-gnu/sys/ucontext.h + /usr/include/x86_64-linux-gnu/bits/sigstack.h + /usr/include/x86_64-linux-gnu/bits/ss_flags.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h + /usr/include/x86_64-linux-gnu/bits/sigthread.h + /usr/include/x86_64-linux-gnu/bits/signal_ext.h + /usr/include/semaphore.h + /usr/include/x86_64-linux-gnu/bits/semaphore.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h + /usr/include/limits.h + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h + /usr/include/x86_64-linux-gnu/bits/local_lim.h + /usr/include/linux/limits.h + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h + /usr/include/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h + /usr/include/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h + /usr/include/x86_64-linux-gnu/bits/stat.h + /usr/include/x86_64-linux-gnu/bits/fcntl2.h + /usr/include/unistd.h + /usr/include/x86_64-linux-gnu/bits/posix_opt.h + /usr/include/x86_64-linux-gnu/bits/environments.h + /usr/include/x86_64-linux-gnu/bits/confname.h + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h + /usr/include/x86_64-linux-gnu/bits/getopt_core.h + /usr/include/x86_64-linux-gnu/bits/unistd.h + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h + /usr/include/poll.h + /usr/include/x86_64-linux-gnu/sys/poll.h + /usr/include/x86_64-linux-gnu/bits/poll.h + /usr/include/x86_64-linux-gnu/bits/poll2.h + /usr/include/errno.h + /usr/include/x86_64-linux-gnu/bits/errno.h + /usr/include/linux/errno.h + /usr/include/x86_64-linux-gnu/asm/errno.h + /usr/include/asm-generic/errno.h + /usr/include/asm-generic/errno-base.h + /usr/include/netinet/in.h + /usr/include/x86_64-linux-gnu/sys/socket.h + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h + /usr/include/x86_64-linux-gnu/bits/socket.h + /usr/include/x86_64-linux-gnu/bits/socket_type.h + /usr/include/x86_64-linux-gnu/bits/sockaddr.h + /usr/include/x86_64-linux-gnu/asm/socket.h + /usr/include/asm-generic/socket.h + /usr/include/linux/posix_types.h + /usr/include/linux/stddef.h + /usr/include/x86_64-linux-gnu/asm/posix_types.h + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h + /usr/include/asm-generic/posix_types.h + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h + /usr/include/asm-generic/bitsperlong.h + /usr/include/x86_64-linux-gnu/asm/sockios.h + /usr/include/asm-generic/sockios.h + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h + /usr/include/x86_64-linux-gnu/bits/socket2.h + /usr/include/x86_64-linux-gnu/bits/in.h + /usr/include/x86_64-linux-gnu/sys/stat.h + /usr/include/x86_64-linux-gnu/sys/mman.h + /usr/include/x86_64-linux-gnu/bits/mman.h + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h + /usr/include/x86_64-linux-gnu/bits/mman-linux.h + /usr/include/x86_64-linux-gnu/bits/mman-shared.h + /usr/include/x86_64-linux-gnu/sys/time.h + /usr/include/x86_64-linux-gnu/sys/timeb.h + /usr/include/x86_64-linux-gnu/sys/uio.h + /usr/include/x86_64-linux-gnu/bits/uio_lim.h + /usr/include/x86_64-linux-gnu/sys/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctls.h + /usr/include/x86_64-linux-gnu/asm/ioctls.h + /usr/include/asm-generic/ioctls.h + /usr/include/linux/ioctl.h + /usr/include/x86_64-linux-gnu/asm/ioctl.h + /usr/include/asm-generic/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h + /usr/include/x86_64-linux-gnu/sys/resource.h + /usr/include/x86_64-linux-gnu/bits/resource.h + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h + /usr/include/setjmp.h + /usr/include/x86_64-linux-gnu/bits/setjmp2.h + /home/szadys/wasm-micro-runtime/core/config.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.h + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_export.h + /home/szadys/wasm-micro-runtime/core/iwasm/include/lib_export.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_opcode.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_loader.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h + /home/szadys/wasm-micro-runtime/core/iwasm/compilation/aot.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_loader.c.o + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_loader.c + /usr/include/stdc-predef.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_loader.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h + /usr/include/inttypes.h + /usr/include/features.h + /usr/include/x86_64-linux-gnu/sys/cdefs.h + /usr/include/x86_64-linux-gnu/bits/wordsize.h + /usr/include/x86_64-linux-gnu/bits/long-double.h + /usr/include/x86_64-linux-gnu/gnu/stubs.h + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h + /usr/include/stdint.h + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h + /usr/include/x86_64-linux-gnu/bits/types.h + /usr/include/x86_64-linux-gnu/bits/timesize.h + /usr/include/x86_64-linux-gnu/bits/typesizes.h + /usr/include/x86_64-linux-gnu/bits/time64.h + /usr/include/x86_64-linux-gnu/bits/wchar.h + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h + /usr/include/assert.h + /usr/include/time.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h + /usr/include/x86_64-linux-gnu/bits/time.h + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h + /usr/include/x86_64-linux-gnu/bits/types/time_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h + /usr/include/x86_64-linux-gnu/bits/endian.h + /usr/include/x86_64-linux-gnu/bits/endianness.h + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h + /usr/include/string.h + /usr/include/strings.h + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h + /usr/include/x86_64-linux-gnu/bits/string_fortified.h + /usr/include/stdio.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h + /usr/include/x86_64-linux-gnu/bits/types/FILE.h + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h + /usr/include/x86_64-linux-gnu/bits/stdio.h + /usr/include/x86_64-linux-gnu/bits/stdio2.h + /usr/include/stdlib.h + /usr/include/x86_64-linux-gnu/bits/waitflags.h + /usr/include/x86_64-linux-gnu/bits/waitstatus.h + /usr/include/x86_64-linux-gnu/bits/floatn.h + /usr/include/x86_64-linux-gnu/bits/floatn-common.h + /usr/include/x86_64-linux-gnu/sys/types.h + /usr/include/endian.h + /usr/include/x86_64-linux-gnu/bits/byteswap.h + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h + /usr/include/x86_64-linux-gnu/sys/select.h + /usr/include/x86_64-linux-gnu/bits/select.h + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h + /usr/include/x86_64-linux-gnu/bits/select2.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h + /usr/include/alloca.h + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h + /usr/include/x86_64-linux-gnu/bits/stdlib.h + /usr/include/math.h + /usr/include/x86_64-linux-gnu/bits/math-vector.h + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h + /usr/include/x86_64-linux-gnu/bits/fp-logb.h + /usr/include/x86_64-linux-gnu/bits/fp-fast.h + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h + /usr/include/x86_64-linux-gnu/bits/mathcalls.h + /usr/include/x86_64-linux-gnu/bits/mathinline.h + /usr/include/ctype.h + /usr/include/pthread.h + /usr/include/sched.h + /usr/include/x86_64-linux-gnu/bits/sched.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h + /usr/include/x86_64-linux-gnu/bits/cpu-set.h + /usr/include/x86_64-linux-gnu/bits/setjmp.h + /usr/include/signal.h + /usr/include/x86_64-linux-gnu/bits/signum.h + /usr/include/x86_64-linux-gnu/bits/signum-generic.h + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h + /usr/include/x86_64-linux-gnu/bits/sigaction.h + /usr/include/x86_64-linux-gnu/bits/sigcontext.h + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h + /usr/include/x86_64-linux-gnu/sys/ucontext.h + /usr/include/x86_64-linux-gnu/bits/sigstack.h + /usr/include/x86_64-linux-gnu/bits/ss_flags.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h + /usr/include/x86_64-linux-gnu/bits/sigthread.h + /usr/include/x86_64-linux-gnu/bits/signal_ext.h + /usr/include/semaphore.h + /usr/include/x86_64-linux-gnu/bits/semaphore.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h + /usr/include/limits.h + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h + /usr/include/x86_64-linux-gnu/bits/local_lim.h + /usr/include/linux/limits.h + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h + /usr/include/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h + /usr/include/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h + /usr/include/x86_64-linux-gnu/bits/stat.h + /usr/include/x86_64-linux-gnu/bits/fcntl2.h + /usr/include/unistd.h + /usr/include/x86_64-linux-gnu/bits/posix_opt.h + /usr/include/x86_64-linux-gnu/bits/environments.h + /usr/include/x86_64-linux-gnu/bits/confname.h + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h + /usr/include/x86_64-linux-gnu/bits/getopt_core.h + /usr/include/x86_64-linux-gnu/bits/unistd.h + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h + /usr/include/poll.h + /usr/include/x86_64-linux-gnu/sys/poll.h + /usr/include/x86_64-linux-gnu/bits/poll.h + /usr/include/x86_64-linux-gnu/bits/poll2.h + /usr/include/errno.h + /usr/include/x86_64-linux-gnu/bits/errno.h + /usr/include/linux/errno.h + /usr/include/x86_64-linux-gnu/asm/errno.h + /usr/include/asm-generic/errno.h + /usr/include/asm-generic/errno-base.h + /usr/include/netinet/in.h + /usr/include/x86_64-linux-gnu/sys/socket.h + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h + /usr/include/x86_64-linux-gnu/bits/socket.h + /usr/include/x86_64-linux-gnu/bits/socket_type.h + /usr/include/x86_64-linux-gnu/bits/sockaddr.h + /usr/include/x86_64-linux-gnu/asm/socket.h + /usr/include/asm-generic/socket.h + /usr/include/linux/posix_types.h + /usr/include/linux/stddef.h + /usr/include/x86_64-linux-gnu/asm/posix_types.h + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h + /usr/include/asm-generic/posix_types.h + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h + /usr/include/asm-generic/bitsperlong.h + /usr/include/x86_64-linux-gnu/asm/sockios.h + /usr/include/asm-generic/sockios.h + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h + /usr/include/x86_64-linux-gnu/bits/socket2.h + /usr/include/x86_64-linux-gnu/bits/in.h + /usr/include/x86_64-linux-gnu/sys/stat.h + /usr/include/x86_64-linux-gnu/sys/mman.h + /usr/include/x86_64-linux-gnu/bits/mman.h + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h + /usr/include/x86_64-linux-gnu/bits/mman-linux.h + /usr/include/x86_64-linux-gnu/bits/mman-shared.h + /usr/include/x86_64-linux-gnu/sys/time.h + /usr/include/x86_64-linux-gnu/sys/timeb.h + /usr/include/x86_64-linux-gnu/sys/uio.h + /usr/include/x86_64-linux-gnu/bits/uio_lim.h + /usr/include/x86_64-linux-gnu/sys/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctls.h + /usr/include/x86_64-linux-gnu/asm/ioctls.h + /usr/include/asm-generic/ioctls.h + /usr/include/linux/ioctl.h + /usr/include/x86_64-linux-gnu/asm/ioctl.h + /usr/include/asm-generic/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h + /usr/include/x86_64-linux-gnu/sys/resource.h + /usr/include/x86_64-linux-gnu/bits/resource.h + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h + /usr/include/setjmp.h + /usr/include/x86_64-linux-gnu/bits/setjmp2.h + /home/szadys/wasm-micro-runtime/core/config.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.h + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_export.h + /home/szadys/wasm-micro-runtime/core/iwasm/include/lib_export.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_opcode.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_memory.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.c.o + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.c + /usr/include/stdc-predef.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h + /usr/include/inttypes.h + /usr/include/features.h + /usr/include/x86_64-linux-gnu/sys/cdefs.h + /usr/include/x86_64-linux-gnu/bits/wordsize.h + /usr/include/x86_64-linux-gnu/bits/long-double.h + /usr/include/x86_64-linux-gnu/gnu/stubs.h + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h + /usr/include/stdint.h + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h + /usr/include/x86_64-linux-gnu/bits/types.h + /usr/include/x86_64-linux-gnu/bits/timesize.h + /usr/include/x86_64-linux-gnu/bits/typesizes.h + /usr/include/x86_64-linux-gnu/bits/time64.h + /usr/include/x86_64-linux-gnu/bits/wchar.h + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h + /usr/include/assert.h + /usr/include/time.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h + /usr/include/x86_64-linux-gnu/bits/time.h + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h + /usr/include/x86_64-linux-gnu/bits/types/time_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h + /usr/include/x86_64-linux-gnu/bits/endian.h + /usr/include/x86_64-linux-gnu/bits/endianness.h + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h + /usr/include/string.h + /usr/include/strings.h + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h + /usr/include/x86_64-linux-gnu/bits/string_fortified.h + /usr/include/stdio.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h + /usr/include/x86_64-linux-gnu/bits/types/FILE.h + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h + /usr/include/x86_64-linux-gnu/bits/stdio.h + /usr/include/x86_64-linux-gnu/bits/stdio2.h + /usr/include/stdlib.h + /usr/include/x86_64-linux-gnu/bits/waitflags.h + /usr/include/x86_64-linux-gnu/bits/waitstatus.h + /usr/include/x86_64-linux-gnu/bits/floatn.h + /usr/include/x86_64-linux-gnu/bits/floatn-common.h + /usr/include/x86_64-linux-gnu/sys/types.h + /usr/include/endian.h + /usr/include/x86_64-linux-gnu/bits/byteswap.h + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h + /usr/include/x86_64-linux-gnu/sys/select.h + /usr/include/x86_64-linux-gnu/bits/select.h + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h + /usr/include/x86_64-linux-gnu/bits/select2.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h + /usr/include/alloca.h + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h + /usr/include/x86_64-linux-gnu/bits/stdlib.h + /usr/include/math.h + /usr/include/x86_64-linux-gnu/bits/math-vector.h + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h + /usr/include/x86_64-linux-gnu/bits/fp-logb.h + /usr/include/x86_64-linux-gnu/bits/fp-fast.h + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h + /usr/include/x86_64-linux-gnu/bits/mathcalls.h + /usr/include/x86_64-linux-gnu/bits/mathinline.h + /usr/include/ctype.h + /usr/include/pthread.h + /usr/include/sched.h + /usr/include/x86_64-linux-gnu/bits/sched.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h + /usr/include/x86_64-linux-gnu/bits/cpu-set.h + /usr/include/x86_64-linux-gnu/bits/setjmp.h + /usr/include/signal.h + /usr/include/x86_64-linux-gnu/bits/signum.h + /usr/include/x86_64-linux-gnu/bits/signum-generic.h + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h + /usr/include/x86_64-linux-gnu/bits/sigaction.h + /usr/include/x86_64-linux-gnu/bits/sigcontext.h + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h + /usr/include/x86_64-linux-gnu/sys/ucontext.h + /usr/include/x86_64-linux-gnu/bits/sigstack.h + /usr/include/x86_64-linux-gnu/bits/ss_flags.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h + /usr/include/x86_64-linux-gnu/bits/sigthread.h + /usr/include/x86_64-linux-gnu/bits/signal_ext.h + /usr/include/semaphore.h + /usr/include/x86_64-linux-gnu/bits/semaphore.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h + /usr/include/limits.h + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h + /usr/include/x86_64-linux-gnu/bits/local_lim.h + /usr/include/linux/limits.h + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h + /usr/include/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h + /usr/include/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h + /usr/include/x86_64-linux-gnu/bits/stat.h + /usr/include/x86_64-linux-gnu/bits/fcntl2.h + /usr/include/unistd.h + /usr/include/x86_64-linux-gnu/bits/posix_opt.h + /usr/include/x86_64-linux-gnu/bits/environments.h + /usr/include/x86_64-linux-gnu/bits/confname.h + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h + /usr/include/x86_64-linux-gnu/bits/getopt_core.h + /usr/include/x86_64-linux-gnu/bits/unistd.h + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h + /usr/include/poll.h + /usr/include/x86_64-linux-gnu/sys/poll.h + /usr/include/x86_64-linux-gnu/bits/poll.h + /usr/include/x86_64-linux-gnu/bits/poll2.h + /usr/include/errno.h + /usr/include/x86_64-linux-gnu/bits/errno.h + /usr/include/linux/errno.h + /usr/include/x86_64-linux-gnu/asm/errno.h + /usr/include/asm-generic/errno.h + /usr/include/asm-generic/errno-base.h + /usr/include/netinet/in.h + /usr/include/x86_64-linux-gnu/sys/socket.h + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h + /usr/include/x86_64-linux-gnu/bits/socket.h + /usr/include/x86_64-linux-gnu/bits/socket_type.h + /usr/include/x86_64-linux-gnu/bits/sockaddr.h + /usr/include/x86_64-linux-gnu/asm/socket.h + /usr/include/asm-generic/socket.h + /usr/include/linux/posix_types.h + /usr/include/linux/stddef.h + /usr/include/x86_64-linux-gnu/asm/posix_types.h + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h + /usr/include/asm-generic/posix_types.h + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h + /usr/include/asm-generic/bitsperlong.h + /usr/include/x86_64-linux-gnu/asm/sockios.h + /usr/include/asm-generic/sockios.h + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h + /usr/include/x86_64-linux-gnu/bits/socket2.h + /usr/include/x86_64-linux-gnu/bits/in.h + /usr/include/x86_64-linux-gnu/sys/stat.h + /usr/include/x86_64-linux-gnu/sys/mman.h + /usr/include/x86_64-linux-gnu/bits/mman.h + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h + /usr/include/x86_64-linux-gnu/bits/mman-linux.h + /usr/include/x86_64-linux-gnu/bits/mman-shared.h + /usr/include/x86_64-linux-gnu/sys/time.h + /usr/include/x86_64-linux-gnu/sys/timeb.h + /usr/include/x86_64-linux-gnu/sys/uio.h + /usr/include/x86_64-linux-gnu/bits/uio_lim.h + /usr/include/x86_64-linux-gnu/sys/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctls.h + /usr/include/x86_64-linux-gnu/asm/ioctls.h + /usr/include/asm-generic/ioctls.h + /usr/include/linux/ioctl.h + /usr/include/x86_64-linux-gnu/asm/ioctl.h + /usr/include/asm-generic/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h + /usr/include/x86_64-linux-gnu/sys/resource.h + /usr/include/x86_64-linux-gnu/bits/resource.h + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h + /usr/include/setjmp.h + /usr/include/x86_64-linux-gnu/bits/setjmp2.h + /home/szadys/wasm-micro-runtime/core/config.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.h + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_export.h + /home/szadys/wasm-micro-runtime/core/iwasm/include/lib_export.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_loader.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_interp.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h + /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/mem_alloc.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h + /home/szadys/wasm-micro-runtime/core/iwasm/compilation/aot.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + /home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr/thread_manager.h + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_export.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/lib-pthread/lib_pthread_wrapper.c.o + /home/szadys/wasm-micro-runtime/core/iwasm/libraries/lib-pthread/lib_pthread_wrapper.c + /usr/include/stdc-predef.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h + /usr/include/inttypes.h + /usr/include/features.h + /usr/include/x86_64-linux-gnu/sys/cdefs.h + /usr/include/x86_64-linux-gnu/bits/wordsize.h + /usr/include/x86_64-linux-gnu/bits/long-double.h + /usr/include/x86_64-linux-gnu/gnu/stubs.h + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h + /usr/include/stdint.h + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h + /usr/include/x86_64-linux-gnu/bits/types.h + /usr/include/x86_64-linux-gnu/bits/timesize.h + /usr/include/x86_64-linux-gnu/bits/typesizes.h + /usr/include/x86_64-linux-gnu/bits/time64.h + /usr/include/x86_64-linux-gnu/bits/wchar.h + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h + /usr/include/assert.h + /usr/include/time.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h + /usr/include/x86_64-linux-gnu/bits/time.h + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h + /usr/include/x86_64-linux-gnu/bits/types/time_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h + /usr/include/x86_64-linux-gnu/bits/endian.h + /usr/include/x86_64-linux-gnu/bits/endianness.h + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h + /usr/include/string.h + /usr/include/strings.h + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h + /usr/include/x86_64-linux-gnu/bits/string_fortified.h + /usr/include/stdio.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h + /usr/include/x86_64-linux-gnu/bits/types/FILE.h + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h + /usr/include/x86_64-linux-gnu/bits/stdio.h + /usr/include/x86_64-linux-gnu/bits/stdio2.h + /usr/include/stdlib.h + /usr/include/x86_64-linux-gnu/bits/waitflags.h + /usr/include/x86_64-linux-gnu/bits/waitstatus.h + /usr/include/x86_64-linux-gnu/bits/floatn.h + /usr/include/x86_64-linux-gnu/bits/floatn-common.h + /usr/include/x86_64-linux-gnu/sys/types.h + /usr/include/endian.h + /usr/include/x86_64-linux-gnu/bits/byteswap.h + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h + /usr/include/x86_64-linux-gnu/sys/select.h + /usr/include/x86_64-linux-gnu/bits/select.h + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h + /usr/include/x86_64-linux-gnu/bits/select2.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h + /usr/include/alloca.h + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h + /usr/include/x86_64-linux-gnu/bits/stdlib.h + /usr/include/math.h + /usr/include/x86_64-linux-gnu/bits/math-vector.h + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h + /usr/include/x86_64-linux-gnu/bits/fp-logb.h + /usr/include/x86_64-linux-gnu/bits/fp-fast.h + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h + /usr/include/x86_64-linux-gnu/bits/mathcalls.h + /usr/include/x86_64-linux-gnu/bits/mathinline.h + /usr/include/ctype.h + /usr/include/pthread.h + /usr/include/sched.h + /usr/include/x86_64-linux-gnu/bits/sched.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h + /usr/include/x86_64-linux-gnu/bits/cpu-set.h + /usr/include/x86_64-linux-gnu/bits/setjmp.h + /usr/include/signal.h + /usr/include/x86_64-linux-gnu/bits/signum.h + /usr/include/x86_64-linux-gnu/bits/signum-generic.h + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h + /usr/include/x86_64-linux-gnu/bits/sigaction.h + /usr/include/x86_64-linux-gnu/bits/sigcontext.h + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h + /usr/include/x86_64-linux-gnu/sys/ucontext.h + /usr/include/x86_64-linux-gnu/bits/sigstack.h + /usr/include/x86_64-linux-gnu/bits/ss_flags.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h + /usr/include/x86_64-linux-gnu/bits/sigthread.h + /usr/include/x86_64-linux-gnu/bits/signal_ext.h + /usr/include/semaphore.h + /usr/include/x86_64-linux-gnu/bits/semaphore.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h + /usr/include/limits.h + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h + /usr/include/x86_64-linux-gnu/bits/local_lim.h + /usr/include/linux/limits.h + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h + /usr/include/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h + /usr/include/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h + /usr/include/x86_64-linux-gnu/bits/stat.h + /usr/include/x86_64-linux-gnu/bits/fcntl2.h + /usr/include/unistd.h + /usr/include/x86_64-linux-gnu/bits/posix_opt.h + /usr/include/x86_64-linux-gnu/bits/environments.h + /usr/include/x86_64-linux-gnu/bits/confname.h + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h + /usr/include/x86_64-linux-gnu/bits/getopt_core.h + /usr/include/x86_64-linux-gnu/bits/unistd.h + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h + /usr/include/poll.h + /usr/include/x86_64-linux-gnu/sys/poll.h + /usr/include/x86_64-linux-gnu/bits/poll.h + /usr/include/x86_64-linux-gnu/bits/poll2.h + /usr/include/errno.h + /usr/include/x86_64-linux-gnu/bits/errno.h + /usr/include/linux/errno.h + /usr/include/x86_64-linux-gnu/asm/errno.h + /usr/include/asm-generic/errno.h + /usr/include/asm-generic/errno-base.h + /usr/include/netinet/in.h + /usr/include/x86_64-linux-gnu/sys/socket.h + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h + /usr/include/x86_64-linux-gnu/bits/socket.h + /usr/include/x86_64-linux-gnu/bits/socket_type.h + /usr/include/x86_64-linux-gnu/bits/sockaddr.h + /usr/include/x86_64-linux-gnu/asm/socket.h + /usr/include/asm-generic/socket.h + /usr/include/linux/posix_types.h + /usr/include/linux/stddef.h + /usr/include/x86_64-linux-gnu/asm/posix_types.h + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h + /usr/include/asm-generic/posix_types.h + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h + /usr/include/asm-generic/bitsperlong.h + /usr/include/x86_64-linux-gnu/asm/sockios.h + /usr/include/asm-generic/sockios.h + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h + /usr/include/x86_64-linux-gnu/bits/socket2.h + /usr/include/x86_64-linux-gnu/bits/in.h + /usr/include/x86_64-linux-gnu/sys/stat.h + /usr/include/x86_64-linux-gnu/sys/mman.h + /usr/include/x86_64-linux-gnu/bits/mman.h + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h + /usr/include/x86_64-linux-gnu/bits/mman-linux.h + /usr/include/x86_64-linux-gnu/bits/mman-shared.h + /usr/include/x86_64-linux-gnu/sys/time.h + /usr/include/x86_64-linux-gnu/sys/timeb.h + /usr/include/x86_64-linux-gnu/sys/uio.h + /usr/include/x86_64-linux-gnu/bits/uio_lim.h + /usr/include/x86_64-linux-gnu/sys/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctls.h + /usr/include/x86_64-linux-gnu/asm/ioctls.h + /usr/include/asm-generic/ioctls.h + /usr/include/linux/ioctl.h + /usr/include/x86_64-linux-gnu/asm/ioctl.h + /usr/include/asm-generic/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h + /usr/include/x86_64-linux-gnu/sys/resource.h + /usr/include/x86_64-linux-gnu/bits/resource.h + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h + /usr/include/setjmp.h + /usr/include/x86_64-linux-gnu/bits/setjmp2.h + /home/szadys/wasm-micro-runtime/core/config.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_export.h + /home/szadys/wasm-micro-runtime/core/iwasm/include/lib_export.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.h + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_export.h + /home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr/thread_manager.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h + /home/szadys/wasm-micro-runtime/core/iwasm/compilation/aot.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/libc-builtin/libc_builtin_wrapper.c.o + /home/szadys/wasm-micro-runtime/core/iwasm/libraries/libc-builtin/libc_builtin_wrapper.c + /usr/include/stdc-predef.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h + /usr/include/inttypes.h + /usr/include/features.h + /usr/include/x86_64-linux-gnu/sys/cdefs.h + /usr/include/x86_64-linux-gnu/bits/wordsize.h + /usr/include/x86_64-linux-gnu/bits/long-double.h + /usr/include/x86_64-linux-gnu/gnu/stubs.h + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h + /usr/include/stdint.h + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h + /usr/include/x86_64-linux-gnu/bits/types.h + /usr/include/x86_64-linux-gnu/bits/timesize.h + /usr/include/x86_64-linux-gnu/bits/typesizes.h + /usr/include/x86_64-linux-gnu/bits/time64.h + /usr/include/x86_64-linux-gnu/bits/wchar.h + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h + /usr/include/assert.h + /usr/include/time.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h + /usr/include/x86_64-linux-gnu/bits/time.h + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h + /usr/include/x86_64-linux-gnu/bits/types/time_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h + /usr/include/x86_64-linux-gnu/bits/endian.h + /usr/include/x86_64-linux-gnu/bits/endianness.h + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h + /usr/include/string.h + /usr/include/strings.h + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h + /usr/include/x86_64-linux-gnu/bits/string_fortified.h + /usr/include/stdio.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h + /usr/include/x86_64-linux-gnu/bits/types/FILE.h + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h + /usr/include/x86_64-linux-gnu/bits/stdio.h + /usr/include/x86_64-linux-gnu/bits/stdio2.h + /usr/include/stdlib.h + /usr/include/x86_64-linux-gnu/bits/waitflags.h + /usr/include/x86_64-linux-gnu/bits/waitstatus.h + /usr/include/x86_64-linux-gnu/bits/floatn.h + /usr/include/x86_64-linux-gnu/bits/floatn-common.h + /usr/include/x86_64-linux-gnu/sys/types.h + /usr/include/endian.h + /usr/include/x86_64-linux-gnu/bits/byteswap.h + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h + /usr/include/x86_64-linux-gnu/sys/select.h + /usr/include/x86_64-linux-gnu/bits/select.h + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h + /usr/include/x86_64-linux-gnu/bits/select2.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h + /usr/include/alloca.h + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h + /usr/include/x86_64-linux-gnu/bits/stdlib.h + /usr/include/math.h + /usr/include/x86_64-linux-gnu/bits/math-vector.h + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h + /usr/include/x86_64-linux-gnu/bits/fp-logb.h + /usr/include/x86_64-linux-gnu/bits/fp-fast.h + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h + /usr/include/x86_64-linux-gnu/bits/mathcalls.h + /usr/include/x86_64-linux-gnu/bits/mathinline.h + /usr/include/ctype.h + /usr/include/pthread.h + /usr/include/sched.h + /usr/include/x86_64-linux-gnu/bits/sched.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h + /usr/include/x86_64-linux-gnu/bits/cpu-set.h + /usr/include/x86_64-linux-gnu/bits/setjmp.h + /usr/include/signal.h + /usr/include/x86_64-linux-gnu/bits/signum.h + /usr/include/x86_64-linux-gnu/bits/signum-generic.h + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h + /usr/include/x86_64-linux-gnu/bits/sigaction.h + /usr/include/x86_64-linux-gnu/bits/sigcontext.h + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h + /usr/include/x86_64-linux-gnu/sys/ucontext.h + /usr/include/x86_64-linux-gnu/bits/sigstack.h + /usr/include/x86_64-linux-gnu/bits/ss_flags.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h + /usr/include/x86_64-linux-gnu/bits/sigthread.h + /usr/include/x86_64-linux-gnu/bits/signal_ext.h + /usr/include/semaphore.h + /usr/include/x86_64-linux-gnu/bits/semaphore.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h + /usr/include/limits.h + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h + /usr/include/x86_64-linux-gnu/bits/local_lim.h + /usr/include/linux/limits.h + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h + /usr/include/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h + /usr/include/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h + /usr/include/x86_64-linux-gnu/bits/stat.h + /usr/include/x86_64-linux-gnu/bits/fcntl2.h + /usr/include/unistd.h + /usr/include/x86_64-linux-gnu/bits/posix_opt.h + /usr/include/x86_64-linux-gnu/bits/environments.h + /usr/include/x86_64-linux-gnu/bits/confname.h + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h + /usr/include/x86_64-linux-gnu/bits/getopt_core.h + /usr/include/x86_64-linux-gnu/bits/unistd.h + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h + /usr/include/poll.h + /usr/include/x86_64-linux-gnu/sys/poll.h + /usr/include/x86_64-linux-gnu/bits/poll.h + /usr/include/x86_64-linux-gnu/bits/poll2.h + /usr/include/errno.h + /usr/include/x86_64-linux-gnu/bits/errno.h + /usr/include/linux/errno.h + /usr/include/x86_64-linux-gnu/asm/errno.h + /usr/include/asm-generic/errno.h + /usr/include/asm-generic/errno-base.h + /usr/include/netinet/in.h + /usr/include/x86_64-linux-gnu/sys/socket.h + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h + /usr/include/x86_64-linux-gnu/bits/socket.h + /usr/include/x86_64-linux-gnu/bits/socket_type.h + /usr/include/x86_64-linux-gnu/bits/sockaddr.h + /usr/include/x86_64-linux-gnu/asm/socket.h + /usr/include/asm-generic/socket.h + /usr/include/linux/posix_types.h + /usr/include/linux/stddef.h + /usr/include/x86_64-linux-gnu/asm/posix_types.h + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h + /usr/include/asm-generic/posix_types.h + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h + /usr/include/asm-generic/bitsperlong.h + /usr/include/x86_64-linux-gnu/asm/sockios.h + /usr/include/asm-generic/sockios.h + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h + /usr/include/x86_64-linux-gnu/bits/socket2.h + /usr/include/x86_64-linux-gnu/bits/in.h + /usr/include/x86_64-linux-gnu/sys/stat.h + /usr/include/x86_64-linux-gnu/sys/mman.h + /usr/include/x86_64-linux-gnu/bits/mman.h + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h + /usr/include/x86_64-linux-gnu/bits/mman-linux.h + /usr/include/x86_64-linux-gnu/bits/mman-shared.h + /usr/include/x86_64-linux-gnu/sys/time.h + /usr/include/x86_64-linux-gnu/sys/timeb.h + /usr/include/x86_64-linux-gnu/sys/uio.h + /usr/include/x86_64-linux-gnu/bits/uio_lim.h + /usr/include/x86_64-linux-gnu/sys/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctls.h + /usr/include/x86_64-linux-gnu/asm/ioctls.h + /usr/include/asm-generic/ioctls.h + /usr/include/linux/ioctl.h + /usr/include/x86_64-linux-gnu/asm/ioctl.h + /usr/include/asm-generic/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h + /usr/include/x86_64-linux-gnu/sys/resource.h + /usr/include/x86_64-linux-gnu/bits/resource.h + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h + /usr/include/setjmp.h + /usr/include/x86_64-linux-gnu/bits/setjmp2.h + /home/szadys/wasm-micro-runtime/core/config.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_export.h + /home/szadys/wasm-micro-runtime/core/iwasm/include/lib_export.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr/thread_manager.c.o + /home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr/thread_manager.c + /usr/include/stdc-predef.h + /home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr/thread_manager.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h + /usr/include/inttypes.h + /usr/include/features.h + /usr/include/x86_64-linux-gnu/sys/cdefs.h + /usr/include/x86_64-linux-gnu/bits/wordsize.h + /usr/include/x86_64-linux-gnu/bits/long-double.h + /usr/include/x86_64-linux-gnu/gnu/stubs.h + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h + /usr/include/stdint.h + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h + /usr/include/x86_64-linux-gnu/bits/types.h + /usr/include/x86_64-linux-gnu/bits/timesize.h + /usr/include/x86_64-linux-gnu/bits/typesizes.h + /usr/include/x86_64-linux-gnu/bits/time64.h + /usr/include/x86_64-linux-gnu/bits/wchar.h + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h + /usr/include/assert.h + /usr/include/time.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h + /usr/include/x86_64-linux-gnu/bits/time.h + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h + /usr/include/x86_64-linux-gnu/bits/types/time_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h + /usr/include/x86_64-linux-gnu/bits/endian.h + /usr/include/x86_64-linux-gnu/bits/endianness.h + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h + /usr/include/string.h + /usr/include/strings.h + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h + /usr/include/x86_64-linux-gnu/bits/string_fortified.h + /usr/include/stdio.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h + /usr/include/x86_64-linux-gnu/bits/types/FILE.h + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h + /usr/include/x86_64-linux-gnu/bits/stdio.h + /usr/include/x86_64-linux-gnu/bits/stdio2.h + /usr/include/stdlib.h + /usr/include/x86_64-linux-gnu/bits/waitflags.h + /usr/include/x86_64-linux-gnu/bits/waitstatus.h + /usr/include/x86_64-linux-gnu/bits/floatn.h + /usr/include/x86_64-linux-gnu/bits/floatn-common.h + /usr/include/x86_64-linux-gnu/sys/types.h + /usr/include/endian.h + /usr/include/x86_64-linux-gnu/bits/byteswap.h + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h + /usr/include/x86_64-linux-gnu/sys/select.h + /usr/include/x86_64-linux-gnu/bits/select.h + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h + /usr/include/x86_64-linux-gnu/bits/select2.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h + /usr/include/alloca.h + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h + /usr/include/x86_64-linux-gnu/bits/stdlib.h + /usr/include/math.h + /usr/include/x86_64-linux-gnu/bits/math-vector.h + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h + /usr/include/x86_64-linux-gnu/bits/fp-logb.h + /usr/include/x86_64-linux-gnu/bits/fp-fast.h + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h + /usr/include/x86_64-linux-gnu/bits/mathcalls.h + /usr/include/x86_64-linux-gnu/bits/mathinline.h + /usr/include/ctype.h + /usr/include/pthread.h + /usr/include/sched.h + /usr/include/x86_64-linux-gnu/bits/sched.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h + /usr/include/x86_64-linux-gnu/bits/cpu-set.h + /usr/include/x86_64-linux-gnu/bits/setjmp.h + /usr/include/signal.h + /usr/include/x86_64-linux-gnu/bits/signum.h + /usr/include/x86_64-linux-gnu/bits/signum-generic.h + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h + /usr/include/x86_64-linux-gnu/bits/sigaction.h + /usr/include/x86_64-linux-gnu/bits/sigcontext.h + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h + /usr/include/x86_64-linux-gnu/sys/ucontext.h + /usr/include/x86_64-linux-gnu/bits/sigstack.h + /usr/include/x86_64-linux-gnu/bits/ss_flags.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h + /usr/include/x86_64-linux-gnu/bits/sigthread.h + /usr/include/x86_64-linux-gnu/bits/signal_ext.h + /usr/include/semaphore.h + /usr/include/x86_64-linux-gnu/bits/semaphore.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h + /usr/include/limits.h + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h + /usr/include/x86_64-linux-gnu/bits/local_lim.h + /usr/include/linux/limits.h + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h + /usr/include/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h + /usr/include/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h + /usr/include/x86_64-linux-gnu/bits/stat.h + /usr/include/x86_64-linux-gnu/bits/fcntl2.h + /usr/include/unistd.h + /usr/include/x86_64-linux-gnu/bits/posix_opt.h + /usr/include/x86_64-linux-gnu/bits/environments.h + /usr/include/x86_64-linux-gnu/bits/confname.h + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h + /usr/include/x86_64-linux-gnu/bits/getopt_core.h + /usr/include/x86_64-linux-gnu/bits/unistd.h + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h + /usr/include/poll.h + /usr/include/x86_64-linux-gnu/sys/poll.h + /usr/include/x86_64-linux-gnu/bits/poll.h + /usr/include/x86_64-linux-gnu/bits/poll2.h + /usr/include/errno.h + /usr/include/x86_64-linux-gnu/bits/errno.h + /usr/include/linux/errno.h + /usr/include/x86_64-linux-gnu/asm/errno.h + /usr/include/asm-generic/errno.h + /usr/include/asm-generic/errno-base.h + /usr/include/netinet/in.h + /usr/include/x86_64-linux-gnu/sys/socket.h + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h + /usr/include/x86_64-linux-gnu/bits/socket.h + /usr/include/x86_64-linux-gnu/bits/socket_type.h + /usr/include/x86_64-linux-gnu/bits/sockaddr.h + /usr/include/x86_64-linux-gnu/asm/socket.h + /usr/include/asm-generic/socket.h + /usr/include/linux/posix_types.h + /usr/include/linux/stddef.h + /usr/include/x86_64-linux-gnu/asm/posix_types.h + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h + /usr/include/asm-generic/posix_types.h + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h + /usr/include/asm-generic/bitsperlong.h + /usr/include/x86_64-linux-gnu/asm/sockios.h + /usr/include/asm-generic/sockios.h + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h + /usr/include/x86_64-linux-gnu/bits/socket2.h + /usr/include/x86_64-linux-gnu/bits/in.h + /usr/include/x86_64-linux-gnu/sys/stat.h + /usr/include/x86_64-linux-gnu/sys/mman.h + /usr/include/x86_64-linux-gnu/bits/mman.h + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h + /usr/include/x86_64-linux-gnu/bits/mman-linux.h + /usr/include/x86_64-linux-gnu/bits/mman-shared.h + /usr/include/x86_64-linux-gnu/sys/time.h + /usr/include/x86_64-linux-gnu/sys/timeb.h + /usr/include/x86_64-linux-gnu/sys/uio.h + /usr/include/x86_64-linux-gnu/bits/uio_lim.h + /usr/include/x86_64-linux-gnu/sys/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctls.h + /usr/include/x86_64-linux-gnu/asm/ioctls.h + /usr/include/asm-generic/ioctls.h + /usr/include/linux/ioctl.h + /usr/include/x86_64-linux-gnu/asm/ioctl.h + /usr/include/asm-generic/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h + /usr/include/x86_64-linux-gnu/sys/resource.h + /usr/include/x86_64-linux-gnu/bits/resource.h + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h + /usr/include/setjmp.h + /usr/include/x86_64-linux-gnu/bits/setjmp2.h + /home/szadys/wasm-micro-runtime/core/config.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_export.h + /home/szadys/wasm-micro-runtime/core/iwasm/include/lib_export.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.h + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_export.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h + /home/szadys/wasm-micro-runtime/core/iwasm/compilation/aot.h + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_alloc.c.o + /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_alloc.c + /usr/include/stdc-predef.h + /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_gc_internal.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h + /usr/include/inttypes.h + /usr/include/features.h + /usr/include/x86_64-linux-gnu/sys/cdefs.h + /usr/include/x86_64-linux-gnu/bits/wordsize.h + /usr/include/x86_64-linux-gnu/bits/long-double.h + /usr/include/x86_64-linux-gnu/gnu/stubs.h + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h + /usr/include/stdint.h + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h + /usr/include/x86_64-linux-gnu/bits/types.h + /usr/include/x86_64-linux-gnu/bits/timesize.h + /usr/include/x86_64-linux-gnu/bits/typesizes.h + /usr/include/x86_64-linux-gnu/bits/time64.h + /usr/include/x86_64-linux-gnu/bits/wchar.h + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h + /usr/include/assert.h + /usr/include/time.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h + /usr/include/x86_64-linux-gnu/bits/time.h + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h + /usr/include/x86_64-linux-gnu/bits/types/time_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h + /usr/include/x86_64-linux-gnu/bits/endian.h + /usr/include/x86_64-linux-gnu/bits/endianness.h + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h + /usr/include/string.h + /usr/include/strings.h + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h + /usr/include/x86_64-linux-gnu/bits/string_fortified.h + /usr/include/stdio.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h + /usr/include/x86_64-linux-gnu/bits/types/FILE.h + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h + /usr/include/x86_64-linux-gnu/bits/stdio.h + /usr/include/x86_64-linux-gnu/bits/stdio2.h + /usr/include/stdlib.h + /usr/include/x86_64-linux-gnu/bits/waitflags.h + /usr/include/x86_64-linux-gnu/bits/waitstatus.h + /usr/include/x86_64-linux-gnu/bits/floatn.h + /usr/include/x86_64-linux-gnu/bits/floatn-common.h + /usr/include/x86_64-linux-gnu/sys/types.h + /usr/include/endian.h + /usr/include/x86_64-linux-gnu/bits/byteswap.h + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h + /usr/include/x86_64-linux-gnu/sys/select.h + /usr/include/x86_64-linux-gnu/bits/select.h + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h + /usr/include/x86_64-linux-gnu/bits/select2.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h + /usr/include/alloca.h + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h + /usr/include/x86_64-linux-gnu/bits/stdlib.h + /usr/include/math.h + /usr/include/x86_64-linux-gnu/bits/math-vector.h + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h + /usr/include/x86_64-linux-gnu/bits/fp-logb.h + /usr/include/x86_64-linux-gnu/bits/fp-fast.h + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h + /usr/include/x86_64-linux-gnu/bits/mathcalls.h + /usr/include/x86_64-linux-gnu/bits/mathinline.h + /usr/include/ctype.h + /usr/include/pthread.h + /usr/include/sched.h + /usr/include/x86_64-linux-gnu/bits/sched.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h + /usr/include/x86_64-linux-gnu/bits/cpu-set.h + /usr/include/x86_64-linux-gnu/bits/setjmp.h + /usr/include/signal.h + /usr/include/x86_64-linux-gnu/bits/signum.h + /usr/include/x86_64-linux-gnu/bits/signum-generic.h + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h + /usr/include/x86_64-linux-gnu/bits/sigaction.h + /usr/include/x86_64-linux-gnu/bits/sigcontext.h + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h + /usr/include/x86_64-linux-gnu/sys/ucontext.h + /usr/include/x86_64-linux-gnu/bits/sigstack.h + /usr/include/x86_64-linux-gnu/bits/ss_flags.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h + /usr/include/x86_64-linux-gnu/bits/sigthread.h + /usr/include/x86_64-linux-gnu/bits/signal_ext.h + /usr/include/semaphore.h + /usr/include/x86_64-linux-gnu/bits/semaphore.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h + /usr/include/limits.h + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h + /usr/include/x86_64-linux-gnu/bits/local_lim.h + /usr/include/linux/limits.h + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h + /usr/include/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h + /usr/include/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h + /usr/include/x86_64-linux-gnu/bits/stat.h + /usr/include/x86_64-linux-gnu/bits/fcntl2.h + /usr/include/unistd.h + /usr/include/x86_64-linux-gnu/bits/posix_opt.h + /usr/include/x86_64-linux-gnu/bits/environments.h + /usr/include/x86_64-linux-gnu/bits/confname.h + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h + /usr/include/x86_64-linux-gnu/bits/getopt_core.h + /usr/include/x86_64-linux-gnu/bits/unistd.h + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h + /usr/include/poll.h + /usr/include/x86_64-linux-gnu/sys/poll.h + /usr/include/x86_64-linux-gnu/bits/poll.h + /usr/include/x86_64-linux-gnu/bits/poll2.h + /usr/include/errno.h + /usr/include/x86_64-linux-gnu/bits/errno.h + /usr/include/linux/errno.h + /usr/include/x86_64-linux-gnu/asm/errno.h + /usr/include/asm-generic/errno.h + /usr/include/asm-generic/errno-base.h + /usr/include/netinet/in.h + /usr/include/x86_64-linux-gnu/sys/socket.h + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h + /usr/include/x86_64-linux-gnu/bits/socket.h + /usr/include/x86_64-linux-gnu/bits/socket_type.h + /usr/include/x86_64-linux-gnu/bits/sockaddr.h + /usr/include/x86_64-linux-gnu/asm/socket.h + /usr/include/asm-generic/socket.h + /usr/include/linux/posix_types.h + /usr/include/linux/stddef.h + /usr/include/x86_64-linux-gnu/asm/posix_types.h + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h + /usr/include/asm-generic/posix_types.h + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h + /usr/include/asm-generic/bitsperlong.h + /usr/include/x86_64-linux-gnu/asm/sockios.h + /usr/include/asm-generic/sockios.h + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h + /usr/include/x86_64-linux-gnu/bits/socket2.h + /usr/include/x86_64-linux-gnu/bits/in.h + /usr/include/x86_64-linux-gnu/sys/stat.h + /usr/include/x86_64-linux-gnu/sys/mman.h + /usr/include/x86_64-linux-gnu/bits/mman.h + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h + /usr/include/x86_64-linux-gnu/bits/mman-linux.h + /usr/include/x86_64-linux-gnu/bits/mman-shared.h + /usr/include/x86_64-linux-gnu/sys/time.h + /usr/include/x86_64-linux-gnu/sys/timeb.h + /usr/include/x86_64-linux-gnu/sys/uio.h + /usr/include/x86_64-linux-gnu/bits/uio_lim.h + /usr/include/x86_64-linux-gnu/sys/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctls.h + /usr/include/x86_64-linux-gnu/asm/ioctls.h + /usr/include/asm-generic/ioctls.h + /usr/include/linux/ioctl.h + /usr/include/x86_64-linux-gnu/asm/ioctl.h + /usr/include/asm-generic/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h + /usr/include/x86_64-linux-gnu/sys/resource.h + /usr/include/x86_64-linux-gnu/bits/resource.h + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h + /usr/include/setjmp.h + /usr/include/x86_64-linux-gnu/bits/setjmp2.h + /home/szadys/wasm-micro-runtime/core/config.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h + /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_gc.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_hmu.c.o + /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_hmu.c + /usr/include/stdc-predef.h + /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_gc_internal.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h + /usr/include/inttypes.h + /usr/include/features.h + /usr/include/x86_64-linux-gnu/sys/cdefs.h + /usr/include/x86_64-linux-gnu/bits/wordsize.h + /usr/include/x86_64-linux-gnu/bits/long-double.h + /usr/include/x86_64-linux-gnu/gnu/stubs.h + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h + /usr/include/stdint.h + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h + /usr/include/x86_64-linux-gnu/bits/types.h + /usr/include/x86_64-linux-gnu/bits/timesize.h + /usr/include/x86_64-linux-gnu/bits/typesizes.h + /usr/include/x86_64-linux-gnu/bits/time64.h + /usr/include/x86_64-linux-gnu/bits/wchar.h + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h + /usr/include/assert.h + /usr/include/time.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h + /usr/include/x86_64-linux-gnu/bits/time.h + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h + /usr/include/x86_64-linux-gnu/bits/types/time_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h + /usr/include/x86_64-linux-gnu/bits/endian.h + /usr/include/x86_64-linux-gnu/bits/endianness.h + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h + /usr/include/string.h + /usr/include/strings.h + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h + /usr/include/x86_64-linux-gnu/bits/string_fortified.h + /usr/include/stdio.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h + /usr/include/x86_64-linux-gnu/bits/types/FILE.h + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h + /usr/include/x86_64-linux-gnu/bits/stdio.h + /usr/include/x86_64-linux-gnu/bits/stdio2.h + /usr/include/stdlib.h + /usr/include/x86_64-linux-gnu/bits/waitflags.h + /usr/include/x86_64-linux-gnu/bits/waitstatus.h + /usr/include/x86_64-linux-gnu/bits/floatn.h + /usr/include/x86_64-linux-gnu/bits/floatn-common.h + /usr/include/x86_64-linux-gnu/sys/types.h + /usr/include/endian.h + /usr/include/x86_64-linux-gnu/bits/byteswap.h + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h + /usr/include/x86_64-linux-gnu/sys/select.h + /usr/include/x86_64-linux-gnu/bits/select.h + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h + /usr/include/x86_64-linux-gnu/bits/select2.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h + /usr/include/alloca.h + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h + /usr/include/x86_64-linux-gnu/bits/stdlib.h + /usr/include/math.h + /usr/include/x86_64-linux-gnu/bits/math-vector.h + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h + /usr/include/x86_64-linux-gnu/bits/fp-logb.h + /usr/include/x86_64-linux-gnu/bits/fp-fast.h + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h + /usr/include/x86_64-linux-gnu/bits/mathcalls.h + /usr/include/x86_64-linux-gnu/bits/mathinline.h + /usr/include/ctype.h + /usr/include/pthread.h + /usr/include/sched.h + /usr/include/x86_64-linux-gnu/bits/sched.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h + /usr/include/x86_64-linux-gnu/bits/cpu-set.h + /usr/include/x86_64-linux-gnu/bits/setjmp.h + /usr/include/signal.h + /usr/include/x86_64-linux-gnu/bits/signum.h + /usr/include/x86_64-linux-gnu/bits/signum-generic.h + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h + /usr/include/x86_64-linux-gnu/bits/sigaction.h + /usr/include/x86_64-linux-gnu/bits/sigcontext.h + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h + /usr/include/x86_64-linux-gnu/sys/ucontext.h + /usr/include/x86_64-linux-gnu/bits/sigstack.h + /usr/include/x86_64-linux-gnu/bits/ss_flags.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h + /usr/include/x86_64-linux-gnu/bits/sigthread.h + /usr/include/x86_64-linux-gnu/bits/signal_ext.h + /usr/include/semaphore.h + /usr/include/x86_64-linux-gnu/bits/semaphore.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h + /usr/include/limits.h + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h + /usr/include/x86_64-linux-gnu/bits/local_lim.h + /usr/include/linux/limits.h + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h + /usr/include/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h + /usr/include/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h + /usr/include/x86_64-linux-gnu/bits/stat.h + /usr/include/x86_64-linux-gnu/bits/fcntl2.h + /usr/include/unistd.h + /usr/include/x86_64-linux-gnu/bits/posix_opt.h + /usr/include/x86_64-linux-gnu/bits/environments.h + /usr/include/x86_64-linux-gnu/bits/confname.h + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h + /usr/include/x86_64-linux-gnu/bits/getopt_core.h + /usr/include/x86_64-linux-gnu/bits/unistd.h + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h + /usr/include/poll.h + /usr/include/x86_64-linux-gnu/sys/poll.h + /usr/include/x86_64-linux-gnu/bits/poll.h + /usr/include/x86_64-linux-gnu/bits/poll2.h + /usr/include/errno.h + /usr/include/x86_64-linux-gnu/bits/errno.h + /usr/include/linux/errno.h + /usr/include/x86_64-linux-gnu/asm/errno.h + /usr/include/asm-generic/errno.h + /usr/include/asm-generic/errno-base.h + /usr/include/netinet/in.h + /usr/include/x86_64-linux-gnu/sys/socket.h + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h + /usr/include/x86_64-linux-gnu/bits/socket.h + /usr/include/x86_64-linux-gnu/bits/socket_type.h + /usr/include/x86_64-linux-gnu/bits/sockaddr.h + /usr/include/x86_64-linux-gnu/asm/socket.h + /usr/include/asm-generic/socket.h + /usr/include/linux/posix_types.h + /usr/include/linux/stddef.h + /usr/include/x86_64-linux-gnu/asm/posix_types.h + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h + /usr/include/asm-generic/posix_types.h + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h + /usr/include/asm-generic/bitsperlong.h + /usr/include/x86_64-linux-gnu/asm/sockios.h + /usr/include/asm-generic/sockios.h + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h + /usr/include/x86_64-linux-gnu/bits/socket2.h + /usr/include/x86_64-linux-gnu/bits/in.h + /usr/include/x86_64-linux-gnu/sys/stat.h + /usr/include/x86_64-linux-gnu/sys/mman.h + /usr/include/x86_64-linux-gnu/bits/mman.h + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h + /usr/include/x86_64-linux-gnu/bits/mman-linux.h + /usr/include/x86_64-linux-gnu/bits/mman-shared.h + /usr/include/x86_64-linux-gnu/sys/time.h + /usr/include/x86_64-linux-gnu/sys/timeb.h + /usr/include/x86_64-linux-gnu/sys/uio.h + /usr/include/x86_64-linux-gnu/bits/uio_lim.h + /usr/include/x86_64-linux-gnu/sys/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctls.h + /usr/include/x86_64-linux-gnu/asm/ioctls.h + /usr/include/asm-generic/ioctls.h + /usr/include/linux/ioctl.h + /usr/include/x86_64-linux-gnu/asm/ioctl.h + /usr/include/asm-generic/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h + /usr/include/x86_64-linux-gnu/sys/resource.h + /usr/include/x86_64-linux-gnu/bits/resource.h + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h + /usr/include/setjmp.h + /usr/include/x86_64-linux-gnu/bits/setjmp2.h + /home/szadys/wasm-micro-runtime/core/config.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h + /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_gc.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_kfc.c.o + /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_kfc.c + /usr/include/stdc-predef.h + /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_gc_internal.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h + /usr/include/inttypes.h + /usr/include/features.h + /usr/include/x86_64-linux-gnu/sys/cdefs.h + /usr/include/x86_64-linux-gnu/bits/wordsize.h + /usr/include/x86_64-linux-gnu/bits/long-double.h + /usr/include/x86_64-linux-gnu/gnu/stubs.h + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h + /usr/include/stdint.h + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h + /usr/include/x86_64-linux-gnu/bits/types.h + /usr/include/x86_64-linux-gnu/bits/timesize.h + /usr/include/x86_64-linux-gnu/bits/typesizes.h + /usr/include/x86_64-linux-gnu/bits/time64.h + /usr/include/x86_64-linux-gnu/bits/wchar.h + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h + /usr/include/assert.h + /usr/include/time.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h + /usr/include/x86_64-linux-gnu/bits/time.h + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h + /usr/include/x86_64-linux-gnu/bits/types/time_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h + /usr/include/x86_64-linux-gnu/bits/endian.h + /usr/include/x86_64-linux-gnu/bits/endianness.h + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h + /usr/include/string.h + /usr/include/strings.h + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h + /usr/include/x86_64-linux-gnu/bits/string_fortified.h + /usr/include/stdio.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h + /usr/include/x86_64-linux-gnu/bits/types/FILE.h + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h + /usr/include/x86_64-linux-gnu/bits/stdio.h + /usr/include/x86_64-linux-gnu/bits/stdio2.h + /usr/include/stdlib.h + /usr/include/x86_64-linux-gnu/bits/waitflags.h + /usr/include/x86_64-linux-gnu/bits/waitstatus.h + /usr/include/x86_64-linux-gnu/bits/floatn.h + /usr/include/x86_64-linux-gnu/bits/floatn-common.h + /usr/include/x86_64-linux-gnu/sys/types.h + /usr/include/endian.h + /usr/include/x86_64-linux-gnu/bits/byteswap.h + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h + /usr/include/x86_64-linux-gnu/sys/select.h + /usr/include/x86_64-linux-gnu/bits/select.h + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h + /usr/include/x86_64-linux-gnu/bits/select2.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h + /usr/include/alloca.h + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h + /usr/include/x86_64-linux-gnu/bits/stdlib.h + /usr/include/math.h + /usr/include/x86_64-linux-gnu/bits/math-vector.h + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h + /usr/include/x86_64-linux-gnu/bits/fp-logb.h + /usr/include/x86_64-linux-gnu/bits/fp-fast.h + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h + /usr/include/x86_64-linux-gnu/bits/mathcalls.h + /usr/include/x86_64-linux-gnu/bits/mathinline.h + /usr/include/ctype.h + /usr/include/pthread.h + /usr/include/sched.h + /usr/include/x86_64-linux-gnu/bits/sched.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h + /usr/include/x86_64-linux-gnu/bits/cpu-set.h + /usr/include/x86_64-linux-gnu/bits/setjmp.h + /usr/include/signal.h + /usr/include/x86_64-linux-gnu/bits/signum.h + /usr/include/x86_64-linux-gnu/bits/signum-generic.h + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h + /usr/include/x86_64-linux-gnu/bits/sigaction.h + /usr/include/x86_64-linux-gnu/bits/sigcontext.h + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h + /usr/include/x86_64-linux-gnu/sys/ucontext.h + /usr/include/x86_64-linux-gnu/bits/sigstack.h + /usr/include/x86_64-linux-gnu/bits/ss_flags.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h + /usr/include/x86_64-linux-gnu/bits/sigthread.h + /usr/include/x86_64-linux-gnu/bits/signal_ext.h + /usr/include/semaphore.h + /usr/include/x86_64-linux-gnu/bits/semaphore.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h + /usr/include/limits.h + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h + /usr/include/x86_64-linux-gnu/bits/local_lim.h + /usr/include/linux/limits.h + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h + /usr/include/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h + /usr/include/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h + /usr/include/x86_64-linux-gnu/bits/stat.h + /usr/include/x86_64-linux-gnu/bits/fcntl2.h + /usr/include/unistd.h + /usr/include/x86_64-linux-gnu/bits/posix_opt.h + /usr/include/x86_64-linux-gnu/bits/environments.h + /usr/include/x86_64-linux-gnu/bits/confname.h + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h + /usr/include/x86_64-linux-gnu/bits/getopt_core.h + /usr/include/x86_64-linux-gnu/bits/unistd.h + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h + /usr/include/poll.h + /usr/include/x86_64-linux-gnu/sys/poll.h + /usr/include/x86_64-linux-gnu/bits/poll.h + /usr/include/x86_64-linux-gnu/bits/poll2.h + /usr/include/errno.h + /usr/include/x86_64-linux-gnu/bits/errno.h + /usr/include/linux/errno.h + /usr/include/x86_64-linux-gnu/asm/errno.h + /usr/include/asm-generic/errno.h + /usr/include/asm-generic/errno-base.h + /usr/include/netinet/in.h + /usr/include/x86_64-linux-gnu/sys/socket.h + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h + /usr/include/x86_64-linux-gnu/bits/socket.h + /usr/include/x86_64-linux-gnu/bits/socket_type.h + /usr/include/x86_64-linux-gnu/bits/sockaddr.h + /usr/include/x86_64-linux-gnu/asm/socket.h + /usr/include/asm-generic/socket.h + /usr/include/linux/posix_types.h + /usr/include/linux/stddef.h + /usr/include/x86_64-linux-gnu/asm/posix_types.h + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h + /usr/include/asm-generic/posix_types.h + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h + /usr/include/asm-generic/bitsperlong.h + /usr/include/x86_64-linux-gnu/asm/sockios.h + /usr/include/asm-generic/sockios.h + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h + /usr/include/x86_64-linux-gnu/bits/socket2.h + /usr/include/x86_64-linux-gnu/bits/in.h + /usr/include/x86_64-linux-gnu/sys/stat.h + /usr/include/x86_64-linux-gnu/sys/mman.h + /usr/include/x86_64-linux-gnu/bits/mman.h + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h + /usr/include/x86_64-linux-gnu/bits/mman-linux.h + /usr/include/x86_64-linux-gnu/bits/mman-shared.h + /usr/include/x86_64-linux-gnu/sys/time.h + /usr/include/x86_64-linux-gnu/sys/timeb.h + /usr/include/x86_64-linux-gnu/sys/uio.h + /usr/include/x86_64-linux-gnu/bits/uio_lim.h + /usr/include/x86_64-linux-gnu/sys/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctls.h + /usr/include/x86_64-linux-gnu/asm/ioctls.h + /usr/include/asm-generic/ioctls.h + /usr/include/linux/ioctl.h + /usr/include/x86_64-linux-gnu/asm/ioctl.h + /usr/include/asm-generic/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h + /usr/include/x86_64-linux-gnu/sys/resource.h + /usr/include/x86_64-linux-gnu/bits/resource.h + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h + /usr/include/setjmp.h + /usr/include/x86_64-linux-gnu/bits/setjmp2.h + /home/szadys/wasm-micro-runtime/core/config.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h + /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_gc.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/mem_alloc.c.o + /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/mem_alloc.c + /usr/include/stdc-predef.h + /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/mem_alloc.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h + /usr/include/inttypes.h + /usr/include/features.h + /usr/include/x86_64-linux-gnu/sys/cdefs.h + /usr/include/x86_64-linux-gnu/bits/wordsize.h + /usr/include/x86_64-linux-gnu/bits/long-double.h + /usr/include/x86_64-linux-gnu/gnu/stubs.h + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h + /usr/include/stdint.h + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h + /usr/include/x86_64-linux-gnu/bits/types.h + /usr/include/x86_64-linux-gnu/bits/timesize.h + /usr/include/x86_64-linux-gnu/bits/typesizes.h + /usr/include/x86_64-linux-gnu/bits/time64.h + /usr/include/x86_64-linux-gnu/bits/wchar.h + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h + /usr/include/assert.h + /usr/include/time.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h + /usr/include/x86_64-linux-gnu/bits/time.h + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h + /usr/include/x86_64-linux-gnu/bits/types/time_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h + /usr/include/x86_64-linux-gnu/bits/endian.h + /usr/include/x86_64-linux-gnu/bits/endianness.h + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h + /usr/include/string.h + /usr/include/strings.h + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h + /usr/include/x86_64-linux-gnu/bits/string_fortified.h + /usr/include/stdio.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h + /usr/include/x86_64-linux-gnu/bits/types/FILE.h + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h + /usr/include/x86_64-linux-gnu/bits/stdio.h + /usr/include/x86_64-linux-gnu/bits/stdio2.h + /usr/include/stdlib.h + /usr/include/x86_64-linux-gnu/bits/waitflags.h + /usr/include/x86_64-linux-gnu/bits/waitstatus.h + /usr/include/x86_64-linux-gnu/bits/floatn.h + /usr/include/x86_64-linux-gnu/bits/floatn-common.h + /usr/include/x86_64-linux-gnu/sys/types.h + /usr/include/endian.h + /usr/include/x86_64-linux-gnu/bits/byteswap.h + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h + /usr/include/x86_64-linux-gnu/sys/select.h + /usr/include/x86_64-linux-gnu/bits/select.h + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h + /usr/include/x86_64-linux-gnu/bits/select2.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h + /usr/include/alloca.h + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h + /usr/include/x86_64-linux-gnu/bits/stdlib.h + /usr/include/math.h + /usr/include/x86_64-linux-gnu/bits/math-vector.h + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h + /usr/include/x86_64-linux-gnu/bits/fp-logb.h + /usr/include/x86_64-linux-gnu/bits/fp-fast.h + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h + /usr/include/x86_64-linux-gnu/bits/mathcalls.h + /usr/include/x86_64-linux-gnu/bits/mathinline.h + /usr/include/ctype.h + /usr/include/pthread.h + /usr/include/sched.h + /usr/include/x86_64-linux-gnu/bits/sched.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h + /usr/include/x86_64-linux-gnu/bits/cpu-set.h + /usr/include/x86_64-linux-gnu/bits/setjmp.h + /usr/include/signal.h + /usr/include/x86_64-linux-gnu/bits/signum.h + /usr/include/x86_64-linux-gnu/bits/signum-generic.h + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h + /usr/include/x86_64-linux-gnu/bits/sigaction.h + /usr/include/x86_64-linux-gnu/bits/sigcontext.h + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h + /usr/include/x86_64-linux-gnu/sys/ucontext.h + /usr/include/x86_64-linux-gnu/bits/sigstack.h + /usr/include/x86_64-linux-gnu/bits/ss_flags.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h + /usr/include/x86_64-linux-gnu/bits/sigthread.h + /usr/include/x86_64-linux-gnu/bits/signal_ext.h + /usr/include/semaphore.h + /usr/include/x86_64-linux-gnu/bits/semaphore.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h + /usr/include/limits.h + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h + /usr/include/x86_64-linux-gnu/bits/local_lim.h + /usr/include/linux/limits.h + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h + /usr/include/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h + /usr/include/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h + /usr/include/x86_64-linux-gnu/bits/stat.h + /usr/include/x86_64-linux-gnu/bits/fcntl2.h + /usr/include/unistd.h + /usr/include/x86_64-linux-gnu/bits/posix_opt.h + /usr/include/x86_64-linux-gnu/bits/environments.h + /usr/include/x86_64-linux-gnu/bits/confname.h + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h + /usr/include/x86_64-linux-gnu/bits/getopt_core.h + /usr/include/x86_64-linux-gnu/bits/unistd.h + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h + /usr/include/poll.h + /usr/include/x86_64-linux-gnu/sys/poll.h + /usr/include/x86_64-linux-gnu/bits/poll.h + /usr/include/x86_64-linux-gnu/bits/poll2.h + /usr/include/errno.h + /usr/include/x86_64-linux-gnu/bits/errno.h + /usr/include/linux/errno.h + /usr/include/x86_64-linux-gnu/asm/errno.h + /usr/include/asm-generic/errno.h + /usr/include/asm-generic/errno-base.h + /usr/include/netinet/in.h + /usr/include/x86_64-linux-gnu/sys/socket.h + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h + /usr/include/x86_64-linux-gnu/bits/socket.h + /usr/include/x86_64-linux-gnu/bits/socket_type.h + /usr/include/x86_64-linux-gnu/bits/sockaddr.h + /usr/include/x86_64-linux-gnu/asm/socket.h + /usr/include/asm-generic/socket.h + /usr/include/linux/posix_types.h + /usr/include/linux/stddef.h + /usr/include/x86_64-linux-gnu/asm/posix_types.h + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h + /usr/include/asm-generic/posix_types.h + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h + /usr/include/asm-generic/bitsperlong.h + /usr/include/x86_64-linux-gnu/asm/sockios.h + /usr/include/asm-generic/sockios.h + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h + /usr/include/x86_64-linux-gnu/bits/socket2.h + /usr/include/x86_64-linux-gnu/bits/in.h + /usr/include/x86_64-linux-gnu/sys/stat.h + /usr/include/x86_64-linux-gnu/sys/mman.h + /usr/include/x86_64-linux-gnu/bits/mman.h + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h + /usr/include/x86_64-linux-gnu/bits/mman-linux.h + /usr/include/x86_64-linux-gnu/bits/mman-shared.h + /usr/include/x86_64-linux-gnu/sys/time.h + /usr/include/x86_64-linux-gnu/sys/timeb.h + /usr/include/x86_64-linux-gnu/sys/uio.h + /usr/include/x86_64-linux-gnu/bits/uio_lim.h + /usr/include/x86_64-linux-gnu/sys/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctls.h + /usr/include/x86_64-linux-gnu/asm/ioctls.h + /usr/include/asm-generic/ioctls.h + /usr/include/linux/ioctl.h + /usr/include/x86_64-linux-gnu/asm/ioctl.h + /usr/include/asm-generic/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h + /usr/include/x86_64-linux-gnu/sys/resource.h + /usr/include/x86_64-linux-gnu/bits/resource.h + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h + /usr/include/setjmp.h + /usr/include/x86_64-linux-gnu/bits/setjmp2.h + /home/szadys/wasm-micro-runtime/core/config.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h + /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_gc.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_malloc.c.o + /home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_malloc.c + /usr/include/stdc-predef.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h + /usr/include/inttypes.h + /usr/include/features.h + /usr/include/x86_64-linux-gnu/sys/cdefs.h + /usr/include/x86_64-linux-gnu/bits/wordsize.h + /usr/include/x86_64-linux-gnu/bits/long-double.h + /usr/include/x86_64-linux-gnu/gnu/stubs.h + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h + /usr/include/stdint.h + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h + /usr/include/x86_64-linux-gnu/bits/types.h + /usr/include/x86_64-linux-gnu/bits/timesize.h + /usr/include/x86_64-linux-gnu/bits/typesizes.h + /usr/include/x86_64-linux-gnu/bits/time64.h + /usr/include/x86_64-linux-gnu/bits/wchar.h + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h + /usr/include/assert.h + /usr/include/time.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h + /usr/include/x86_64-linux-gnu/bits/time.h + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h + /usr/include/x86_64-linux-gnu/bits/types/time_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h + /usr/include/x86_64-linux-gnu/bits/endian.h + /usr/include/x86_64-linux-gnu/bits/endianness.h + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h + /usr/include/string.h + /usr/include/strings.h + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h + /usr/include/x86_64-linux-gnu/bits/string_fortified.h + /usr/include/stdio.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h + /usr/include/x86_64-linux-gnu/bits/types/FILE.h + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h + /usr/include/x86_64-linux-gnu/bits/stdio.h + /usr/include/x86_64-linux-gnu/bits/stdio2.h + /usr/include/stdlib.h + /usr/include/x86_64-linux-gnu/bits/waitflags.h + /usr/include/x86_64-linux-gnu/bits/waitstatus.h + /usr/include/x86_64-linux-gnu/bits/floatn.h + /usr/include/x86_64-linux-gnu/bits/floatn-common.h + /usr/include/x86_64-linux-gnu/sys/types.h + /usr/include/endian.h + /usr/include/x86_64-linux-gnu/bits/byteswap.h + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h + /usr/include/x86_64-linux-gnu/sys/select.h + /usr/include/x86_64-linux-gnu/bits/select.h + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h + /usr/include/x86_64-linux-gnu/bits/select2.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h + /usr/include/alloca.h + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h + /usr/include/x86_64-linux-gnu/bits/stdlib.h + /usr/include/math.h + /usr/include/x86_64-linux-gnu/bits/math-vector.h + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h + /usr/include/x86_64-linux-gnu/bits/fp-logb.h + /usr/include/x86_64-linux-gnu/bits/fp-fast.h + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h + /usr/include/x86_64-linux-gnu/bits/mathcalls.h + /usr/include/x86_64-linux-gnu/bits/mathinline.h + /usr/include/ctype.h + /usr/include/pthread.h + /usr/include/sched.h + /usr/include/x86_64-linux-gnu/bits/sched.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h + /usr/include/x86_64-linux-gnu/bits/cpu-set.h + /usr/include/x86_64-linux-gnu/bits/setjmp.h + /usr/include/signal.h + /usr/include/x86_64-linux-gnu/bits/signum.h + /usr/include/x86_64-linux-gnu/bits/signum-generic.h + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h + /usr/include/x86_64-linux-gnu/bits/sigaction.h + /usr/include/x86_64-linux-gnu/bits/sigcontext.h + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h + /usr/include/x86_64-linux-gnu/sys/ucontext.h + /usr/include/x86_64-linux-gnu/bits/sigstack.h + /usr/include/x86_64-linux-gnu/bits/ss_flags.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h + /usr/include/x86_64-linux-gnu/bits/sigthread.h + /usr/include/x86_64-linux-gnu/bits/signal_ext.h + /usr/include/semaphore.h + /usr/include/x86_64-linux-gnu/bits/semaphore.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h + /usr/include/limits.h + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h + /usr/include/x86_64-linux-gnu/bits/local_lim.h + /usr/include/linux/limits.h + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h + /usr/include/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h + /usr/include/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h + /usr/include/x86_64-linux-gnu/bits/stat.h + /usr/include/x86_64-linux-gnu/bits/fcntl2.h + /usr/include/unistd.h + /usr/include/x86_64-linux-gnu/bits/posix_opt.h + /usr/include/x86_64-linux-gnu/bits/environments.h + /usr/include/x86_64-linux-gnu/bits/confname.h + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h + /usr/include/x86_64-linux-gnu/bits/getopt_core.h + /usr/include/x86_64-linux-gnu/bits/unistd.h + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h + /usr/include/poll.h + /usr/include/x86_64-linux-gnu/sys/poll.h + /usr/include/x86_64-linux-gnu/bits/poll.h + /usr/include/x86_64-linux-gnu/bits/poll2.h + /usr/include/errno.h + /usr/include/x86_64-linux-gnu/bits/errno.h + /usr/include/linux/errno.h + /usr/include/x86_64-linux-gnu/asm/errno.h + /usr/include/asm-generic/errno.h + /usr/include/asm-generic/errno-base.h + /usr/include/netinet/in.h + /usr/include/x86_64-linux-gnu/sys/socket.h + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h + /usr/include/x86_64-linux-gnu/bits/socket.h + /usr/include/x86_64-linux-gnu/bits/socket_type.h + /usr/include/x86_64-linux-gnu/bits/sockaddr.h + /usr/include/x86_64-linux-gnu/asm/socket.h + /usr/include/asm-generic/socket.h + /usr/include/linux/posix_types.h + /usr/include/linux/stddef.h + /usr/include/x86_64-linux-gnu/asm/posix_types.h + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h + /usr/include/asm-generic/posix_types.h + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h + /usr/include/asm-generic/bitsperlong.h + /usr/include/x86_64-linux-gnu/asm/sockios.h + /usr/include/asm-generic/sockios.h + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h + /usr/include/x86_64-linux-gnu/bits/socket2.h + /usr/include/x86_64-linux-gnu/bits/in.h + /usr/include/x86_64-linux-gnu/sys/stat.h + /usr/include/x86_64-linux-gnu/sys/mman.h + /usr/include/x86_64-linux-gnu/bits/mman.h + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h + /usr/include/x86_64-linux-gnu/bits/mman-linux.h + /usr/include/x86_64-linux-gnu/bits/mman-shared.h + /usr/include/x86_64-linux-gnu/sys/time.h + /usr/include/x86_64-linux-gnu/sys/timeb.h + /usr/include/x86_64-linux-gnu/sys/uio.h + /usr/include/x86_64-linux-gnu/bits/uio_lim.h + /usr/include/x86_64-linux-gnu/sys/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctls.h + /usr/include/x86_64-linux-gnu/asm/ioctls.h + /usr/include/asm-generic/ioctls.h + /usr/include/linux/ioctl.h + /usr/include/x86_64-linux-gnu/asm/ioctl.h + /usr/include/asm-generic/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h + /usr/include/x86_64-linux-gnu/sys/resource.h + /usr/include/x86_64-linux-gnu/bits/resource.h + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h + /usr/include/setjmp.h + /usr/include/x86_64-linux-gnu/bits/setjmp2.h + /home/szadys/wasm-micro-runtime/core/config.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_memmap.c.o + /home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_memmap.c + /usr/include/stdc-predef.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h + /usr/include/inttypes.h + /usr/include/features.h + /usr/include/x86_64-linux-gnu/sys/cdefs.h + /usr/include/x86_64-linux-gnu/bits/wordsize.h + /usr/include/x86_64-linux-gnu/bits/long-double.h + /usr/include/x86_64-linux-gnu/gnu/stubs.h + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h + /usr/include/stdint.h + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h + /usr/include/x86_64-linux-gnu/bits/types.h + /usr/include/x86_64-linux-gnu/bits/timesize.h + /usr/include/x86_64-linux-gnu/bits/typesizes.h + /usr/include/x86_64-linux-gnu/bits/time64.h + /usr/include/x86_64-linux-gnu/bits/wchar.h + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h + /usr/include/assert.h + /usr/include/time.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h + /usr/include/x86_64-linux-gnu/bits/time.h + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h + /usr/include/x86_64-linux-gnu/bits/types/time_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h + /usr/include/x86_64-linux-gnu/bits/endian.h + /usr/include/x86_64-linux-gnu/bits/endianness.h + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h + /usr/include/string.h + /usr/include/strings.h + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h + /usr/include/x86_64-linux-gnu/bits/string_fortified.h + /usr/include/stdio.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h + /usr/include/x86_64-linux-gnu/bits/types/FILE.h + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h + /usr/include/x86_64-linux-gnu/bits/stdio.h + /usr/include/x86_64-linux-gnu/bits/stdio2.h + /usr/include/stdlib.h + /usr/include/x86_64-linux-gnu/bits/waitflags.h + /usr/include/x86_64-linux-gnu/bits/waitstatus.h + /usr/include/x86_64-linux-gnu/bits/floatn.h + /usr/include/x86_64-linux-gnu/bits/floatn-common.h + /usr/include/x86_64-linux-gnu/sys/types.h + /usr/include/endian.h + /usr/include/x86_64-linux-gnu/bits/byteswap.h + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h + /usr/include/x86_64-linux-gnu/sys/select.h + /usr/include/x86_64-linux-gnu/bits/select.h + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h + /usr/include/x86_64-linux-gnu/bits/select2.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h + /usr/include/alloca.h + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h + /usr/include/x86_64-linux-gnu/bits/stdlib.h + /usr/include/math.h + /usr/include/x86_64-linux-gnu/bits/math-vector.h + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h + /usr/include/x86_64-linux-gnu/bits/fp-logb.h + /usr/include/x86_64-linux-gnu/bits/fp-fast.h + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h + /usr/include/x86_64-linux-gnu/bits/mathcalls.h + /usr/include/x86_64-linux-gnu/bits/mathinline.h + /usr/include/ctype.h + /usr/include/pthread.h + /usr/include/sched.h + /usr/include/x86_64-linux-gnu/bits/sched.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h + /usr/include/x86_64-linux-gnu/bits/cpu-set.h + /usr/include/x86_64-linux-gnu/bits/setjmp.h + /usr/include/signal.h + /usr/include/x86_64-linux-gnu/bits/signum.h + /usr/include/x86_64-linux-gnu/bits/signum-generic.h + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h + /usr/include/x86_64-linux-gnu/bits/sigaction.h + /usr/include/x86_64-linux-gnu/bits/sigcontext.h + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h + /usr/include/x86_64-linux-gnu/sys/ucontext.h + /usr/include/x86_64-linux-gnu/bits/sigstack.h + /usr/include/x86_64-linux-gnu/bits/ss_flags.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h + /usr/include/x86_64-linux-gnu/bits/sigthread.h + /usr/include/x86_64-linux-gnu/bits/signal_ext.h + /usr/include/semaphore.h + /usr/include/x86_64-linux-gnu/bits/semaphore.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h + /usr/include/limits.h + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h + /usr/include/x86_64-linux-gnu/bits/local_lim.h + /usr/include/linux/limits.h + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h + /usr/include/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h + /usr/include/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h + /usr/include/x86_64-linux-gnu/bits/stat.h + /usr/include/x86_64-linux-gnu/bits/fcntl2.h + /usr/include/unistd.h + /usr/include/x86_64-linux-gnu/bits/posix_opt.h + /usr/include/x86_64-linux-gnu/bits/environments.h + /usr/include/x86_64-linux-gnu/bits/confname.h + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h + /usr/include/x86_64-linux-gnu/bits/getopt_core.h + /usr/include/x86_64-linux-gnu/bits/unistd.h + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h + /usr/include/poll.h + /usr/include/x86_64-linux-gnu/sys/poll.h + /usr/include/x86_64-linux-gnu/bits/poll.h + /usr/include/x86_64-linux-gnu/bits/poll2.h + /usr/include/errno.h + /usr/include/x86_64-linux-gnu/bits/errno.h + /usr/include/linux/errno.h + /usr/include/x86_64-linux-gnu/asm/errno.h + /usr/include/asm-generic/errno.h + /usr/include/asm-generic/errno-base.h + /usr/include/netinet/in.h + /usr/include/x86_64-linux-gnu/sys/socket.h + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h + /usr/include/x86_64-linux-gnu/bits/socket.h + /usr/include/x86_64-linux-gnu/bits/socket_type.h + /usr/include/x86_64-linux-gnu/bits/sockaddr.h + /usr/include/x86_64-linux-gnu/asm/socket.h + /usr/include/asm-generic/socket.h + /usr/include/linux/posix_types.h + /usr/include/linux/stddef.h + /usr/include/x86_64-linux-gnu/asm/posix_types.h + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h + /usr/include/asm-generic/posix_types.h + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h + /usr/include/asm-generic/bitsperlong.h + /usr/include/x86_64-linux-gnu/asm/sockios.h + /usr/include/asm-generic/sockios.h + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h + /usr/include/x86_64-linux-gnu/bits/socket2.h + /usr/include/x86_64-linux-gnu/bits/in.h + /usr/include/x86_64-linux-gnu/sys/stat.h + /usr/include/x86_64-linux-gnu/sys/mman.h + /usr/include/x86_64-linux-gnu/bits/mman.h + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h + /usr/include/x86_64-linux-gnu/bits/mman-linux.h + /usr/include/x86_64-linux-gnu/bits/mman-shared.h + /usr/include/x86_64-linux-gnu/sys/time.h + /usr/include/x86_64-linux-gnu/sys/timeb.h + /usr/include/x86_64-linux-gnu/sys/uio.h + /usr/include/x86_64-linux-gnu/bits/uio_lim.h + /usr/include/x86_64-linux-gnu/sys/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctls.h + /usr/include/x86_64-linux-gnu/asm/ioctls.h + /usr/include/asm-generic/ioctls.h + /usr/include/linux/ioctl.h + /usr/include/x86_64-linux-gnu/asm/ioctl.h + /usr/include/asm-generic/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h + /usr/include/x86_64-linux-gnu/sys/resource.h + /usr/include/x86_64-linux-gnu/bits/resource.h + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h + /usr/include/setjmp.h + /usr/include/x86_64-linux-gnu/bits/setjmp2.h + /home/szadys/wasm-micro-runtime/core/config.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_socket.c.o + /home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_socket.c + /usr/include/stdc-predef.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h + /usr/include/inttypes.h + /usr/include/features.h + /usr/include/x86_64-linux-gnu/sys/cdefs.h + /usr/include/x86_64-linux-gnu/bits/wordsize.h + /usr/include/x86_64-linux-gnu/bits/long-double.h + /usr/include/x86_64-linux-gnu/gnu/stubs.h + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h + /usr/include/stdint.h + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h + /usr/include/x86_64-linux-gnu/bits/types.h + /usr/include/x86_64-linux-gnu/bits/timesize.h + /usr/include/x86_64-linux-gnu/bits/typesizes.h + /usr/include/x86_64-linux-gnu/bits/time64.h + /usr/include/x86_64-linux-gnu/bits/wchar.h + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h + /usr/include/assert.h + /usr/include/time.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h + /usr/include/x86_64-linux-gnu/bits/time.h + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h + /usr/include/x86_64-linux-gnu/bits/types/time_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h + /usr/include/x86_64-linux-gnu/bits/endian.h + /usr/include/x86_64-linux-gnu/bits/endianness.h + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h + /usr/include/string.h + /usr/include/strings.h + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h + /usr/include/x86_64-linux-gnu/bits/string_fortified.h + /usr/include/stdio.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h + /usr/include/x86_64-linux-gnu/bits/types/FILE.h + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h + /usr/include/x86_64-linux-gnu/bits/stdio.h + /usr/include/x86_64-linux-gnu/bits/stdio2.h + /usr/include/stdlib.h + /usr/include/x86_64-linux-gnu/bits/waitflags.h + /usr/include/x86_64-linux-gnu/bits/waitstatus.h + /usr/include/x86_64-linux-gnu/bits/floatn.h + /usr/include/x86_64-linux-gnu/bits/floatn-common.h + /usr/include/x86_64-linux-gnu/sys/types.h + /usr/include/endian.h + /usr/include/x86_64-linux-gnu/bits/byteswap.h + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h + /usr/include/x86_64-linux-gnu/sys/select.h + /usr/include/x86_64-linux-gnu/bits/select.h + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h + /usr/include/x86_64-linux-gnu/bits/select2.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h + /usr/include/alloca.h + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h + /usr/include/x86_64-linux-gnu/bits/stdlib.h + /usr/include/math.h + /usr/include/x86_64-linux-gnu/bits/math-vector.h + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h + /usr/include/x86_64-linux-gnu/bits/fp-logb.h + /usr/include/x86_64-linux-gnu/bits/fp-fast.h + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h + /usr/include/x86_64-linux-gnu/bits/mathcalls.h + /usr/include/x86_64-linux-gnu/bits/mathinline.h + /usr/include/ctype.h + /usr/include/pthread.h + /usr/include/sched.h + /usr/include/x86_64-linux-gnu/bits/sched.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h + /usr/include/x86_64-linux-gnu/bits/cpu-set.h + /usr/include/x86_64-linux-gnu/bits/setjmp.h + /usr/include/signal.h + /usr/include/x86_64-linux-gnu/bits/signum.h + /usr/include/x86_64-linux-gnu/bits/signum-generic.h + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h + /usr/include/x86_64-linux-gnu/bits/sigaction.h + /usr/include/x86_64-linux-gnu/bits/sigcontext.h + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h + /usr/include/x86_64-linux-gnu/sys/ucontext.h + /usr/include/x86_64-linux-gnu/bits/sigstack.h + /usr/include/x86_64-linux-gnu/bits/ss_flags.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h + /usr/include/x86_64-linux-gnu/bits/sigthread.h + /usr/include/x86_64-linux-gnu/bits/signal_ext.h + /usr/include/semaphore.h + /usr/include/x86_64-linux-gnu/bits/semaphore.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h + /usr/include/limits.h + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h + /usr/include/x86_64-linux-gnu/bits/local_lim.h + /usr/include/linux/limits.h + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h + /usr/include/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h + /usr/include/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h + /usr/include/x86_64-linux-gnu/bits/stat.h + /usr/include/x86_64-linux-gnu/bits/fcntl2.h + /usr/include/unistd.h + /usr/include/x86_64-linux-gnu/bits/posix_opt.h + /usr/include/x86_64-linux-gnu/bits/environments.h + /usr/include/x86_64-linux-gnu/bits/confname.h + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h + /usr/include/x86_64-linux-gnu/bits/getopt_core.h + /usr/include/x86_64-linux-gnu/bits/unistd.h + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h + /usr/include/poll.h + /usr/include/x86_64-linux-gnu/sys/poll.h + /usr/include/x86_64-linux-gnu/bits/poll.h + /usr/include/x86_64-linux-gnu/bits/poll2.h + /usr/include/errno.h + /usr/include/x86_64-linux-gnu/bits/errno.h + /usr/include/linux/errno.h + /usr/include/x86_64-linux-gnu/asm/errno.h + /usr/include/asm-generic/errno.h + /usr/include/asm-generic/errno-base.h + /usr/include/netinet/in.h + /usr/include/x86_64-linux-gnu/sys/socket.h + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h + /usr/include/x86_64-linux-gnu/bits/socket.h + /usr/include/x86_64-linux-gnu/bits/socket_type.h + /usr/include/x86_64-linux-gnu/bits/sockaddr.h + /usr/include/x86_64-linux-gnu/asm/socket.h + /usr/include/asm-generic/socket.h + /usr/include/linux/posix_types.h + /usr/include/linux/stddef.h + /usr/include/x86_64-linux-gnu/asm/posix_types.h + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h + /usr/include/asm-generic/posix_types.h + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h + /usr/include/asm-generic/bitsperlong.h + /usr/include/x86_64-linux-gnu/asm/sockios.h + /usr/include/asm-generic/sockios.h + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h + /usr/include/x86_64-linux-gnu/bits/socket2.h + /usr/include/x86_64-linux-gnu/bits/in.h + /usr/include/x86_64-linux-gnu/sys/stat.h + /usr/include/x86_64-linux-gnu/sys/mman.h + /usr/include/x86_64-linux-gnu/bits/mman.h + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h + /usr/include/x86_64-linux-gnu/bits/mman-linux.h + /usr/include/x86_64-linux-gnu/bits/mman-shared.h + /usr/include/x86_64-linux-gnu/sys/time.h + /usr/include/x86_64-linux-gnu/sys/timeb.h + /usr/include/x86_64-linux-gnu/sys/uio.h + /usr/include/x86_64-linux-gnu/bits/uio_lim.h + /usr/include/x86_64-linux-gnu/sys/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctls.h + /usr/include/x86_64-linux-gnu/asm/ioctls.h + /usr/include/asm-generic/ioctls.h + /usr/include/linux/ioctl.h + /usr/include/x86_64-linux-gnu/asm/ioctl.h + /usr/include/asm-generic/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h + /usr/include/x86_64-linux-gnu/sys/resource.h + /usr/include/x86_64-linux-gnu/bits/resource.h + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h + /usr/include/setjmp.h + /usr/include/x86_64-linux-gnu/bits/setjmp2.h + /home/szadys/wasm-micro-runtime/core/config.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h + /usr/include/arpa/inet.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_thread.c.o + /home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_thread.c + /usr/include/stdc-predef.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h + /usr/include/inttypes.h + /usr/include/features.h + /usr/include/x86_64-linux-gnu/sys/cdefs.h + /usr/include/x86_64-linux-gnu/bits/wordsize.h + /usr/include/x86_64-linux-gnu/bits/long-double.h + /usr/include/x86_64-linux-gnu/gnu/stubs.h + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h + /usr/include/stdint.h + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h + /usr/include/x86_64-linux-gnu/bits/types.h + /usr/include/x86_64-linux-gnu/bits/timesize.h + /usr/include/x86_64-linux-gnu/bits/typesizes.h + /usr/include/x86_64-linux-gnu/bits/time64.h + /usr/include/x86_64-linux-gnu/bits/wchar.h + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h + /usr/include/assert.h + /usr/include/time.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h + /usr/include/x86_64-linux-gnu/bits/time.h + /usr/include/x86_64-linux-gnu/bits/timex.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h + /usr/include/x86_64-linux-gnu/bits/types/time_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h + /usr/include/x86_64-linux-gnu/bits/endian.h + /usr/include/x86_64-linux-gnu/bits/endianness.h + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h + /usr/include/string.h + /usr/include/strings.h + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h + /usr/include/x86_64-linux-gnu/bits/string_fortified.h + /usr/include/stdio.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h + /usr/include/x86_64-linux-gnu/bits/types/FILE.h + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h + /usr/include/x86_64-linux-gnu/bits/stdio.h + /usr/include/x86_64-linux-gnu/bits/stdio2.h + /usr/include/stdlib.h + /usr/include/x86_64-linux-gnu/bits/waitflags.h + /usr/include/x86_64-linux-gnu/bits/waitstatus.h + /usr/include/x86_64-linux-gnu/bits/floatn.h + /usr/include/x86_64-linux-gnu/bits/floatn-common.h + /usr/include/x86_64-linux-gnu/sys/types.h + /usr/include/endian.h + /usr/include/x86_64-linux-gnu/bits/byteswap.h + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h + /usr/include/x86_64-linux-gnu/sys/select.h + /usr/include/x86_64-linux-gnu/bits/select.h + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h + /usr/include/x86_64-linux-gnu/bits/select2.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h + /usr/include/alloca.h + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h + /usr/include/x86_64-linux-gnu/bits/stdlib.h + /usr/include/math.h + /usr/include/x86_64-linux-gnu/bits/math-vector.h + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h + /usr/include/x86_64-linux-gnu/bits/fp-logb.h + /usr/include/x86_64-linux-gnu/bits/fp-fast.h + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h + /usr/include/x86_64-linux-gnu/bits/mathcalls.h + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h + /usr/include/x86_64-linux-gnu/bits/iscanonical.h + /usr/include/x86_64-linux-gnu/bits/mathinline.h + /usr/include/ctype.h + /usr/include/pthread.h + /usr/include/sched.h + /usr/include/x86_64-linux-gnu/bits/sched.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h + /usr/include/x86_64-linux-gnu/bits/cpu-set.h + /usr/include/x86_64-linux-gnu/bits/setjmp.h + /usr/include/signal.h + /usr/include/x86_64-linux-gnu/bits/signum.h + /usr/include/x86_64-linux-gnu/bits/signum-generic.h + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h + /usr/include/x86_64-linux-gnu/bits/siginfo-consts-arch.h + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h + /usr/include/x86_64-linux-gnu/bits/sigaction.h + /usr/include/x86_64-linux-gnu/bits/sigcontext.h + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h + /usr/include/x86_64-linux-gnu/sys/ucontext.h + /usr/include/x86_64-linux-gnu/bits/sigstack.h + /usr/include/x86_64-linux-gnu/bits/ss_flags.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h + /usr/include/x86_64-linux-gnu/bits/sigthread.h + /usr/include/x86_64-linux-gnu/bits/signal_ext.h + /usr/include/semaphore.h + /usr/include/x86_64-linux-gnu/bits/semaphore.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h + /usr/include/limits.h + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h + /usr/include/x86_64-linux-gnu/bits/local_lim.h + /usr/include/linux/limits.h + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h + /usr/include/x86_64-linux-gnu/bits/xopen_lim.h + /usr/include/x86_64-linux-gnu/bits/uio_lim.h + /usr/include/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h + /usr/include/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h + /usr/include/linux/falloc.h + /usr/include/x86_64-linux-gnu/bits/stat.h + /usr/include/x86_64-linux-gnu/bits/fcntl2.h + /usr/include/unistd.h + /usr/include/x86_64-linux-gnu/bits/posix_opt.h + /usr/include/x86_64-linux-gnu/bits/environments.h + /usr/include/x86_64-linux-gnu/bits/confname.h + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h + /usr/include/x86_64-linux-gnu/bits/getopt_core.h + /usr/include/x86_64-linux-gnu/bits/unistd.h + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h + /usr/include/poll.h + /usr/include/x86_64-linux-gnu/sys/poll.h + /usr/include/x86_64-linux-gnu/bits/poll.h + /usr/include/x86_64-linux-gnu/bits/poll2.h + /usr/include/errno.h + /usr/include/x86_64-linux-gnu/bits/errno.h + /usr/include/linux/errno.h + /usr/include/x86_64-linux-gnu/asm/errno.h + /usr/include/asm-generic/errno.h + /usr/include/asm-generic/errno-base.h + /usr/include/x86_64-linux-gnu/bits/types/error_t.h + /usr/include/netinet/in.h + /usr/include/x86_64-linux-gnu/sys/socket.h + /usr/include/x86_64-linux-gnu/bits/socket.h + /usr/include/x86_64-linux-gnu/bits/socket_type.h + /usr/include/x86_64-linux-gnu/bits/sockaddr.h + /usr/include/x86_64-linux-gnu/asm/socket.h + /usr/include/asm-generic/socket.h + /usr/include/linux/posix_types.h + /usr/include/linux/stddef.h + /usr/include/x86_64-linux-gnu/asm/posix_types.h + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h + /usr/include/asm-generic/posix_types.h + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h + /usr/include/asm-generic/bitsperlong.h + /usr/include/x86_64-linux-gnu/asm/sockios.h + /usr/include/asm-generic/sockios.h + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h + /usr/include/x86_64-linux-gnu/bits/socket2.h + /usr/include/x86_64-linux-gnu/bits/in.h + /usr/include/x86_64-linux-gnu/sys/stat.h + /usr/include/x86_64-linux-gnu/bits/statx.h + /usr/include/linux/stat.h + /usr/include/linux/types.h + /usr/include/x86_64-linux-gnu/asm/types.h + /usr/include/asm-generic/types.h + /usr/include/asm-generic/int-ll64.h + /usr/include/x86_64-linux-gnu/bits/statx-generic.h + /usr/include/x86_64-linux-gnu/bits/types/struct_statx_timestamp.h + /usr/include/x86_64-linux-gnu/bits/types/struct_statx.h + /usr/include/x86_64-linux-gnu/sys/mman.h + /usr/include/x86_64-linux-gnu/bits/mman.h + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h + /usr/include/x86_64-linux-gnu/bits/mman-linux.h + /usr/include/x86_64-linux-gnu/bits/mman-shared.h + /usr/include/x86_64-linux-gnu/sys/time.h + /usr/include/x86_64-linux-gnu/sys/timeb.h + /usr/include/x86_64-linux-gnu/sys/uio.h + /usr/include/x86_64-linux-gnu/bits/uio-ext.h + /usr/include/x86_64-linux-gnu/sys/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctls.h + /usr/include/x86_64-linux-gnu/asm/ioctls.h + /usr/include/asm-generic/ioctls.h + /usr/include/linux/ioctl.h + /usr/include/x86_64-linux-gnu/asm/ioctl.h + /usr/include/asm-generic/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h + /usr/include/x86_64-linux-gnu/sys/resource.h + /usr/include/x86_64-linux-gnu/bits/resource.h + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h + /usr/include/setjmp.h + /usr/include/x86_64-linux-gnu/bits/setjmp2.h + /home/szadys/wasm-micro-runtime/core/config.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_time.c.o + /home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_time.c + /usr/include/stdc-predef.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h + /usr/include/inttypes.h + /usr/include/features.h + /usr/include/x86_64-linux-gnu/sys/cdefs.h + /usr/include/x86_64-linux-gnu/bits/wordsize.h + /usr/include/x86_64-linux-gnu/bits/long-double.h + /usr/include/x86_64-linux-gnu/gnu/stubs.h + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h + /usr/include/stdint.h + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h + /usr/include/x86_64-linux-gnu/bits/types.h + /usr/include/x86_64-linux-gnu/bits/timesize.h + /usr/include/x86_64-linux-gnu/bits/typesizes.h + /usr/include/x86_64-linux-gnu/bits/time64.h + /usr/include/x86_64-linux-gnu/bits/wchar.h + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h + /usr/include/assert.h + /usr/include/time.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h + /usr/include/x86_64-linux-gnu/bits/time.h + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h + /usr/include/x86_64-linux-gnu/bits/types/time_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h + /usr/include/x86_64-linux-gnu/bits/endian.h + /usr/include/x86_64-linux-gnu/bits/endianness.h + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h + /usr/include/string.h + /usr/include/strings.h + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h + /usr/include/x86_64-linux-gnu/bits/string_fortified.h + /usr/include/stdio.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h + /usr/include/x86_64-linux-gnu/bits/types/FILE.h + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h + /usr/include/x86_64-linux-gnu/bits/stdio.h + /usr/include/x86_64-linux-gnu/bits/stdio2.h + /usr/include/stdlib.h + /usr/include/x86_64-linux-gnu/bits/waitflags.h + /usr/include/x86_64-linux-gnu/bits/waitstatus.h + /usr/include/x86_64-linux-gnu/bits/floatn.h + /usr/include/x86_64-linux-gnu/bits/floatn-common.h + /usr/include/x86_64-linux-gnu/sys/types.h + /usr/include/endian.h + /usr/include/x86_64-linux-gnu/bits/byteswap.h + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h + /usr/include/x86_64-linux-gnu/sys/select.h + /usr/include/x86_64-linux-gnu/bits/select.h + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h + /usr/include/x86_64-linux-gnu/bits/select2.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h + /usr/include/alloca.h + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h + /usr/include/x86_64-linux-gnu/bits/stdlib.h + /usr/include/math.h + /usr/include/x86_64-linux-gnu/bits/math-vector.h + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h + /usr/include/x86_64-linux-gnu/bits/fp-logb.h + /usr/include/x86_64-linux-gnu/bits/fp-fast.h + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h + /usr/include/x86_64-linux-gnu/bits/mathcalls.h + /usr/include/x86_64-linux-gnu/bits/mathinline.h + /usr/include/ctype.h + /usr/include/pthread.h + /usr/include/sched.h + /usr/include/x86_64-linux-gnu/bits/sched.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h + /usr/include/x86_64-linux-gnu/bits/cpu-set.h + /usr/include/x86_64-linux-gnu/bits/setjmp.h + /usr/include/signal.h + /usr/include/x86_64-linux-gnu/bits/signum.h + /usr/include/x86_64-linux-gnu/bits/signum-generic.h + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h + /usr/include/x86_64-linux-gnu/bits/sigaction.h + /usr/include/x86_64-linux-gnu/bits/sigcontext.h + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h + /usr/include/x86_64-linux-gnu/sys/ucontext.h + /usr/include/x86_64-linux-gnu/bits/sigstack.h + /usr/include/x86_64-linux-gnu/bits/ss_flags.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h + /usr/include/x86_64-linux-gnu/bits/sigthread.h + /usr/include/x86_64-linux-gnu/bits/signal_ext.h + /usr/include/semaphore.h + /usr/include/x86_64-linux-gnu/bits/semaphore.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h + /usr/include/limits.h + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h + /usr/include/x86_64-linux-gnu/bits/local_lim.h + /usr/include/linux/limits.h + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h + /usr/include/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h + /usr/include/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h + /usr/include/x86_64-linux-gnu/bits/stat.h + /usr/include/x86_64-linux-gnu/bits/fcntl2.h + /usr/include/unistd.h + /usr/include/x86_64-linux-gnu/bits/posix_opt.h + /usr/include/x86_64-linux-gnu/bits/environments.h + /usr/include/x86_64-linux-gnu/bits/confname.h + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h + /usr/include/x86_64-linux-gnu/bits/getopt_core.h + /usr/include/x86_64-linux-gnu/bits/unistd.h + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h + /usr/include/poll.h + /usr/include/x86_64-linux-gnu/sys/poll.h + /usr/include/x86_64-linux-gnu/bits/poll.h + /usr/include/x86_64-linux-gnu/bits/poll2.h + /usr/include/errno.h + /usr/include/x86_64-linux-gnu/bits/errno.h + /usr/include/linux/errno.h + /usr/include/x86_64-linux-gnu/asm/errno.h + /usr/include/asm-generic/errno.h + /usr/include/asm-generic/errno-base.h + /usr/include/netinet/in.h + /usr/include/x86_64-linux-gnu/sys/socket.h + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h + /usr/include/x86_64-linux-gnu/bits/socket.h + /usr/include/x86_64-linux-gnu/bits/socket_type.h + /usr/include/x86_64-linux-gnu/bits/sockaddr.h + /usr/include/x86_64-linux-gnu/asm/socket.h + /usr/include/asm-generic/socket.h + /usr/include/linux/posix_types.h + /usr/include/linux/stddef.h + /usr/include/x86_64-linux-gnu/asm/posix_types.h + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h + /usr/include/asm-generic/posix_types.h + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h + /usr/include/asm-generic/bitsperlong.h + /usr/include/x86_64-linux-gnu/asm/sockios.h + /usr/include/asm-generic/sockios.h + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h + /usr/include/x86_64-linux-gnu/bits/socket2.h + /usr/include/x86_64-linux-gnu/bits/in.h + /usr/include/x86_64-linux-gnu/sys/stat.h + /usr/include/x86_64-linux-gnu/sys/mman.h + /usr/include/x86_64-linux-gnu/bits/mman.h + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h + /usr/include/x86_64-linux-gnu/bits/mman-linux.h + /usr/include/x86_64-linux-gnu/bits/mman-shared.h + /usr/include/x86_64-linux-gnu/sys/time.h + /usr/include/x86_64-linux-gnu/sys/timeb.h + /usr/include/x86_64-linux-gnu/sys/uio.h + /usr/include/x86_64-linux-gnu/bits/uio_lim.h + /usr/include/x86_64-linux-gnu/sys/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctls.h + /usr/include/x86_64-linux-gnu/asm/ioctls.h + /usr/include/asm-generic/ioctls.h + /usr/include/linux/ioctl.h + /usr/include/x86_64-linux-gnu/asm/ioctl.h + /usr/include/asm-generic/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h + /usr/include/x86_64-linux-gnu/sys/resource.h + /usr/include/x86_64-linux-gnu/bits/resource.h + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h + /usr/include/setjmp.h + /usr/include/x86_64-linux-gnu/bits/setjmp2.h + /home/szadys/wasm-micro-runtime/core/config.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_init.c.o + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_init.c + /usr/include/stdc-predef.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h + /usr/include/inttypes.h + /usr/include/features.h + /usr/include/x86_64-linux-gnu/sys/cdefs.h + /usr/include/x86_64-linux-gnu/bits/wordsize.h + /usr/include/x86_64-linux-gnu/bits/long-double.h + /usr/include/x86_64-linux-gnu/gnu/stubs.h + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h + /usr/include/stdint.h + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h + /usr/include/x86_64-linux-gnu/bits/types.h + /usr/include/x86_64-linux-gnu/bits/timesize.h + /usr/include/x86_64-linux-gnu/bits/typesizes.h + /usr/include/x86_64-linux-gnu/bits/time64.h + /usr/include/x86_64-linux-gnu/bits/wchar.h + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h + /usr/include/assert.h + /usr/include/time.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h + /usr/include/x86_64-linux-gnu/bits/time.h + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h + /usr/include/x86_64-linux-gnu/bits/types/time_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h + /usr/include/x86_64-linux-gnu/bits/endian.h + /usr/include/x86_64-linux-gnu/bits/endianness.h + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h + /usr/include/string.h + /usr/include/strings.h + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h + /usr/include/x86_64-linux-gnu/bits/string_fortified.h + /usr/include/stdio.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h + /usr/include/x86_64-linux-gnu/bits/types/FILE.h + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h + /usr/include/x86_64-linux-gnu/bits/stdio.h + /usr/include/x86_64-linux-gnu/bits/stdio2.h + /usr/include/stdlib.h + /usr/include/x86_64-linux-gnu/bits/waitflags.h + /usr/include/x86_64-linux-gnu/bits/waitstatus.h + /usr/include/x86_64-linux-gnu/bits/floatn.h + /usr/include/x86_64-linux-gnu/bits/floatn-common.h + /usr/include/x86_64-linux-gnu/sys/types.h + /usr/include/endian.h + /usr/include/x86_64-linux-gnu/bits/byteswap.h + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h + /usr/include/x86_64-linux-gnu/sys/select.h + /usr/include/x86_64-linux-gnu/bits/select.h + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h + /usr/include/x86_64-linux-gnu/bits/select2.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h + /usr/include/alloca.h + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h + /usr/include/x86_64-linux-gnu/bits/stdlib.h + /usr/include/math.h + /usr/include/x86_64-linux-gnu/bits/math-vector.h + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h + /usr/include/x86_64-linux-gnu/bits/fp-logb.h + /usr/include/x86_64-linux-gnu/bits/fp-fast.h + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h + /usr/include/x86_64-linux-gnu/bits/mathcalls.h + /usr/include/x86_64-linux-gnu/bits/mathinline.h + /usr/include/ctype.h + /usr/include/pthread.h + /usr/include/sched.h + /usr/include/x86_64-linux-gnu/bits/sched.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h + /usr/include/x86_64-linux-gnu/bits/cpu-set.h + /usr/include/x86_64-linux-gnu/bits/setjmp.h + /usr/include/signal.h + /usr/include/x86_64-linux-gnu/bits/signum.h + /usr/include/x86_64-linux-gnu/bits/signum-generic.h + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h + /usr/include/x86_64-linux-gnu/bits/sigaction.h + /usr/include/x86_64-linux-gnu/bits/sigcontext.h + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h + /usr/include/x86_64-linux-gnu/sys/ucontext.h + /usr/include/x86_64-linux-gnu/bits/sigstack.h + /usr/include/x86_64-linux-gnu/bits/ss_flags.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h + /usr/include/x86_64-linux-gnu/bits/sigthread.h + /usr/include/x86_64-linux-gnu/bits/signal_ext.h + /usr/include/semaphore.h + /usr/include/x86_64-linux-gnu/bits/semaphore.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h + /usr/include/limits.h + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h + /usr/include/x86_64-linux-gnu/bits/local_lim.h + /usr/include/linux/limits.h + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h + /usr/include/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h + /usr/include/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h + /usr/include/x86_64-linux-gnu/bits/stat.h + /usr/include/x86_64-linux-gnu/bits/fcntl2.h + /usr/include/unistd.h + /usr/include/x86_64-linux-gnu/bits/posix_opt.h + /usr/include/x86_64-linux-gnu/bits/environments.h + /usr/include/x86_64-linux-gnu/bits/confname.h + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h + /usr/include/x86_64-linux-gnu/bits/getopt_core.h + /usr/include/x86_64-linux-gnu/bits/unistd.h + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h + /usr/include/poll.h + /usr/include/x86_64-linux-gnu/sys/poll.h + /usr/include/x86_64-linux-gnu/bits/poll.h + /usr/include/x86_64-linux-gnu/bits/poll2.h + /usr/include/errno.h + /usr/include/x86_64-linux-gnu/bits/errno.h + /usr/include/linux/errno.h + /usr/include/x86_64-linux-gnu/asm/errno.h + /usr/include/asm-generic/errno.h + /usr/include/asm-generic/errno-base.h + /usr/include/netinet/in.h + /usr/include/x86_64-linux-gnu/sys/socket.h + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h + /usr/include/x86_64-linux-gnu/bits/socket.h + /usr/include/x86_64-linux-gnu/bits/socket_type.h + /usr/include/x86_64-linux-gnu/bits/sockaddr.h + /usr/include/x86_64-linux-gnu/asm/socket.h + /usr/include/asm-generic/socket.h + /usr/include/linux/posix_types.h + /usr/include/linux/stddef.h + /usr/include/x86_64-linux-gnu/asm/posix_types.h + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h + /usr/include/asm-generic/posix_types.h + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h + /usr/include/asm-generic/bitsperlong.h + /usr/include/x86_64-linux-gnu/asm/sockios.h + /usr/include/asm-generic/sockios.h + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h + /usr/include/x86_64-linux-gnu/bits/socket2.h + /usr/include/x86_64-linux-gnu/bits/in.h + /usr/include/x86_64-linux-gnu/sys/stat.h + /usr/include/x86_64-linux-gnu/sys/mman.h + /usr/include/x86_64-linux-gnu/bits/mman.h + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h + /usr/include/x86_64-linux-gnu/bits/mman-linux.h + /usr/include/x86_64-linux-gnu/bits/mman-shared.h + /usr/include/x86_64-linux-gnu/sys/time.h + /usr/include/x86_64-linux-gnu/sys/timeb.h + /usr/include/x86_64-linux-gnu/sys/uio.h + /usr/include/x86_64-linux-gnu/bits/uio_lim.h + /usr/include/x86_64-linux-gnu/sys/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctls.h + /usr/include/x86_64-linux-gnu/asm/ioctls.h + /usr/include/asm-generic/ioctls.h + /usr/include/linux/ioctl.h + /usr/include/x86_64-linux-gnu/asm/ioctl.h + /usr/include/asm-generic/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h + /usr/include/x86_64-linux-gnu/sys/resource.h + /usr/include/x86_64-linux-gnu/bits/resource.h + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h + /usr/include/setjmp.h + /usr/include/x86_64-linux-gnu/bits/setjmp2.h + /home/szadys/wasm-micro-runtime/core/config.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.c.o + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.c + /usr/include/stdc-predef.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h + /usr/include/inttypes.h + /usr/include/features.h + /usr/include/x86_64-linux-gnu/sys/cdefs.h + /usr/include/x86_64-linux-gnu/bits/wordsize.h + /usr/include/x86_64-linux-gnu/bits/long-double.h + /usr/include/x86_64-linux-gnu/gnu/stubs.h + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h + /usr/include/stdint.h + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h + /usr/include/x86_64-linux-gnu/bits/types.h + /usr/include/x86_64-linux-gnu/bits/timesize.h + /usr/include/x86_64-linux-gnu/bits/typesizes.h + /usr/include/x86_64-linux-gnu/bits/time64.h + /usr/include/x86_64-linux-gnu/bits/wchar.h + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h + /usr/include/assert.h + /usr/include/time.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h + /usr/include/x86_64-linux-gnu/bits/time.h + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h + /usr/include/x86_64-linux-gnu/bits/types/time_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h + /usr/include/x86_64-linux-gnu/bits/endian.h + /usr/include/x86_64-linux-gnu/bits/endianness.h + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h + /usr/include/string.h + /usr/include/strings.h + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h + /usr/include/x86_64-linux-gnu/bits/string_fortified.h + /usr/include/stdio.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h + /usr/include/x86_64-linux-gnu/bits/types/FILE.h + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h + /usr/include/x86_64-linux-gnu/bits/stdio.h + /usr/include/x86_64-linux-gnu/bits/stdio2.h + /usr/include/stdlib.h + /usr/include/x86_64-linux-gnu/bits/waitflags.h + /usr/include/x86_64-linux-gnu/bits/waitstatus.h + /usr/include/x86_64-linux-gnu/bits/floatn.h + /usr/include/x86_64-linux-gnu/bits/floatn-common.h + /usr/include/x86_64-linux-gnu/sys/types.h + /usr/include/endian.h + /usr/include/x86_64-linux-gnu/bits/byteswap.h + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h + /usr/include/x86_64-linux-gnu/sys/select.h + /usr/include/x86_64-linux-gnu/bits/select.h + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h + /usr/include/x86_64-linux-gnu/bits/select2.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h + /usr/include/alloca.h + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h + /usr/include/x86_64-linux-gnu/bits/stdlib.h + /usr/include/math.h + /usr/include/x86_64-linux-gnu/bits/math-vector.h + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h + /usr/include/x86_64-linux-gnu/bits/fp-logb.h + /usr/include/x86_64-linux-gnu/bits/fp-fast.h + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h + /usr/include/x86_64-linux-gnu/bits/mathcalls.h + /usr/include/x86_64-linux-gnu/bits/mathinline.h + /usr/include/ctype.h + /usr/include/pthread.h + /usr/include/sched.h + /usr/include/x86_64-linux-gnu/bits/sched.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h + /usr/include/x86_64-linux-gnu/bits/cpu-set.h + /usr/include/x86_64-linux-gnu/bits/setjmp.h + /usr/include/signal.h + /usr/include/x86_64-linux-gnu/bits/signum.h + /usr/include/x86_64-linux-gnu/bits/signum-generic.h + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h + /usr/include/x86_64-linux-gnu/bits/sigaction.h + /usr/include/x86_64-linux-gnu/bits/sigcontext.h + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h + /usr/include/x86_64-linux-gnu/sys/ucontext.h + /usr/include/x86_64-linux-gnu/bits/sigstack.h + /usr/include/x86_64-linux-gnu/bits/ss_flags.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h + /usr/include/x86_64-linux-gnu/bits/sigthread.h + /usr/include/x86_64-linux-gnu/bits/signal_ext.h + /usr/include/semaphore.h + /usr/include/x86_64-linux-gnu/bits/semaphore.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h + /usr/include/limits.h + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h + /usr/include/x86_64-linux-gnu/bits/local_lim.h + /usr/include/linux/limits.h + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h + /usr/include/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h + /usr/include/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h + /usr/include/x86_64-linux-gnu/bits/stat.h + /usr/include/x86_64-linux-gnu/bits/fcntl2.h + /usr/include/unistd.h + /usr/include/x86_64-linux-gnu/bits/posix_opt.h + /usr/include/x86_64-linux-gnu/bits/environments.h + /usr/include/x86_64-linux-gnu/bits/confname.h + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h + /usr/include/x86_64-linux-gnu/bits/getopt_core.h + /usr/include/x86_64-linux-gnu/bits/unistd.h + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h + /usr/include/poll.h + /usr/include/x86_64-linux-gnu/sys/poll.h + /usr/include/x86_64-linux-gnu/bits/poll.h + /usr/include/x86_64-linux-gnu/bits/poll2.h + /usr/include/errno.h + /usr/include/x86_64-linux-gnu/bits/errno.h + /usr/include/linux/errno.h + /usr/include/x86_64-linux-gnu/asm/errno.h + /usr/include/asm-generic/errno.h + /usr/include/asm-generic/errno-base.h + /usr/include/netinet/in.h + /usr/include/x86_64-linux-gnu/sys/socket.h + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h + /usr/include/x86_64-linux-gnu/bits/socket.h + /usr/include/x86_64-linux-gnu/bits/socket_type.h + /usr/include/x86_64-linux-gnu/bits/sockaddr.h + /usr/include/x86_64-linux-gnu/asm/socket.h + /usr/include/asm-generic/socket.h + /usr/include/linux/posix_types.h + /usr/include/linux/stddef.h + /usr/include/x86_64-linux-gnu/asm/posix_types.h + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h + /usr/include/asm-generic/posix_types.h + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h + /usr/include/asm-generic/bitsperlong.h + /usr/include/x86_64-linux-gnu/asm/sockios.h + /usr/include/asm-generic/sockios.h + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h + /usr/include/x86_64-linux-gnu/bits/socket2.h + /usr/include/x86_64-linux-gnu/bits/in.h + /usr/include/x86_64-linux-gnu/sys/stat.h + /usr/include/x86_64-linux-gnu/sys/mman.h + /usr/include/x86_64-linux-gnu/bits/mman.h + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h + /usr/include/x86_64-linux-gnu/bits/mman-linux.h + /usr/include/x86_64-linux-gnu/bits/mman-shared.h + /usr/include/x86_64-linux-gnu/sys/time.h + /usr/include/x86_64-linux-gnu/sys/timeb.h + /usr/include/x86_64-linux-gnu/sys/uio.h + /usr/include/x86_64-linux-gnu/bits/uio_lim.h + /usr/include/x86_64-linux-gnu/sys/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctls.h + /usr/include/x86_64-linux-gnu/asm/ioctls.h + /usr/include/asm-generic/ioctls.h + /usr/include/linux/ioctl.h + /usr/include/x86_64-linux-gnu/asm/ioctl.h + /usr/include/asm-generic/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h + /usr/include/x86_64-linux-gnu/sys/resource.h + /usr/include/x86_64-linux-gnu/bits/resource.h + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h + /usr/include/setjmp.h + /usr/include/x86_64-linux-gnu/bits/setjmp2.h + /home/szadys/wasm-micro-runtime/core/config.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.c.o + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.c + /usr/include/stdc-predef.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h + /usr/include/inttypes.h + /usr/include/features.h + /usr/include/x86_64-linux-gnu/sys/cdefs.h + /usr/include/x86_64-linux-gnu/bits/wordsize.h + /usr/include/x86_64-linux-gnu/bits/long-double.h + /usr/include/x86_64-linux-gnu/gnu/stubs.h + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h + /usr/include/stdint.h + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h + /usr/include/x86_64-linux-gnu/bits/types.h + /usr/include/x86_64-linux-gnu/bits/timesize.h + /usr/include/x86_64-linux-gnu/bits/typesizes.h + /usr/include/x86_64-linux-gnu/bits/time64.h + /usr/include/x86_64-linux-gnu/bits/wchar.h + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h + /usr/include/assert.h + /usr/include/time.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h + /usr/include/x86_64-linux-gnu/bits/time.h + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h + /usr/include/x86_64-linux-gnu/bits/types/time_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h + /usr/include/x86_64-linux-gnu/bits/endian.h + /usr/include/x86_64-linux-gnu/bits/endianness.h + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h + /usr/include/string.h + /usr/include/strings.h + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h + /usr/include/x86_64-linux-gnu/bits/string_fortified.h + /usr/include/stdio.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h + /usr/include/x86_64-linux-gnu/bits/types/FILE.h + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h + /usr/include/x86_64-linux-gnu/bits/stdio.h + /usr/include/x86_64-linux-gnu/bits/stdio2.h + /usr/include/stdlib.h + /usr/include/x86_64-linux-gnu/bits/waitflags.h + /usr/include/x86_64-linux-gnu/bits/waitstatus.h + /usr/include/x86_64-linux-gnu/bits/floatn.h + /usr/include/x86_64-linux-gnu/bits/floatn-common.h + /usr/include/x86_64-linux-gnu/sys/types.h + /usr/include/endian.h + /usr/include/x86_64-linux-gnu/bits/byteswap.h + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h + /usr/include/x86_64-linux-gnu/sys/select.h + /usr/include/x86_64-linux-gnu/bits/select.h + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h + /usr/include/x86_64-linux-gnu/bits/select2.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h + /usr/include/alloca.h + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h + /usr/include/x86_64-linux-gnu/bits/stdlib.h + /usr/include/math.h + /usr/include/x86_64-linux-gnu/bits/math-vector.h + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h + /usr/include/x86_64-linux-gnu/bits/fp-logb.h + /usr/include/x86_64-linux-gnu/bits/fp-fast.h + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h + /usr/include/x86_64-linux-gnu/bits/mathcalls.h + /usr/include/x86_64-linux-gnu/bits/mathinline.h + /usr/include/ctype.h + /usr/include/pthread.h + /usr/include/sched.h + /usr/include/x86_64-linux-gnu/bits/sched.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h + /usr/include/x86_64-linux-gnu/bits/cpu-set.h + /usr/include/x86_64-linux-gnu/bits/setjmp.h + /usr/include/signal.h + /usr/include/x86_64-linux-gnu/bits/signum.h + /usr/include/x86_64-linux-gnu/bits/signum-generic.h + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h + /usr/include/x86_64-linux-gnu/bits/sigaction.h + /usr/include/x86_64-linux-gnu/bits/sigcontext.h + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h + /usr/include/x86_64-linux-gnu/sys/ucontext.h + /usr/include/x86_64-linux-gnu/bits/sigstack.h + /usr/include/x86_64-linux-gnu/bits/ss_flags.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h + /usr/include/x86_64-linux-gnu/bits/sigthread.h + /usr/include/x86_64-linux-gnu/bits/signal_ext.h + /usr/include/semaphore.h + /usr/include/x86_64-linux-gnu/bits/semaphore.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h + /usr/include/limits.h + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h + /usr/include/x86_64-linux-gnu/bits/local_lim.h + /usr/include/linux/limits.h + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h + /usr/include/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h + /usr/include/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h + /usr/include/x86_64-linux-gnu/bits/stat.h + /usr/include/x86_64-linux-gnu/bits/fcntl2.h + /usr/include/unistd.h + /usr/include/x86_64-linux-gnu/bits/posix_opt.h + /usr/include/x86_64-linux-gnu/bits/environments.h + /usr/include/x86_64-linux-gnu/bits/confname.h + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h + /usr/include/x86_64-linux-gnu/bits/getopt_core.h + /usr/include/x86_64-linux-gnu/bits/unistd.h + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h + /usr/include/poll.h + /usr/include/x86_64-linux-gnu/sys/poll.h + /usr/include/x86_64-linux-gnu/bits/poll.h + /usr/include/x86_64-linux-gnu/bits/poll2.h + /usr/include/errno.h + /usr/include/x86_64-linux-gnu/bits/errno.h + /usr/include/linux/errno.h + /usr/include/x86_64-linux-gnu/asm/errno.h + /usr/include/asm-generic/errno.h + /usr/include/asm-generic/errno-base.h + /usr/include/netinet/in.h + /usr/include/x86_64-linux-gnu/sys/socket.h + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h + /usr/include/x86_64-linux-gnu/bits/socket.h + /usr/include/x86_64-linux-gnu/bits/socket_type.h + /usr/include/x86_64-linux-gnu/bits/sockaddr.h + /usr/include/x86_64-linux-gnu/asm/socket.h + /usr/include/asm-generic/socket.h + /usr/include/linux/posix_types.h + /usr/include/linux/stddef.h + /usr/include/x86_64-linux-gnu/asm/posix_types.h + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h + /usr/include/asm-generic/posix_types.h + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h + /usr/include/asm-generic/bitsperlong.h + /usr/include/x86_64-linux-gnu/asm/sockios.h + /usr/include/asm-generic/sockios.h + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h + /usr/include/x86_64-linux-gnu/bits/socket2.h + /usr/include/x86_64-linux-gnu/bits/in.h + /usr/include/x86_64-linux-gnu/sys/stat.h + /usr/include/x86_64-linux-gnu/sys/mman.h + /usr/include/x86_64-linux-gnu/bits/mman.h + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h + /usr/include/x86_64-linux-gnu/bits/mman-linux.h + /usr/include/x86_64-linux-gnu/bits/mman-shared.h + /usr/include/x86_64-linux-gnu/sys/time.h + /usr/include/x86_64-linux-gnu/sys/timeb.h + /usr/include/x86_64-linux-gnu/sys/uio.h + /usr/include/x86_64-linux-gnu/bits/uio_lim.h + /usr/include/x86_64-linux-gnu/sys/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctls.h + /usr/include/x86_64-linux-gnu/asm/ioctls.h + /usr/include/asm-generic/ioctls.h + /usr/include/linux/ioctl.h + /usr/include/x86_64-linux-gnu/asm/ioctl.h + /usr/include/asm-generic/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h + /usr/include/x86_64-linux-gnu/sys/resource.h + /usr/include/x86_64-linux-gnu/bits/resource.h + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h + /usr/include/setjmp.h + /usr/include/x86_64-linux-gnu/bits/setjmp2.h + /home/szadys/wasm-micro-runtime/core/config.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.c.o + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.c + /usr/include/stdc-predef.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h + /usr/include/inttypes.h + /usr/include/features.h + /usr/include/x86_64-linux-gnu/sys/cdefs.h + /usr/include/x86_64-linux-gnu/bits/wordsize.h + /usr/include/x86_64-linux-gnu/bits/long-double.h + /usr/include/x86_64-linux-gnu/gnu/stubs.h + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h + /usr/include/stdint.h + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h + /usr/include/x86_64-linux-gnu/bits/types.h + /usr/include/x86_64-linux-gnu/bits/timesize.h + /usr/include/x86_64-linux-gnu/bits/typesizes.h + /usr/include/x86_64-linux-gnu/bits/time64.h + /usr/include/x86_64-linux-gnu/bits/wchar.h + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h + /usr/include/assert.h + /usr/include/time.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h + /usr/include/x86_64-linux-gnu/bits/time.h + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h + /usr/include/x86_64-linux-gnu/bits/types/time_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h + /usr/include/x86_64-linux-gnu/bits/endian.h + /usr/include/x86_64-linux-gnu/bits/endianness.h + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h + /usr/include/string.h + /usr/include/strings.h + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h + /usr/include/x86_64-linux-gnu/bits/string_fortified.h + /usr/include/stdio.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h + /usr/include/x86_64-linux-gnu/bits/types/FILE.h + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h + /usr/include/x86_64-linux-gnu/bits/stdio.h + /usr/include/x86_64-linux-gnu/bits/stdio2.h + /usr/include/stdlib.h + /usr/include/x86_64-linux-gnu/bits/waitflags.h + /usr/include/x86_64-linux-gnu/bits/waitstatus.h + /usr/include/x86_64-linux-gnu/bits/floatn.h + /usr/include/x86_64-linux-gnu/bits/floatn-common.h + /usr/include/x86_64-linux-gnu/sys/types.h + /usr/include/endian.h + /usr/include/x86_64-linux-gnu/bits/byteswap.h + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h + /usr/include/x86_64-linux-gnu/sys/select.h + /usr/include/x86_64-linux-gnu/bits/select.h + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h + /usr/include/x86_64-linux-gnu/bits/select2.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h + /usr/include/alloca.h + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h + /usr/include/x86_64-linux-gnu/bits/stdlib.h + /usr/include/math.h + /usr/include/x86_64-linux-gnu/bits/math-vector.h + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h + /usr/include/x86_64-linux-gnu/bits/fp-logb.h + /usr/include/x86_64-linux-gnu/bits/fp-fast.h + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h + /usr/include/x86_64-linux-gnu/bits/mathcalls.h + /usr/include/x86_64-linux-gnu/bits/mathinline.h + /usr/include/ctype.h + /usr/include/pthread.h + /usr/include/sched.h + /usr/include/x86_64-linux-gnu/bits/sched.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h + /usr/include/x86_64-linux-gnu/bits/cpu-set.h + /usr/include/x86_64-linux-gnu/bits/setjmp.h + /usr/include/signal.h + /usr/include/x86_64-linux-gnu/bits/signum.h + /usr/include/x86_64-linux-gnu/bits/signum-generic.h + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h + /usr/include/x86_64-linux-gnu/bits/sigaction.h + /usr/include/x86_64-linux-gnu/bits/sigcontext.h + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h + /usr/include/x86_64-linux-gnu/sys/ucontext.h + /usr/include/x86_64-linux-gnu/bits/sigstack.h + /usr/include/x86_64-linux-gnu/bits/ss_flags.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h + /usr/include/x86_64-linux-gnu/bits/sigthread.h + /usr/include/x86_64-linux-gnu/bits/signal_ext.h + /usr/include/semaphore.h + /usr/include/x86_64-linux-gnu/bits/semaphore.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h + /usr/include/limits.h + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h + /usr/include/x86_64-linux-gnu/bits/local_lim.h + /usr/include/linux/limits.h + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h + /usr/include/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h + /usr/include/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h + /usr/include/x86_64-linux-gnu/bits/stat.h + /usr/include/x86_64-linux-gnu/bits/fcntl2.h + /usr/include/unistd.h + /usr/include/x86_64-linux-gnu/bits/posix_opt.h + /usr/include/x86_64-linux-gnu/bits/environments.h + /usr/include/x86_64-linux-gnu/bits/confname.h + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h + /usr/include/x86_64-linux-gnu/bits/getopt_core.h + /usr/include/x86_64-linux-gnu/bits/unistd.h + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h + /usr/include/poll.h + /usr/include/x86_64-linux-gnu/sys/poll.h + /usr/include/x86_64-linux-gnu/bits/poll.h + /usr/include/x86_64-linux-gnu/bits/poll2.h + /usr/include/errno.h + /usr/include/x86_64-linux-gnu/bits/errno.h + /usr/include/linux/errno.h + /usr/include/x86_64-linux-gnu/asm/errno.h + /usr/include/asm-generic/errno.h + /usr/include/asm-generic/errno-base.h + /usr/include/netinet/in.h + /usr/include/x86_64-linux-gnu/sys/socket.h + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h + /usr/include/x86_64-linux-gnu/bits/socket.h + /usr/include/x86_64-linux-gnu/bits/socket_type.h + /usr/include/x86_64-linux-gnu/bits/sockaddr.h + /usr/include/x86_64-linux-gnu/asm/socket.h + /usr/include/asm-generic/socket.h + /usr/include/linux/posix_types.h + /usr/include/linux/stddef.h + /usr/include/x86_64-linux-gnu/asm/posix_types.h + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h + /usr/include/asm-generic/posix_types.h + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h + /usr/include/asm-generic/bitsperlong.h + /usr/include/x86_64-linux-gnu/asm/sockios.h + /usr/include/asm-generic/sockios.h + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h + /usr/include/x86_64-linux-gnu/bits/socket2.h + /usr/include/x86_64-linux-gnu/bits/in.h + /usr/include/x86_64-linux-gnu/sys/stat.h + /usr/include/x86_64-linux-gnu/sys/mman.h + /usr/include/x86_64-linux-gnu/bits/mman.h + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h + /usr/include/x86_64-linux-gnu/bits/mman-linux.h + /usr/include/x86_64-linux-gnu/bits/mman-shared.h + /usr/include/x86_64-linux-gnu/sys/time.h + /usr/include/x86_64-linux-gnu/sys/timeb.h + /usr/include/x86_64-linux-gnu/sys/uio.h + /usr/include/x86_64-linux-gnu/bits/uio_lim.h + /usr/include/x86_64-linux-gnu/sys/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctls.h + /usr/include/x86_64-linux-gnu/asm/ioctls.h + /usr/include/asm-generic/ioctls.h + /usr/include/linux/ioctl.h + /usr/include/x86_64-linux-gnu/asm/ioctl.h + /usr/include/asm-generic/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h + /usr/include/x86_64-linux-gnu/sys/resource.h + /usr/include/x86_64-linux-gnu/bits/resource.h + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h + /usr/include/setjmp.h + /usr/include/x86_64-linux-gnu/bits/setjmp2.h + /home/szadys/wasm-micro-runtime/core/config.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.c.o + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.c + /usr/include/stdc-predef.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h + /usr/include/inttypes.h + /usr/include/features.h + /usr/include/x86_64-linux-gnu/sys/cdefs.h + /usr/include/x86_64-linux-gnu/bits/wordsize.h + /usr/include/x86_64-linux-gnu/bits/long-double.h + /usr/include/x86_64-linux-gnu/gnu/stubs.h + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h + /usr/include/stdint.h + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h + /usr/include/x86_64-linux-gnu/bits/types.h + /usr/include/x86_64-linux-gnu/bits/timesize.h + /usr/include/x86_64-linux-gnu/bits/typesizes.h + /usr/include/x86_64-linux-gnu/bits/time64.h + /usr/include/x86_64-linux-gnu/bits/wchar.h + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h + /usr/include/assert.h + /usr/include/time.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h + /usr/include/x86_64-linux-gnu/bits/time.h + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h + /usr/include/x86_64-linux-gnu/bits/types/time_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h + /usr/include/x86_64-linux-gnu/bits/endian.h + /usr/include/x86_64-linux-gnu/bits/endianness.h + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h + /usr/include/string.h + /usr/include/strings.h + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h + /usr/include/x86_64-linux-gnu/bits/string_fortified.h + /usr/include/stdio.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h + /usr/include/x86_64-linux-gnu/bits/types/FILE.h + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h + /usr/include/x86_64-linux-gnu/bits/stdio.h + /usr/include/x86_64-linux-gnu/bits/stdio2.h + /usr/include/stdlib.h + /usr/include/x86_64-linux-gnu/bits/waitflags.h + /usr/include/x86_64-linux-gnu/bits/waitstatus.h + /usr/include/x86_64-linux-gnu/bits/floatn.h + /usr/include/x86_64-linux-gnu/bits/floatn-common.h + /usr/include/x86_64-linux-gnu/sys/types.h + /usr/include/endian.h + /usr/include/x86_64-linux-gnu/bits/byteswap.h + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h + /usr/include/x86_64-linux-gnu/sys/select.h + /usr/include/x86_64-linux-gnu/bits/select.h + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h + /usr/include/x86_64-linux-gnu/bits/select2.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h + /usr/include/alloca.h + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h + /usr/include/x86_64-linux-gnu/bits/stdlib.h + /usr/include/math.h + /usr/include/x86_64-linux-gnu/bits/math-vector.h + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h + /usr/include/x86_64-linux-gnu/bits/fp-logb.h + /usr/include/x86_64-linux-gnu/bits/fp-fast.h + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h + /usr/include/x86_64-linux-gnu/bits/mathcalls.h + /usr/include/x86_64-linux-gnu/bits/mathinline.h + /usr/include/ctype.h + /usr/include/pthread.h + /usr/include/sched.h + /usr/include/x86_64-linux-gnu/bits/sched.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h + /usr/include/x86_64-linux-gnu/bits/cpu-set.h + /usr/include/x86_64-linux-gnu/bits/setjmp.h + /usr/include/signal.h + /usr/include/x86_64-linux-gnu/bits/signum.h + /usr/include/x86_64-linux-gnu/bits/signum-generic.h + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h + /usr/include/x86_64-linux-gnu/bits/sigaction.h + /usr/include/x86_64-linux-gnu/bits/sigcontext.h + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h + /usr/include/x86_64-linux-gnu/sys/ucontext.h + /usr/include/x86_64-linux-gnu/bits/sigstack.h + /usr/include/x86_64-linux-gnu/bits/ss_flags.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h + /usr/include/x86_64-linux-gnu/bits/sigthread.h + /usr/include/x86_64-linux-gnu/bits/signal_ext.h + /usr/include/semaphore.h + /usr/include/x86_64-linux-gnu/bits/semaphore.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h + /usr/include/limits.h + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h + /usr/include/x86_64-linux-gnu/bits/local_lim.h + /usr/include/linux/limits.h + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h + /usr/include/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h + /usr/include/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h + /usr/include/x86_64-linux-gnu/bits/stat.h + /usr/include/x86_64-linux-gnu/bits/fcntl2.h + /usr/include/unistd.h + /usr/include/x86_64-linux-gnu/bits/posix_opt.h + /usr/include/x86_64-linux-gnu/bits/environments.h + /usr/include/x86_64-linux-gnu/bits/confname.h + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h + /usr/include/x86_64-linux-gnu/bits/getopt_core.h + /usr/include/x86_64-linux-gnu/bits/unistd.h + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h + /usr/include/poll.h + /usr/include/x86_64-linux-gnu/sys/poll.h + /usr/include/x86_64-linux-gnu/bits/poll.h + /usr/include/x86_64-linux-gnu/bits/poll2.h + /usr/include/errno.h + /usr/include/x86_64-linux-gnu/bits/errno.h + /usr/include/linux/errno.h + /usr/include/x86_64-linux-gnu/asm/errno.h + /usr/include/asm-generic/errno.h + /usr/include/asm-generic/errno-base.h + /usr/include/netinet/in.h + /usr/include/x86_64-linux-gnu/sys/socket.h + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h + /usr/include/x86_64-linux-gnu/bits/socket.h + /usr/include/x86_64-linux-gnu/bits/socket_type.h + /usr/include/x86_64-linux-gnu/bits/sockaddr.h + /usr/include/x86_64-linux-gnu/asm/socket.h + /usr/include/asm-generic/socket.h + /usr/include/linux/posix_types.h + /usr/include/linux/stddef.h + /usr/include/x86_64-linux-gnu/asm/posix_types.h + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h + /usr/include/asm-generic/posix_types.h + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h + /usr/include/asm-generic/bitsperlong.h + /usr/include/x86_64-linux-gnu/asm/sockios.h + /usr/include/asm-generic/sockios.h + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h + /usr/include/x86_64-linux-gnu/bits/socket2.h + /usr/include/x86_64-linux-gnu/bits/in.h + /usr/include/x86_64-linux-gnu/sys/stat.h + /usr/include/x86_64-linux-gnu/sys/mman.h + /usr/include/x86_64-linux-gnu/bits/mman.h + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h + /usr/include/x86_64-linux-gnu/bits/mman-linux.h + /usr/include/x86_64-linux-gnu/bits/mman-shared.h + /usr/include/x86_64-linux-gnu/sys/time.h + /usr/include/x86_64-linux-gnu/sys/timeb.h + /usr/include/x86_64-linux-gnu/sys/uio.h + /usr/include/x86_64-linux-gnu/bits/uio_lim.h + /usr/include/x86_64-linux-gnu/sys/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctls.h + /usr/include/x86_64-linux-gnu/asm/ioctls.h + /usr/include/asm-generic/ioctls.h + /usr/include/linux/ioctl.h + /usr/include/x86_64-linux-gnu/asm/ioctl.h + /usr/include/asm-generic/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h + /usr/include/x86_64-linux-gnu/sys/resource.h + /usr/include/x86_64-linux-gnu/bits/resource.h + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h + /usr/include/setjmp.h + /usr/include/x86_64-linux-gnu/bits/setjmp2.h + /home/szadys/wasm-micro-runtime/core/config.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.c.o + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.c + /usr/include/stdc-predef.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h + /usr/include/inttypes.h + /usr/include/features.h + /usr/include/x86_64-linux-gnu/sys/cdefs.h + /usr/include/x86_64-linux-gnu/bits/wordsize.h + /usr/include/x86_64-linux-gnu/bits/long-double.h + /usr/include/x86_64-linux-gnu/gnu/stubs.h + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h + /usr/include/stdint.h + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h + /usr/include/x86_64-linux-gnu/bits/types.h + /usr/include/x86_64-linux-gnu/bits/timesize.h + /usr/include/x86_64-linux-gnu/bits/typesizes.h + /usr/include/x86_64-linux-gnu/bits/time64.h + /usr/include/x86_64-linux-gnu/bits/wchar.h + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h + /usr/include/assert.h + /usr/include/time.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h + /usr/include/x86_64-linux-gnu/bits/time.h + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h + /usr/include/x86_64-linux-gnu/bits/types/time_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h + /usr/include/x86_64-linux-gnu/bits/endian.h + /usr/include/x86_64-linux-gnu/bits/endianness.h + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h + /usr/include/string.h + /usr/include/strings.h + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h + /usr/include/x86_64-linux-gnu/bits/string_fortified.h + /usr/include/stdio.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h + /usr/include/x86_64-linux-gnu/bits/types/FILE.h + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h + /usr/include/x86_64-linux-gnu/bits/stdio.h + /usr/include/x86_64-linux-gnu/bits/stdio2.h + /usr/include/stdlib.h + /usr/include/x86_64-linux-gnu/bits/waitflags.h + /usr/include/x86_64-linux-gnu/bits/waitstatus.h + /usr/include/x86_64-linux-gnu/bits/floatn.h + /usr/include/x86_64-linux-gnu/bits/floatn-common.h + /usr/include/x86_64-linux-gnu/sys/types.h + /usr/include/endian.h + /usr/include/x86_64-linux-gnu/bits/byteswap.h + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h + /usr/include/x86_64-linux-gnu/sys/select.h + /usr/include/x86_64-linux-gnu/bits/select.h + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h + /usr/include/x86_64-linux-gnu/bits/select2.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h + /usr/include/alloca.h + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h + /usr/include/x86_64-linux-gnu/bits/stdlib.h + /usr/include/math.h + /usr/include/x86_64-linux-gnu/bits/math-vector.h + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h + /usr/include/x86_64-linux-gnu/bits/fp-logb.h + /usr/include/x86_64-linux-gnu/bits/fp-fast.h + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h + /usr/include/x86_64-linux-gnu/bits/mathcalls.h + /usr/include/x86_64-linux-gnu/bits/mathinline.h + /usr/include/ctype.h + /usr/include/pthread.h + /usr/include/sched.h + /usr/include/x86_64-linux-gnu/bits/sched.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h + /usr/include/x86_64-linux-gnu/bits/cpu-set.h + /usr/include/x86_64-linux-gnu/bits/setjmp.h + /usr/include/signal.h + /usr/include/x86_64-linux-gnu/bits/signum.h + /usr/include/x86_64-linux-gnu/bits/signum-generic.h + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h + /usr/include/x86_64-linux-gnu/bits/sigaction.h + /usr/include/x86_64-linux-gnu/bits/sigcontext.h + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h + /usr/include/x86_64-linux-gnu/sys/ucontext.h + /usr/include/x86_64-linux-gnu/bits/sigstack.h + /usr/include/x86_64-linux-gnu/bits/ss_flags.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h + /usr/include/x86_64-linux-gnu/bits/sigthread.h + /usr/include/x86_64-linux-gnu/bits/signal_ext.h + /usr/include/semaphore.h + /usr/include/x86_64-linux-gnu/bits/semaphore.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h + /usr/include/limits.h + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h + /usr/include/x86_64-linux-gnu/bits/local_lim.h + /usr/include/linux/limits.h + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h + /usr/include/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h + /usr/include/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h + /usr/include/x86_64-linux-gnu/bits/stat.h + /usr/include/x86_64-linux-gnu/bits/fcntl2.h + /usr/include/unistd.h + /usr/include/x86_64-linux-gnu/bits/posix_opt.h + /usr/include/x86_64-linux-gnu/bits/environments.h + /usr/include/x86_64-linux-gnu/bits/confname.h + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h + /usr/include/x86_64-linux-gnu/bits/getopt_core.h + /usr/include/x86_64-linux-gnu/bits/unistd.h + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h + /usr/include/poll.h + /usr/include/x86_64-linux-gnu/sys/poll.h + /usr/include/x86_64-linux-gnu/bits/poll.h + /usr/include/x86_64-linux-gnu/bits/poll2.h + /usr/include/errno.h + /usr/include/x86_64-linux-gnu/bits/errno.h + /usr/include/linux/errno.h + /usr/include/x86_64-linux-gnu/asm/errno.h + /usr/include/asm-generic/errno.h + /usr/include/asm-generic/errno-base.h + /usr/include/netinet/in.h + /usr/include/x86_64-linux-gnu/sys/socket.h + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h + /usr/include/x86_64-linux-gnu/bits/socket.h + /usr/include/x86_64-linux-gnu/bits/socket_type.h + /usr/include/x86_64-linux-gnu/bits/sockaddr.h + /usr/include/x86_64-linux-gnu/asm/socket.h + /usr/include/asm-generic/socket.h + /usr/include/linux/posix_types.h + /usr/include/linux/stddef.h + /usr/include/x86_64-linux-gnu/asm/posix_types.h + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h + /usr/include/asm-generic/posix_types.h + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h + /usr/include/asm-generic/bitsperlong.h + /usr/include/x86_64-linux-gnu/asm/sockios.h + /usr/include/asm-generic/sockios.h + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h + /usr/include/x86_64-linux-gnu/bits/socket2.h + /usr/include/x86_64-linux-gnu/bits/in.h + /usr/include/x86_64-linux-gnu/sys/stat.h + /usr/include/x86_64-linux-gnu/sys/mman.h + /usr/include/x86_64-linux-gnu/bits/mman.h + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h + /usr/include/x86_64-linux-gnu/bits/mman-linux.h + /usr/include/x86_64-linux-gnu/bits/mman-shared.h + /usr/include/x86_64-linux-gnu/sys/time.h + /usr/include/x86_64-linux-gnu/sys/timeb.h + /usr/include/x86_64-linux-gnu/sys/uio.h + /usr/include/x86_64-linux-gnu/bits/uio_lim.h + /usr/include/x86_64-linux-gnu/sys/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctls.h + /usr/include/x86_64-linux-gnu/asm/ioctls.h + /usr/include/asm-generic/ioctls.h + /usr/include/linux/ioctl.h + /usr/include/x86_64-linux-gnu/asm/ioctl.h + /usr/include/asm-generic/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h + /usr/include/x86_64-linux-gnu/sys/resource.h + /usr/include/x86_64-linux-gnu/bits/resource.h + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h + /usr/include/setjmp.h + /usr/include/x86_64-linux-gnu/bits/setjmp2.h + /home/szadys/wasm-micro-runtime/core/config.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.c.o + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.c + /usr/include/stdc-predef.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h + /usr/include/inttypes.h + /usr/include/features.h + /usr/include/x86_64-linux-gnu/sys/cdefs.h + /usr/include/x86_64-linux-gnu/bits/wordsize.h + /usr/include/x86_64-linux-gnu/bits/long-double.h + /usr/include/x86_64-linux-gnu/gnu/stubs.h + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h + /usr/include/stdint.h + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h + /usr/include/x86_64-linux-gnu/bits/types.h + /usr/include/x86_64-linux-gnu/bits/timesize.h + /usr/include/x86_64-linux-gnu/bits/typesizes.h + /usr/include/x86_64-linux-gnu/bits/time64.h + /usr/include/x86_64-linux-gnu/bits/wchar.h + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h + /usr/include/assert.h + /usr/include/time.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h + /usr/include/x86_64-linux-gnu/bits/time.h + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h + /usr/include/x86_64-linux-gnu/bits/types/time_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h + /usr/include/x86_64-linux-gnu/bits/endian.h + /usr/include/x86_64-linux-gnu/bits/endianness.h + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h + /usr/include/string.h + /usr/include/strings.h + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h + /usr/include/x86_64-linux-gnu/bits/string_fortified.h + /usr/include/stdio.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h + /usr/include/x86_64-linux-gnu/bits/types/FILE.h + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h + /usr/include/x86_64-linux-gnu/bits/stdio.h + /usr/include/x86_64-linux-gnu/bits/stdio2.h + /usr/include/stdlib.h + /usr/include/x86_64-linux-gnu/bits/waitflags.h + /usr/include/x86_64-linux-gnu/bits/waitstatus.h + /usr/include/x86_64-linux-gnu/bits/floatn.h + /usr/include/x86_64-linux-gnu/bits/floatn-common.h + /usr/include/x86_64-linux-gnu/sys/types.h + /usr/include/endian.h + /usr/include/x86_64-linux-gnu/bits/byteswap.h + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h + /usr/include/x86_64-linux-gnu/sys/select.h + /usr/include/x86_64-linux-gnu/bits/select.h + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h + /usr/include/x86_64-linux-gnu/bits/select2.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h + /usr/include/alloca.h + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h + /usr/include/x86_64-linux-gnu/bits/stdlib.h + /usr/include/math.h + /usr/include/x86_64-linux-gnu/bits/math-vector.h + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h + /usr/include/x86_64-linux-gnu/bits/fp-logb.h + /usr/include/x86_64-linux-gnu/bits/fp-fast.h + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h + /usr/include/x86_64-linux-gnu/bits/mathcalls.h + /usr/include/x86_64-linux-gnu/bits/mathinline.h + /usr/include/ctype.h + /usr/include/pthread.h + /usr/include/sched.h + /usr/include/x86_64-linux-gnu/bits/sched.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h + /usr/include/x86_64-linux-gnu/bits/cpu-set.h + /usr/include/x86_64-linux-gnu/bits/setjmp.h + /usr/include/signal.h + /usr/include/x86_64-linux-gnu/bits/signum.h + /usr/include/x86_64-linux-gnu/bits/signum-generic.h + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h + /usr/include/x86_64-linux-gnu/bits/sigaction.h + /usr/include/x86_64-linux-gnu/bits/sigcontext.h + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h + /usr/include/x86_64-linux-gnu/sys/ucontext.h + /usr/include/x86_64-linux-gnu/bits/sigstack.h + /usr/include/x86_64-linux-gnu/bits/ss_flags.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h + /usr/include/x86_64-linux-gnu/bits/sigthread.h + /usr/include/x86_64-linux-gnu/bits/signal_ext.h + /usr/include/semaphore.h + /usr/include/x86_64-linux-gnu/bits/semaphore.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h + /usr/include/limits.h + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h + /usr/include/x86_64-linux-gnu/bits/local_lim.h + /usr/include/linux/limits.h + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h + /usr/include/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h + /usr/include/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h + /usr/include/x86_64-linux-gnu/bits/stat.h + /usr/include/x86_64-linux-gnu/bits/fcntl2.h + /usr/include/unistd.h + /usr/include/x86_64-linux-gnu/bits/posix_opt.h + /usr/include/x86_64-linux-gnu/bits/environments.h + /usr/include/x86_64-linux-gnu/bits/confname.h + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h + /usr/include/x86_64-linux-gnu/bits/getopt_core.h + /usr/include/x86_64-linux-gnu/bits/unistd.h + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h + /usr/include/poll.h + /usr/include/x86_64-linux-gnu/sys/poll.h + /usr/include/x86_64-linux-gnu/bits/poll.h + /usr/include/x86_64-linux-gnu/bits/poll2.h + /usr/include/errno.h + /usr/include/x86_64-linux-gnu/bits/errno.h + /usr/include/linux/errno.h + /usr/include/x86_64-linux-gnu/asm/errno.h + /usr/include/asm-generic/errno.h + /usr/include/asm-generic/errno-base.h + /usr/include/netinet/in.h + /usr/include/x86_64-linux-gnu/sys/socket.h + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h + /usr/include/x86_64-linux-gnu/bits/socket.h + /usr/include/x86_64-linux-gnu/bits/socket_type.h + /usr/include/x86_64-linux-gnu/bits/sockaddr.h + /usr/include/x86_64-linux-gnu/asm/socket.h + /usr/include/asm-generic/socket.h + /usr/include/linux/posix_types.h + /usr/include/linux/stddef.h + /usr/include/x86_64-linux-gnu/asm/posix_types.h + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h + /usr/include/asm-generic/posix_types.h + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h + /usr/include/asm-generic/bitsperlong.h + /usr/include/x86_64-linux-gnu/asm/sockios.h + /usr/include/asm-generic/sockios.h + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h + /usr/include/x86_64-linux-gnu/bits/socket2.h + /usr/include/x86_64-linux-gnu/bits/in.h + /usr/include/x86_64-linux-gnu/sys/stat.h + /usr/include/x86_64-linux-gnu/sys/mman.h + /usr/include/x86_64-linux-gnu/bits/mman.h + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h + /usr/include/x86_64-linux-gnu/bits/mman-linux.h + /usr/include/x86_64-linux-gnu/bits/mman-shared.h + /usr/include/x86_64-linux-gnu/sys/time.h + /usr/include/x86_64-linux-gnu/sys/timeb.h + /usr/include/x86_64-linux-gnu/sys/uio.h + /usr/include/x86_64-linux-gnu/bits/uio_lim.h + /usr/include/x86_64-linux-gnu/sys/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctls.h + /usr/include/x86_64-linux-gnu/asm/ioctls.h + /usr/include/asm-generic/ioctls.h + /usr/include/linux/ioctl.h + /usr/include/x86_64-linux-gnu/asm/ioctl.h + /usr/include/asm-generic/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h + /usr/include/x86_64-linux-gnu/sys/resource.h + /usr/include/x86_64-linux-gnu/bits/resource.h + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h + /usr/include/setjmp.h + /usr/include/x86_64-linux-gnu/bits/setjmp2.h + /home/szadys/wasm-micro-runtime/core/config.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.c.o + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.c + /usr/include/stdc-predef.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h + /usr/include/inttypes.h + /usr/include/features.h + /usr/include/x86_64-linux-gnu/sys/cdefs.h + /usr/include/x86_64-linux-gnu/bits/wordsize.h + /usr/include/x86_64-linux-gnu/bits/long-double.h + /usr/include/x86_64-linux-gnu/gnu/stubs.h + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h + /usr/include/stdint.h + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h + /usr/include/x86_64-linux-gnu/bits/types.h + /usr/include/x86_64-linux-gnu/bits/timesize.h + /usr/include/x86_64-linux-gnu/bits/typesizes.h + /usr/include/x86_64-linux-gnu/bits/time64.h + /usr/include/x86_64-linux-gnu/bits/wchar.h + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h + /usr/include/assert.h + /usr/include/time.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h + /usr/include/x86_64-linux-gnu/bits/time.h + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h + /usr/include/x86_64-linux-gnu/bits/types/time_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h + /usr/include/x86_64-linux-gnu/bits/endian.h + /usr/include/x86_64-linux-gnu/bits/endianness.h + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h + /usr/include/string.h + /usr/include/strings.h + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h + /usr/include/x86_64-linux-gnu/bits/string_fortified.h + /usr/include/stdio.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h + /usr/include/x86_64-linux-gnu/bits/types/FILE.h + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h + /usr/include/x86_64-linux-gnu/bits/stdio.h + /usr/include/x86_64-linux-gnu/bits/stdio2.h + /usr/include/stdlib.h + /usr/include/x86_64-linux-gnu/bits/waitflags.h + /usr/include/x86_64-linux-gnu/bits/waitstatus.h + /usr/include/x86_64-linux-gnu/bits/floatn.h + /usr/include/x86_64-linux-gnu/bits/floatn-common.h + /usr/include/x86_64-linux-gnu/sys/types.h + /usr/include/endian.h + /usr/include/x86_64-linux-gnu/bits/byteswap.h + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h + /usr/include/x86_64-linux-gnu/sys/select.h + /usr/include/x86_64-linux-gnu/bits/select.h + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h + /usr/include/x86_64-linux-gnu/bits/select2.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h + /usr/include/alloca.h + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h + /usr/include/x86_64-linux-gnu/bits/stdlib.h + /usr/include/math.h + /usr/include/x86_64-linux-gnu/bits/math-vector.h + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h + /usr/include/x86_64-linux-gnu/bits/fp-logb.h + /usr/include/x86_64-linux-gnu/bits/fp-fast.h + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h + /usr/include/x86_64-linux-gnu/bits/mathcalls.h + /usr/include/x86_64-linux-gnu/bits/mathinline.h + /usr/include/ctype.h + /usr/include/pthread.h + /usr/include/sched.h + /usr/include/x86_64-linux-gnu/bits/sched.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h + /usr/include/x86_64-linux-gnu/bits/cpu-set.h + /usr/include/x86_64-linux-gnu/bits/setjmp.h + /usr/include/signal.h + /usr/include/x86_64-linux-gnu/bits/signum.h + /usr/include/x86_64-linux-gnu/bits/signum-generic.h + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h + /usr/include/x86_64-linux-gnu/bits/sigaction.h + /usr/include/x86_64-linux-gnu/bits/sigcontext.h + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h + /usr/include/x86_64-linux-gnu/sys/ucontext.h + /usr/include/x86_64-linux-gnu/bits/sigstack.h + /usr/include/x86_64-linux-gnu/bits/ss_flags.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h + /usr/include/x86_64-linux-gnu/bits/sigthread.h + /usr/include/x86_64-linux-gnu/bits/signal_ext.h + /usr/include/semaphore.h + /usr/include/x86_64-linux-gnu/bits/semaphore.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h + /usr/include/limits.h + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h + /usr/include/x86_64-linux-gnu/bits/local_lim.h + /usr/include/linux/limits.h + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h + /usr/include/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h + /usr/include/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h + /usr/include/x86_64-linux-gnu/bits/stat.h + /usr/include/x86_64-linux-gnu/bits/fcntl2.h + /usr/include/unistd.h + /usr/include/x86_64-linux-gnu/bits/posix_opt.h + /usr/include/x86_64-linux-gnu/bits/environments.h + /usr/include/x86_64-linux-gnu/bits/confname.h + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h + /usr/include/x86_64-linux-gnu/bits/getopt_core.h + /usr/include/x86_64-linux-gnu/bits/unistd.h + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h + /usr/include/poll.h + /usr/include/x86_64-linux-gnu/sys/poll.h + /usr/include/x86_64-linux-gnu/bits/poll.h + /usr/include/x86_64-linux-gnu/bits/poll2.h + /usr/include/errno.h + /usr/include/x86_64-linux-gnu/bits/errno.h + /usr/include/linux/errno.h + /usr/include/x86_64-linux-gnu/asm/errno.h + /usr/include/asm-generic/errno.h + /usr/include/asm-generic/errno-base.h + /usr/include/netinet/in.h + /usr/include/x86_64-linux-gnu/sys/socket.h + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h + /usr/include/x86_64-linux-gnu/bits/socket.h + /usr/include/x86_64-linux-gnu/bits/socket_type.h + /usr/include/x86_64-linux-gnu/bits/sockaddr.h + /usr/include/x86_64-linux-gnu/asm/socket.h + /usr/include/asm-generic/socket.h + /usr/include/linux/posix_types.h + /usr/include/linux/stddef.h + /usr/include/x86_64-linux-gnu/asm/posix_types.h + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h + /usr/include/asm-generic/posix_types.h + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h + /usr/include/asm-generic/bitsperlong.h + /usr/include/x86_64-linux-gnu/asm/sockios.h + /usr/include/asm-generic/sockios.h + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h + /usr/include/x86_64-linux-gnu/bits/socket2.h + /usr/include/x86_64-linux-gnu/bits/in.h + /usr/include/x86_64-linux-gnu/sys/stat.h + /usr/include/x86_64-linux-gnu/sys/mman.h + /usr/include/x86_64-linux-gnu/bits/mman.h + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h + /usr/include/x86_64-linux-gnu/bits/mman-linux.h + /usr/include/x86_64-linux-gnu/bits/mman-shared.h + /usr/include/x86_64-linux-gnu/sys/time.h + /usr/include/x86_64-linux-gnu/sys/timeb.h + /usr/include/x86_64-linux-gnu/sys/uio.h + /usr/include/x86_64-linux-gnu/bits/uio_lim.h + /usr/include/x86_64-linux-gnu/sys/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctls.h + /usr/include/x86_64-linux-gnu/asm/ioctls.h + /usr/include/asm-generic/ioctls.h + /usr/include/linux/ioctl.h + /usr/include/x86_64-linux-gnu/asm/ioctl.h + /usr/include/asm-generic/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h + /usr/include/x86_64-linux-gnu/sys/resource.h + /usr/include/x86_64-linux-gnu/bits/resource.h + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h + /usr/include/setjmp.h + /usr/include/x86_64-linux-gnu/bits/setjmp2.h + /home/szadys/wasm-micro-runtime/core/config.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.c.o + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.c + /usr/include/stdc-predef.h + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h + /usr/include/inttypes.h + /usr/include/features.h + /usr/include/x86_64-linux-gnu/sys/cdefs.h + /usr/include/x86_64-linux-gnu/bits/wordsize.h + /usr/include/x86_64-linux-gnu/bits/long-double.h + /usr/include/x86_64-linux-gnu/gnu/stubs.h + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h + /usr/include/stdint.h + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h + /usr/include/x86_64-linux-gnu/bits/types.h + /usr/include/x86_64-linux-gnu/bits/timesize.h + /usr/include/x86_64-linux-gnu/bits/typesizes.h + /usr/include/x86_64-linux-gnu/bits/time64.h + /usr/include/x86_64-linux-gnu/bits/wchar.h + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h + /usr/include/assert.h + /usr/include/time.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h + /usr/include/x86_64-linux-gnu/bits/time.h + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h + /usr/include/x86_64-linux-gnu/bits/types/time_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h + /usr/include/x86_64-linux-gnu/bits/endian.h + /usr/include/x86_64-linux-gnu/bits/endianness.h + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h + /usr/include/string.h + /usr/include/strings.h + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h + /usr/include/x86_64-linux-gnu/bits/string_fortified.h + /usr/include/stdio.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h + /usr/include/x86_64-linux-gnu/bits/types/FILE.h + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h + /usr/include/x86_64-linux-gnu/bits/stdio.h + /usr/include/x86_64-linux-gnu/bits/stdio2.h + /usr/include/stdlib.h + /usr/include/x86_64-linux-gnu/bits/waitflags.h + /usr/include/x86_64-linux-gnu/bits/waitstatus.h + /usr/include/x86_64-linux-gnu/bits/floatn.h + /usr/include/x86_64-linux-gnu/bits/floatn-common.h + /usr/include/x86_64-linux-gnu/sys/types.h + /usr/include/endian.h + /usr/include/x86_64-linux-gnu/bits/byteswap.h + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h + /usr/include/x86_64-linux-gnu/sys/select.h + /usr/include/x86_64-linux-gnu/bits/select.h + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h + /usr/include/x86_64-linux-gnu/bits/select2.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h + /usr/include/alloca.h + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h + /usr/include/x86_64-linux-gnu/bits/stdlib.h + /usr/include/math.h + /usr/include/x86_64-linux-gnu/bits/math-vector.h + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h + /usr/include/x86_64-linux-gnu/bits/fp-logb.h + /usr/include/x86_64-linux-gnu/bits/fp-fast.h + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h + /usr/include/x86_64-linux-gnu/bits/mathcalls.h + /usr/include/x86_64-linux-gnu/bits/mathinline.h + /usr/include/ctype.h + /usr/include/pthread.h + /usr/include/sched.h + /usr/include/x86_64-linux-gnu/bits/sched.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h + /usr/include/x86_64-linux-gnu/bits/cpu-set.h + /usr/include/x86_64-linux-gnu/bits/setjmp.h + /usr/include/signal.h + /usr/include/x86_64-linux-gnu/bits/signum.h + /usr/include/x86_64-linux-gnu/bits/signum-generic.h + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h + /usr/include/x86_64-linux-gnu/bits/sigaction.h + /usr/include/x86_64-linux-gnu/bits/sigcontext.h + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h + /usr/include/x86_64-linux-gnu/sys/ucontext.h + /usr/include/x86_64-linux-gnu/bits/sigstack.h + /usr/include/x86_64-linux-gnu/bits/ss_flags.h + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h + /usr/include/x86_64-linux-gnu/bits/sigthread.h + /usr/include/x86_64-linux-gnu/bits/signal_ext.h + /usr/include/semaphore.h + /usr/include/x86_64-linux-gnu/bits/semaphore.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h + /usr/include/limits.h + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h + /usr/include/x86_64-linux-gnu/bits/local_lim.h + /usr/include/linux/limits.h + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h + /usr/include/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent.h + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h + /usr/include/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl.h + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h + /usr/include/x86_64-linux-gnu/bits/stat.h + /usr/include/x86_64-linux-gnu/bits/fcntl2.h + /usr/include/unistd.h + /usr/include/x86_64-linux-gnu/bits/posix_opt.h + /usr/include/x86_64-linux-gnu/bits/environments.h + /usr/include/x86_64-linux-gnu/bits/confname.h + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h + /usr/include/x86_64-linux-gnu/bits/getopt_core.h + /usr/include/x86_64-linux-gnu/bits/unistd.h + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h + /usr/include/poll.h + /usr/include/x86_64-linux-gnu/sys/poll.h + /usr/include/x86_64-linux-gnu/bits/poll.h + /usr/include/x86_64-linux-gnu/bits/poll2.h + /usr/include/errno.h + /usr/include/x86_64-linux-gnu/bits/errno.h + /usr/include/linux/errno.h + /usr/include/x86_64-linux-gnu/asm/errno.h + /usr/include/asm-generic/errno.h + /usr/include/asm-generic/errno-base.h + /usr/include/netinet/in.h + /usr/include/x86_64-linux-gnu/sys/socket.h + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h + /usr/include/x86_64-linux-gnu/bits/socket.h + /usr/include/x86_64-linux-gnu/bits/socket_type.h + /usr/include/x86_64-linux-gnu/bits/sockaddr.h + /usr/include/x86_64-linux-gnu/asm/socket.h + /usr/include/asm-generic/socket.h + /usr/include/linux/posix_types.h + /usr/include/linux/stddef.h + /usr/include/x86_64-linux-gnu/asm/posix_types.h + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h + /usr/include/asm-generic/posix_types.h + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h + /usr/include/asm-generic/bitsperlong.h + /usr/include/x86_64-linux-gnu/asm/sockios.h + /usr/include/asm-generic/sockios.h + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h + /usr/include/x86_64-linux-gnu/bits/socket2.h + /usr/include/x86_64-linux-gnu/bits/in.h + /usr/include/x86_64-linux-gnu/sys/stat.h + /usr/include/x86_64-linux-gnu/sys/mman.h + /usr/include/x86_64-linux-gnu/bits/mman.h + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h + /usr/include/x86_64-linux-gnu/bits/mman-linux.h + /usr/include/x86_64-linux-gnu/bits/mman-shared.h + /usr/include/x86_64-linux-gnu/sys/time.h + /usr/include/x86_64-linux-gnu/sys/timeb.h + /usr/include/x86_64-linux-gnu/sys/uio.h + /usr/include/x86_64-linux-gnu/bits/uio_lim.h + /usr/include/x86_64-linux-gnu/sys/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctls.h + /usr/include/x86_64-linux-gnu/asm/ioctls.h + /usr/include/asm-generic/ioctls.h + /usr/include/linux/ioctl.h + /usr/include/x86_64-linux-gnu/asm/ioctl.h + /usr/include/asm-generic/ioctl.h + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h + /usr/include/x86_64-linux-gnu/sys/resource.h + /usr/include/x86_64-linux-gnu/bits/resource.h + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h + /usr/include/setjmp.h + /usr/include/x86_64-linux-gnu/bits/setjmp2.h + /home/szadys/wasm-micro-runtime/core/config.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h + diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/compiler_depend.make b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/compiler_depend.make new file mode 100644 index 000000000..9176c2600 --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/compiler_depend.make @@ -0,0 +1,8108 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.23 + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_intrinsic.c.o: /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_intrinsic.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_intrinsic.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h \ + /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h \ + /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h \ + /usr/include/assert.h \ + /usr/include/time.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h \ + /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h \ + /usr/include/ctype.h \ + /usr/include/pthread.h \ + /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h \ + /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h \ + /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h \ + /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h \ + /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h \ + /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h \ + /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/config.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/include/lib_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/compilation/aot.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_loader.c.o: /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_loader.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h \ + /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h \ + /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h \ + /usr/include/assert.h \ + /usr/include/time.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h \ + /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h \ + /usr/include/ctype.h \ + /usr/include/pthread.h \ + /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h \ + /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h \ + /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h \ + /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h \ + /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h \ + /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h \ + /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/config.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/include/lib_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/compilation/aot.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_reloc.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_intrinsic.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.c.o: /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h \ + /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h \ + /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h \ + /usr/include/assert.h \ + /usr/include/time.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h \ + /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h \ + /usr/include/ctype.h \ + /usr/include/pthread.h \ + /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h \ + /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h \ + /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h \ + /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h \ + /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h \ + /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h \ + /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/config.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/include/lib_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/compilation/aot.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/mem_alloc.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr/thread_manager.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/arch/aot_reloc_x86_64.c.o: /home/szadys/wasm-micro-runtime/core/iwasm/aot/arch/aot_reloc_x86_64.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_reloc.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h \ + /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h \ + /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h \ + /usr/include/assert.h \ + /usr/include/time.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h \ + /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h \ + /usr/include/ctype.h \ + /usr/include/pthread.h \ + /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h \ + /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h \ + /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h \ + /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h \ + /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h \ + /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h \ + /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/config.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/include/lib_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/compilation/aot.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_intrinsic.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_application.c.o: /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_application.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h \ + /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h \ + /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h \ + /usr/include/assert.h \ + /usr/include/time.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h \ + /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h \ + /usr/include/ctype.h \ + /usr/include/pthread.h \ + /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h \ + /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h \ + /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h \ + /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h \ + /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h \ + /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h \ + /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/config.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/include/lib_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/compilation/aot.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr/thread_manager.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_c_api.c.o: /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_c_api.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_c_api_internal.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_c_api.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h \ + /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h \ + /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/assert.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h \ + /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h \ + /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h \ + /usr/include/ctype.h \ + /usr/include/pthread.h \ + /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h \ + /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h \ + /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h \ + /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h \ + /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h \ + /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h \ + /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/config.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/include/lib_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_memory.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/compilation/aot.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.c.o: /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h \ + /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h \ + /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h \ + /usr/include/assert.h \ + /usr/include/time.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h \ + /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h \ + /usr/include/ctype.h \ + /usr/include/pthread.h \ + /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h \ + /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h \ + /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h \ + /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h \ + /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h \ + /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h \ + /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/config.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/include/lib_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/compilation/aot.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr/thread_manager.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_memory.c.o: /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_memory.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h \ + /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h \ + /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h \ + /usr/include/assert.h \ + /usr/include/time.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h \ + /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h \ + /usr/include/ctype.h \ + /usr/include/pthread.h \ + /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h \ + /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h \ + /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h \ + /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h \ + /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h \ + /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h \ + /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/config.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/include/lib_export.h \ + /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/mem_alloc.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.c.o: /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h \ + /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h \ + /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h \ + /usr/include/assert.h \ + /usr/include/time.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h \ + /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h \ + /usr/include/ctype.h \ + /usr/include/pthread.h \ + /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h \ + /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h \ + /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h \ + /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h \ + /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h \ + /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h \ + /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/config.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/include/lib_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.c.o: /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h \ + /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h \ + /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h \ + /usr/include/assert.h \ + /usr/include/time.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h \ + /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h \ + /usr/include/ctype.h \ + /usr/include/pthread.h \ + /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h \ + /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h \ + /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h \ + /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h \ + /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h \ + /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h \ + /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/config.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/include/lib_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_memory.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/compilation/aot.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr/thread_manager.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_c_api_internal.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_c_api.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.c.o: /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h \ + /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h \ + /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h \ + /usr/include/assert.h \ + /usr/include/time.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h \ + /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h \ + /usr/include/ctype.h \ + /usr/include/pthread.h \ + /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h \ + /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h \ + /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h \ + /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h \ + /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h \ + /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h \ + /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/config.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/include/lib_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/compilation/aot.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_interp_fast.c.o: /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_interp_fast.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_interp.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h \ + /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h \ + /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h \ + /usr/include/assert.h \ + /usr/include/time.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h \ + /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h \ + /usr/include/ctype.h \ + /usr/include/pthread.h \ + /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h \ + /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h \ + /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h \ + /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h \ + /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h \ + /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h \ + /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/config.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/include/lib_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_opcode.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_loader.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/compilation/aot.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_loader.c.o: /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_loader.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_loader.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h \ + /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h \ + /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h \ + /usr/include/assert.h \ + /usr/include/time.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h \ + /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h \ + /usr/include/ctype.h \ + /usr/include/pthread.h \ + /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h \ + /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h \ + /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h \ + /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h \ + /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h \ + /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h \ + /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/config.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/include/lib_export.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_opcode.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_memory.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.c.o: /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h \ + /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h \ + /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h \ + /usr/include/assert.h \ + /usr/include/time.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h \ + /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h \ + /usr/include/ctype.h \ + /usr/include/pthread.h \ + /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h \ + /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h \ + /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h \ + /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h \ + /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h \ + /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h \ + /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/config.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/include/lib_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_loader.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_interp.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/mem_alloc.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/compilation/aot.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr/thread_manager.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/lib-pthread/lib_pthread_wrapper.c.o: /home/szadys/wasm-micro-runtime/core/iwasm/libraries/lib-pthread/lib_pthread_wrapper.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h \ + /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h \ + /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h \ + /usr/include/assert.h \ + /usr/include/time.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h \ + /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h \ + /usr/include/ctype.h \ + /usr/include/pthread.h \ + /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h \ + /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h \ + /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h \ + /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h \ + /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h \ + /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h \ + /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/config.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/include/lib_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr/thread_manager.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/compilation/aot.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/libc-builtin/libc_builtin_wrapper.c.o: /home/szadys/wasm-micro-runtime/core/iwasm/libraries/libc-builtin/libc_builtin_wrapper.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h \ + /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h \ + /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h \ + /usr/include/assert.h \ + /usr/include/time.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h \ + /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h \ + /usr/include/ctype.h \ + /usr/include/pthread.h \ + /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h \ + /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h \ + /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h \ + /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h \ + /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h \ + /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h \ + /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/config.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/include/lib_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr/thread_manager.c.o: /home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr/thread_manager.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr/thread_manager.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h \ + /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h \ + /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h \ + /usr/include/assert.h \ + /usr/include/time.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h \ + /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h \ + /usr/include/ctype.h \ + /usr/include/pthread.h \ + /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h \ + /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h \ + /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h \ + /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h \ + /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h \ + /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h \ + /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/config.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/include/lib_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/compilation/aot.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_alloc.c.o: /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_alloc.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_gc_internal.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h \ + /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h \ + /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h \ + /usr/include/assert.h \ + /usr/include/time.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h \ + /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h \ + /usr/include/ctype.h \ + /usr/include/pthread.h \ + /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h \ + /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h \ + /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h \ + /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h \ + /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h \ + /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h \ + /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/config.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h \ + /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_gc.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_hmu.c.o: /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_hmu.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_gc_internal.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h \ + /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h \ + /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h \ + /usr/include/assert.h \ + /usr/include/time.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h \ + /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h \ + /usr/include/ctype.h \ + /usr/include/pthread.h \ + /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h \ + /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h \ + /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h \ + /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h \ + /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h \ + /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h \ + /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/config.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h \ + /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_gc.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_kfc.c.o: /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_kfc.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_gc_internal.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h \ + /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h \ + /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h \ + /usr/include/assert.h \ + /usr/include/time.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h \ + /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h \ + /usr/include/ctype.h \ + /usr/include/pthread.h \ + /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h \ + /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h \ + /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h \ + /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h \ + /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h \ + /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h \ + /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/config.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h \ + /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_gc.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/mem_alloc.c.o: /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/mem_alloc.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/mem_alloc.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h \ + /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h \ + /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h \ + /usr/include/assert.h \ + /usr/include/time.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h \ + /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h \ + /usr/include/ctype.h \ + /usr/include/pthread.h \ + /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h \ + /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h \ + /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h \ + /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h \ + /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h \ + /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h \ + /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/config.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h \ + /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_gc.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_malloc.c.o: /home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_malloc.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h \ + /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h \ + /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h \ + /usr/include/assert.h \ + /usr/include/time.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h \ + /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h \ + /usr/include/ctype.h \ + /usr/include/pthread.h \ + /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h \ + /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h \ + /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h \ + /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h \ + /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h \ + /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h \ + /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/config.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_memmap.c.o: /home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_memmap.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h \ + /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h \ + /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h \ + /usr/include/assert.h \ + /usr/include/time.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h \ + /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h \ + /usr/include/ctype.h \ + /usr/include/pthread.h \ + /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h \ + /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h \ + /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h \ + /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h \ + /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h \ + /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h \ + /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/config.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_socket.c.o: /home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_socket.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h \ + /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h \ + /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h \ + /usr/include/assert.h \ + /usr/include/time.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h \ + /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h \ + /usr/include/ctype.h \ + /usr/include/pthread.h \ + /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h \ + /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h \ + /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h \ + /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h \ + /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h \ + /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h \ + /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/config.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h \ + /usr/include/arpa/inet.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_thread.c.o: /home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_thread.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h \ + /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h \ + /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h \ + /usr/include/assert.h \ + /usr/include/time.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/timex.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h \ + /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \ + /usr/include/x86_64-linux-gnu/bits/iscanonical.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h \ + /usr/include/ctype.h \ + /usr/include/pthread.h \ + /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts-arch.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h \ + /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/x86_64-linux-gnu/bits/xopen_lim.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h \ + /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/linux/falloc.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h \ + /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h \ + /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/x86_64-linux-gnu/bits/types/error_t.h \ + /usr/include/netinet/in.h \ + /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h \ + /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/bits/statx.h \ + /usr/include/linux/stat.h \ + /usr/include/linux/types.h \ + /usr/include/x86_64-linux-gnu/asm/types.h \ + /usr/include/asm-generic/types.h \ + /usr/include/asm-generic/int-ll64.h \ + /usr/include/x86_64-linux-gnu/bits/statx-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_statx_timestamp.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_statx.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio-ext.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/config.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_time.c.o: /home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_time.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h \ + /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h \ + /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h \ + /usr/include/assert.h \ + /usr/include/time.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h \ + /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h \ + /usr/include/ctype.h \ + /usr/include/pthread.h \ + /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h \ + /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h \ + /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h \ + /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h \ + /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h \ + /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h \ + /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/config.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_init.c.o: /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_init.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h \ + /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h \ + /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h \ + /usr/include/assert.h \ + /usr/include/time.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h \ + /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h \ + /usr/include/ctype.h \ + /usr/include/pthread.h \ + /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h \ + /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h \ + /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h \ + /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h \ + /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h \ + /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h \ + /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/config.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.c.o: /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h \ + /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h \ + /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h \ + /usr/include/assert.h \ + /usr/include/time.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h \ + /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h \ + /usr/include/ctype.h \ + /usr/include/pthread.h \ + /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h \ + /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h \ + /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h \ + /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h \ + /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h \ + /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h \ + /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/config.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.c.o: /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h \ + /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h \ + /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h \ + /usr/include/assert.h \ + /usr/include/time.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h \ + /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h \ + /usr/include/ctype.h \ + /usr/include/pthread.h \ + /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h \ + /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h \ + /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h \ + /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h \ + /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h \ + /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h \ + /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/config.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.c.o: /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h \ + /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h \ + /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h \ + /usr/include/assert.h \ + /usr/include/time.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h \ + /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h \ + /usr/include/ctype.h \ + /usr/include/pthread.h \ + /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h \ + /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h \ + /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h \ + /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h \ + /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h \ + /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h \ + /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/config.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.c.o: /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h \ + /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h \ + /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h \ + /usr/include/assert.h \ + /usr/include/time.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h \ + /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h \ + /usr/include/ctype.h \ + /usr/include/pthread.h \ + /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h \ + /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h \ + /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h \ + /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h \ + /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h \ + /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h \ + /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/config.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.c.o: /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h \ + /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h \ + /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h \ + /usr/include/assert.h \ + /usr/include/time.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h \ + /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h \ + /usr/include/ctype.h \ + /usr/include/pthread.h \ + /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h \ + /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h \ + /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h \ + /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h \ + /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h \ + /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h \ + /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/config.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.c.o: /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h \ + /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h \ + /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h \ + /usr/include/assert.h \ + /usr/include/time.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h \ + /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h \ + /usr/include/ctype.h \ + /usr/include/pthread.h \ + /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h \ + /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h \ + /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h \ + /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h \ + /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h \ + /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h \ + /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/config.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.c.o: /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h \ + /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h \ + /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h \ + /usr/include/assert.h \ + /usr/include/time.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h \ + /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h \ + /usr/include/ctype.h \ + /usr/include/pthread.h \ + /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h \ + /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h \ + /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h \ + /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h \ + /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h \ + /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h \ + /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/config.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.c.o: /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h \ + /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h \ + /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h \ + /usr/include/assert.h \ + /usr/include/time.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h \ + /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h \ + /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \ + /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h \ + /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h \ + /usr/include/ctype.h \ + /usr/include/pthread.h \ + /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h \ + /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h \ + /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ + /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h \ + /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h \ + /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \ + /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h \ + /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h \ + /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h \ + /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h \ + /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h \ + /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/config.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h + + +/home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.c: + +/home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.c: + +/home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.c: + +/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_time.c: + +/usr/include/x86_64-linux-gnu/bits/uio-ext.h: + +/usr/include/x86_64-linux-gnu/bits/types/struct_statx.h: + +/usr/include/x86_64-linux-gnu/bits/statx-generic.h: + +/usr/include/asm-generic/int-ll64.h: + +/usr/include/x86_64-linux-gnu/asm/types.h: + +/usr/include/linux/types.h: + +/usr/include/linux/stat.h: + +/usr/include/x86_64-linux-gnu/bits/types/error_t.h: + +/usr/include/linux/limits.h: + +/usr/include/x86_64-linux-gnu/bits/wchar.h: + +/usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h: + +/usr/include/x86_64-linux-gnu/bits/posix1_lim.h: + +/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h: + +/usr/include/x86_64-linux-gnu/bits/signal_ext.h: + +/home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.c: + +/usr/include/x86_64-linux-gnu/bits/sigstack.h: + +/usr/include/x86_64-linux-gnu/bits/socket.h: + +/usr/include/x86_64-linux-gnu/bits/sigaction.h: + +/usr/include/x86_64-linux-gnu/bits/dirent.h: + +/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.h: + +/usr/include/x86_64-linux-gnu/bits/siginfo-consts.h: + +/usr/include/x86_64-linux-gnu/bits/stat.h: + +/usr/include/x86_64-linux-gnu/bits/xopen_lim.h: + +/usr/include/errno.h: + +/usr/include/x86_64-linux-gnu/bits/sigcontext.h: + +/usr/include/x86_64-linux-gnu/bits/thread-shared-types.h: + +/usr/include/x86_64-linux-gnu/sys/poll.h: + +/usr/include/x86_64-linux-gnu/bits/mman-shared.h: + +/usr/include/x86_64-linux-gnu/bits/signum-generic.h: + +/usr/include/x86_64-linux-gnu/bits/types/timer_t.h: + +/usr/include/x86_64-linux-gnu/bits/signum.h: + +/home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.c: + +/usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h: + +/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_loader.c: + +/usr/include/x86_64-linux-gnu/bits/sched.h: + +/usr/include/sched.h: + +/usr/include/pthread.h: + +/usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h: + +/usr/include/x86_64-linux-gnu/bits/mathinline.h: + +/usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h: + +/usr/include/x86_64-linux-gnu/bits/math-vector.h: + +/usr/include/x86_64-linux-gnu/sys/ucontext.h: + +/usr/include/alloca.h: + +/usr/include/x86_64-linux-gnu/bits/mathcalls.h: + +/usr/include/x86_64-linux-gnu/bits/struct_mutex.h: + +/usr/include/x86_64-linux-gnu/bits/select2.h: + +/usr/include/linux/ioctl.h: + +/usr/include/strings.h: + +/usr/include/signal.h: + +/usr/include/x86_64-linux-gnu/bits/types/FILE.h: + +/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_interp.h: + +/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_intrinsic.h: + +/usr/include/x86_64-linux-gnu/bits/statx.h: + +/usr/include/unistd.h: + +/usr/include/setjmp.h: + +/usr/include/ctype.h: + +/usr/include/x86_64-linux-gnu/bits/fp-logb.h: + +/usr/include/x86_64-linux-gnu/bits/uintn-identity.h: + +/usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h: + +/usr/include/x86_64-linux-gnu/bits/ss_flags.h: + +/usr/include/x86_64-linux-gnu/bits/stdlib-float.h: + +/usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h: + +/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_memory.c: + +/usr/include/x86_64-linux-gnu/bits/floatn-common.h: + +/usr/include/x86_64-linux-gnu/bits/floatn.h: + +/home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h: + +/usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h: + +/usr/include/x86_64-linux-gnu/bits/flt-eval-method.h: + +/usr/include/linux/posix_types.h: + +/usr/include/x86_64-linux-gnu/bits/types.h: + +/usr/include/x86_64-linux-gnu/bits/stdint-intn.h: + +/usr/include/x86_64-linux-gnu/bits/mman-linux.h: + +/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.h: + +/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_loader.h: + +/usr/include/x86_64-linux-gnu/bits/typesizes.h: + +/usr/include/x86_64-linux-gnu/bits/endianness.h: + +/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_gc.h: + +/usr/include/x86_64-linux-gnu/bits/types/stack_t.h: + +/usr/include/x86_64-linux-gnu/bits/sigevent-consts.h: + +/usr/include/x86_64-linux-gnu/bits/siginfo-arch.h: + +/usr/include/x86_64-linux-gnu/bits/confname.h: + +/home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.c: + +/usr/include/x86_64-linux-gnu/bits/select.h: + +/usr/include/x86_64-linux-gnu/bits/time.h: + +/usr/include/x86_64-linux-gnu/bits/types/struct_statx_timestamp.h: + +/usr/include/semaphore.h: + +/home/szadys/wasm-micro-runtime/core/iwasm/aot/arch/aot_reloc_x86_64.c: + +/usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h: + +/usr/include/x86_64-linux-gnu/bits/sockaddr.h: + +/usr/include/x86_64-linux-gnu/bits/libc-header-start.h: + +/usr/include/x86_64-linux-gnu/gnu/stubs.h: + +/usr/include/x86_64-linux-gnu/bits/endian.h: + +/usr/include/inttypes.h: + +/usr/include/stdc-predef.h: + +/usr/include/asm-generic/posix_types.h: + +/usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h: + +/usr/include/x86_64-linux-gnu/bits/types/clockid_t.h: + +/usr/include/x86_64-linux-gnu/bits/stdlib.h: + +/usr/include/x86_64-linux-gnu/asm/errno.h: + +/usr/include/x86_64-linux-gnu/gnu/stubs-64.h: + +/usr/include/x86_64-linux-gnu/bits/fcntl2.h: + +/usr/include/x86_64-linux-gnu/bits/timesize.h: + +/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_reloc.h: + +/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_gc_internal.h: + +/usr/include/x86_64-linux-gnu/bits/fp-fast.h: + +/usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h: + +/usr/include/stdint.h: + +/usr/include/endian.h: + +/usr/include/x86_64-linux-gnu/bits/semaphore.h: + +/home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h: + +/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_alloc.c: + +/usr/include/x86_64-linux-gnu/bits/wordsize.h: + +/home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h: + +/usr/include/x86_64-linux-gnu/bits/types/locale_t.h: + +/usr/include/stdlib.h: + +/usr/include/x86_64-linux-gnu/sys/select.h: + +/usr/include/x86_64-linux-gnu/asm/socket.h: + +/usr/include/dirent.h: + +/usr/include/features.h: + +/usr/include/x86_64-linux-gnu/asm/ioctls.h: + +/usr/include/asm-generic/types.h: + +/usr/include/asm-generic/bitsperlong.h: + +/usr/include/x86_64-linux-gnu/bits/types/sigset_t.h: + +/usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h: + +/usr/include/x86_64-linux-gnu/bits/time64.h: + +/usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h: + +/home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h: + +/usr/include/x86_64-linux-gnu/bits/sys_errlist.h: + +/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h: + +/usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h: + +/usr/include/x86_64-linux-gnu/bits/byteswap.h: + +/usr/include/x86_64-linux-gnu/bits/siginfo-consts-arch.h: + +/usr/include/x86_64-linux-gnu/bits/long-double.h: + +/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_socket.c: + +/usr/include/arpa/inet.h: + +/usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h: + +/usr/include/x86_64-linux-gnu/asm/bitsperlong.h: + +/usr/include/x86_64-linux-gnu/bits/types/time_t.h: + +/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/mem_alloc.c: + +/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h: + +/usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h: + +/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h: + +/usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h: + +/usr/include/string.h: + +/usr/include/x86_64-linux-gnu/bits/stdio.h: + +/usr/include/asm-generic/socket.h: + +/usr/include/x86_64-linux-gnu/bits/resource.h: + +/usr/include/x86_64-linux-gnu/bits/strings_fortified.h: + +/usr/include/x86_64-linux-gnu/bits/types/struct_tm.h: + +/usr/include/x86_64-linux-gnu/bits/string_fortified.h: + +/usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h: + +/usr/include/x86_64-linux-gnu/bits/types/__locale_t.h: + +/usr/include/stdio.h: + +/usr/include/x86_64-linux-gnu/bits/types/clock_t.h: + +/usr/include/netinet/in.h: + +/usr/include/x86_64-linux-gnu/sys/stat.h: + +/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_intrinsic.c: + +/usr/include/x86_64-linux-gnu/bits/setjmp.h: + +/usr/include/time.h: + +/usr/include/x86_64-linux-gnu/bits/getopt_posix.h: + +/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_hmu.c: + +/usr/include/x86_64-linux-gnu/bits/waitflags.h: + +/usr/include/x86_64-linux-gnu/bits/waitstatus.h: + +/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_c_api.c: + +/usr/include/x86_64-linux-gnu/bits/local_lim.h: + +/usr/include/x86_64-linux-gnu/bits/dirent_ext.h: + +/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h: + +/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/mem_alloc.h: + +/usr/include/fcntl.h: + +/home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr/thread_manager.c: + +/usr/include/x86_64-linux-gnu/bits/fcntl.h: + +/usr/include/x86_64-linux-gnu/bits/fcntl-linux.h: + +/usr/include/assert.h: + +/home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h: + +/home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.c: + +/usr/include/x86_64-linux-gnu/bits/posix_opt.h: + +/usr/include/x86_64-linux-gnu/bits/environments.h: + +/usr/include/x86_64-linux-gnu/bits/getopt_core.h: + +/home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_common.h: + +/usr/include/x86_64-linux-gnu/bits/unistd.h: + +/usr/include/x86_64-linux-gnu/bits/unistd_ext.h: + +/usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h: + +/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.c: + +/usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h: + +/usr/include/poll.h: + +/home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h: + +/usr/include/x86_64-linux-gnu/bits/poll.h: + +/usr/include/x86_64-linux-gnu/bits/posix2_lim.h: + +/usr/include/x86_64-linux-gnu/bits/poll2.h: + +/usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h: + +/usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h: + +/home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_init.c: + +/usr/include/x86_64-linux-gnu/bits/errno.h: + +/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_memmap.c: + +/usr/include/linux/errno.h: + +/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_memory.h: + +/usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h: + +/usr/include/asm-generic/errno.h: + +/usr/include/asm-generic/errno-base.h: + +/usr/include/x86_64-linux-gnu/bits/cpu-set.h: + +/usr/include/x86_64-linux-gnu/asm/posix_types_64.h: + +/usr/include/x86_64-linux-gnu/sys/socket.h: + +/usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h: + +/usr/include/x86_64-linux-gnu/bits/socket_type.h: + +/usr/include/asm-generic/ioctls.h: + +/usr/include/linux/stddef.h: + +/home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_vmcore.h: + +/usr/include/x86_64-linux-gnu/asm/posix_types.h: + +/usr/include/math.h: + +/usr/include/x86_64-linux-gnu/bits/types/__FILE.h: + +/usr/include/x86_64-linux-gnu/asm/sockios.h: + +/usr/include/asm-generic/sockios.h: + +/usr/include/x86_64-linux-gnu/bits/socket2.h: + +/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h: + +/usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h: + +/usr/include/x86_64-linux-gnu/sys/ttydefaults.h: + +/usr/include/x86_64-linux-gnu/sys/mman.h: + +/usr/include/x86_64-linux-gnu/sys/timeb.h: + +/usr/include/x86_64-linux-gnu/bits/sigthread.h: + +/usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h: + +/usr/include/x86_64-linux-gnu/sys/uio.h: + +/usr/include/x86_64-linux-gnu/bits/uio_lim.h: + +/usr/include/x86_64-linux-gnu/sys/ioctl.h: + +/usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h: + +/usr/include/x86_64-linux-gnu/bits/ioctls.h: + +/usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h: + +/usr/include/x86_64-linux-gnu/asm/ioctl.h: + +/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_c_api_internal.h: + +/usr/include/asm-generic/ioctl.h: + +/usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h: + +/usr/include/x86_64-linux-gnu/bits/mman.h: + +/usr/include/x86_64-linux-gnu/bits/ioctl-types.h: + +/usr/include/x86_64-linux-gnu/sys/resource.h: + +/usr/include/x86_64-linux-gnu/sys/time.h: + +/usr/include/x86_64-linux-gnu/bits/setjmp2.h: + +/usr/include/x86_64-linux-gnu/bits/stdio2.h: + +/home/szadys/wasm-micro-runtime/core/config.h: + +/usr/include/x86_64-linux-gnu/bits/struct_rwlock.h: + +/home/szadys/wasm-micro-runtime/core/shared/platform/include/platform_api_extension.h: + +/home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_export.h: + +/home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h: + +/home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h: + +/home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h: + +/home/szadys/wasm-micro-runtime/core/iwasm/include/lib_export.h: + +/usr/include/limits.h: + +/home/szadys/wasm-micro-runtime/core/iwasm/include/wasm_c_api.h: + +/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h: + +/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_kfc.c: + +/home/szadys/wasm-micro-runtime/core/iwasm/compilation/aot.h: + +/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_loader.c: + +/home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.c: + +/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.h: + +/home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr/thread_manager.h: + +/usr/include/x86_64-linux-gnu/sys/types.h: + +/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_application.c: + +/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.c: + +/usr/include/x86_64-linux-gnu/sys/cdefs.h: + +/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.c: + +/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.c: + +/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.c: + +/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_interp_fast.c: + +/usr/include/x86_64-linux-gnu/bits/stdio_lim.h: + +/usr/include/x86_64-linux-gnu/bits/timex.h: + +/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_opcode.h: + +/usr/include/x86_64-linux-gnu/bits/types/sigval_t.h: + +/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.c: + +/home/szadys/wasm-micro-runtime/core/iwasm/libraries/lib-pthread/lib_pthread_wrapper.c: + +/home/szadys/wasm-micro-runtime/core/iwasm/libraries/libc-builtin/libc_builtin_wrapper.c: + +/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_malloc.c: + +/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_thread.c: + +/usr/include/linux/falloc.h: + +/usr/include/x86_64-linux-gnu/bits/in.h: + +/home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h: + +/usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h: + +/usr/include/x86_64-linux-gnu/bits/iscanonical.h: diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/compiler_depend.ts b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/compiler_depend.ts new file mode 100644 index 000000000..f0e0c44ad --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for vmlib. diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/depend.internal b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/depend.internal new file mode 100644 index 000000000..6d9a76232 --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/depend.internal @@ -0,0 +1,5 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.23 + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/arch/invokeNative_em64.s.o + /home/szadys/wasm-micro-runtime/core/iwasm/common/arch/invokeNative_em64.s diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/depend.make b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/depend.make new file mode 100644 index 000000000..8e69560c6 --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/depend.make @@ -0,0 +1,5 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.23 + +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/arch/invokeNative_em64.s.o: \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/arch/invokeNative_em64.s diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/flags.make b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/flags.make new file mode 100644 index 000000000..fda0bdc82 --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/flags.make @@ -0,0 +1,17 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.23 + +# compile ASM with /usr/bin/cc +# compile C with /usr/bin/cc +ASM_DEFINES = -DBH_FREE=wasm_runtime_free -DBH_MALLOC=wasm_runtime_malloc -DBH_PLATFORM_LINUX -DBUILD_TARGET_X86_64 -DWASM_DISABLE_HW_BOUND_CHECK=0 -DWASM_ENABLE_AOT=1 -DWASM_ENABLE_BULK_MEMORY=1 -DWASM_ENABLE_FAST_INTERP=1 -DWASM_ENABLE_INTERP=1 -DWASM_ENABLE_LIBC_BUILTIN=1 -DWASM_ENABLE_LIB_PTHREAD=1 -DWASM_ENABLE_MINI_LOADER=0 -DWASM_ENABLE_MULTI_MODULE=0 -DWASM_ENABLE_SHARED_MEMORY=1 -DWASM_ENABLE_THREAD_MGR=1 + +ASM_INCLUDES = -I/home/szadys/wasm-micro-runtime/core/iwasm/interpreter -I/home/szadys/wasm-micro-runtime/core/iwasm/aot -I/home/szadys/wasm-micro-runtime/core/iwasm/libraries/libc-builtin -I/home/szadys/wasm-micro-runtime/core/iwasm/libraries/lib-pthread -I/home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr -I/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/../../core/iwasm/include -I/home/szadys/wasm-micro-runtime/core/shared/platform/linux -I/home/szadys/wasm-micro-runtime/core/shared/platform/linux/../include -I/home/szadys/wasm-micro-runtime/core/shared/mem-alloc -I/home/szadys/wasm-micro-runtime/core/iwasm/common -I/home/szadys/wasm-micro-runtime/core/shared/utils -I/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon -I/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/include + +ASM_FLAGS = -O3 -DNDEBUG + +C_DEFINES = -DBH_FREE=wasm_runtime_free -DBH_MALLOC=wasm_runtime_malloc -DBH_PLATFORM_LINUX -DBUILD_TARGET_X86_64 -DWASM_DISABLE_HW_BOUND_CHECK=0 -DWASM_ENABLE_AOT=1 -DWASM_ENABLE_BULK_MEMORY=1 -DWASM_ENABLE_FAST_INTERP=1 -DWASM_ENABLE_INTERP=1 -DWASM_ENABLE_LIBC_BUILTIN=1 -DWASM_ENABLE_LIB_PTHREAD=1 -DWASM_ENABLE_MINI_LOADER=0 -DWASM_ENABLE_MULTI_MODULE=0 -DWASM_ENABLE_SHARED_MEMORY=1 -DWASM_ENABLE_THREAD_MGR=1 + +C_INCLUDES = -I/home/szadys/wasm-micro-runtime/core/iwasm/interpreter -I/home/szadys/wasm-micro-runtime/core/iwasm/aot -I/home/szadys/wasm-micro-runtime/core/iwasm/libraries/libc-builtin -I/home/szadys/wasm-micro-runtime/core/iwasm/libraries/lib-pthread -I/home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr -I/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/../../core/iwasm/include -I/home/szadys/wasm-micro-runtime/core/shared/platform/linux -I/home/szadys/wasm-micro-runtime/core/shared/platform/linux/../include -I/home/szadys/wasm-micro-runtime/core/shared/mem-alloc -I/home/szadys/wasm-micro-runtime/core/iwasm/common -I/home/szadys/wasm-micro-runtime/core/shared/utils -I/home/szadys/wasm-micro-runtime/core/shared/utils/uncommon -I/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/include + +C_FLAGS = -Wall -Wextra -Wformat -Wformat-security -std=gnu99 -ffunction-sections -fdata-sections -Wall -Wno-unused-parameter -Wno-pedantic -fPIC -O3 -DNDEBUG + diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_intrinsic.c.o b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_intrinsic.c.o new file mode 100644 index 0000000000000000000000000000000000000000..e0177f9d746335b6be2afeaf8f5b9733f974454c GIT binary patch literal 25912 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 literal 0 HcmV?d00001 diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_intrinsic.c.o.d b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_intrinsic.c.o.d new file mode 100644 index 000000000..8e8c675f2 --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_intrinsic.c.o.d @@ -0,0 +1,199 @@ +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_intrinsic.c.o: \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_intrinsic.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_intrinsic.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h /usr/include/assert.h \ + /usr/include/time.h /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h /usr/include/ctype.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/../../../config.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_api_extension.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../common/wasm_exec_env.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../common/../interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../common/wasm_native.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../common/../include/wasm_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../common/../include/lib_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../interpreter/wasm_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../interpreter/../common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../interpreter/../common/wasm_exec_env.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../compilation/aot.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../compilation/../common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../compilation/../interpreter/wasm.h diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_loader.c.o b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_loader.c.o new file mode 100644 index 0000000000000000000000000000000000000000..d8171ba8cdce30b1b3caa8d8fdc29286d4bb6357 GIT binary patch literal 43312 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 literal 0 HcmV?d00001 diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.c.o.d b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.c.o.d new file mode 100644 index 000000000..7bef62d1b --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.c.o.d @@ -0,0 +1,207 @@ +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.c.o: \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h /usr/include/assert.h \ + /usr/include/time.h /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h /usr/include/ctype.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/../../../config.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_api_extension.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../common/wasm_exec_env.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../common/../interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../common/wasm_native.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../common/../include/wasm_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../common/../include/lib_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../interpreter/wasm_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../interpreter/../common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../interpreter/../common/wasm_exec_env.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../compilation/aot.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../compilation/../common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../compilation/../interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/mem_alloc.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../common/wasm_shared_memory.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../libraries/thread-mgr/thread_manager.h \ + /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/../../core/iwasm/include/wasm_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/../interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/../common/wasm_runtime_common.h diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/arch/aot_reloc_x86_64.c.o b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/arch/aot_reloc_x86_64.c.o new file mode 100644 index 0000000000000000000000000000000000000000..82a475f2237650414d8d1b0180e1e8e010f8b6f9 GIT binary patch literal 15064 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 Jo(>*U{S*JxoY?>X literal 0 HcmV?d00001 diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/arch/aot_reloc_x86_64.c.o.d b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/arch/aot_reloc_x86_64.c.o.d new file mode 100644 index 000000000..23325de61 --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/arch/aot_reloc_x86_64.c.o.d @@ -0,0 +1,203 @@ +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/aot/arch/aot_reloc_x86_64.c.o: \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/arch/aot_reloc_x86_64.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_reloc.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h /usr/include/assert.h \ + /usr/include/time.h /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h /usr/include/ctype.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/../../../config.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_api_extension.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../common/wasm_exec_env.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../common/../interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../common/wasm_native.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../common/../include/wasm_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../common/../include/lib_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../interpreter/wasm_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../interpreter/../common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../interpreter/../common/wasm_exec_env.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../compilation/aot.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../compilation/../common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../compilation/../interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_intrinsic.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.h diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/arch/invokeNative_em64.s.o b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/arch/invokeNative_em64.s.o new file mode 100644 index 0000000000000000000000000000000000000000..abd736c18163ddfa3125e7f8cde7bb2c241fc79b GIT binary patch literal 960 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 literal 0 HcmV?d00001 diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_c_api.c.o.d b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_c_api.c.o.d new file mode 100644 index 000000000..daf994c0f --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_c_api.c.o.d @@ -0,0 +1,204 @@ +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_c_api.c.o: \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_c_api.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_c_api_internal.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/../include/wasm_c_api.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/features.h /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h /usr/include/string.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/assert.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h /usr/include/time.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/stdio.h /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h /usr/include/ctype.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/../../../config.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_api_extension.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/../interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/../include/wasm_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/../include/lib_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_memory.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/../common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/../common/wasm_exec_env.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../interpreter/wasm_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../compilation/aot.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../compilation/../common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../compilation/../interpreter/wasm.h diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.c.o b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.c.o new file mode 100644 index 0000000000000000000000000000000000000000..fe59c3e68984cee0d6ac9c49e4b5895f58a85451 GIT binary patch literal 5712 zcmbtXS!^3c7#_zx(raVF(a;uZz(7!`aZr(3RDn0mu|X~%+904UTgTZXr9L8iO@Arute!Atoin?qKziL>ZfItM`+%0~_ix8m?C-$?@fRl|yHWPLp zm@^qefU<5>ra&?($;5!u6HBI?FSqT`x9dCfhi7G&w$+nFA*;$0u?`+5<$TNA-mb5= zk%ctitoj4%F-Q|Ost3n7-Kd_ZrD|06yS@zP#~t5uBffrHw;0YJ#>AOcZsD$veOo0w zHDlj7aXwVO%BVbpj4OvX(gbwMdHtHhNzqNn#Aval;O~y1K9{2Pt;ch;B1~MP`y%I?|KggY;ZY?SW#B}uSd_u4{D*X}of?$l< zxohD}d`XzwpU>vuXl#mZlU&Is`v)Y({W*IY$CaaSVK@s6=Ns^MumA2r*235f zurU1~m$?lKJ$4@p?Tv(1E?w9)`zDnw7%=)y*Q!V{kM>U+%qQ~axTIZ4Zx|Wz& z(DM3Xty9;c-C9St7U|Yn^(7-(XO9AOkolPKbqm^FEpnvA(pst8Nxw;8Bvm{p&aoC< z>zD}lYtfdz#ac%X_u99F#YlY|9Fim+l6wT)QOV@(?W&l>+;>2Gn`%rwe|Zuy4h}UeT`kNVv9(jmj|J^+pV% zFk8?JavVF+EMc~|86+gkmImO<0&u11DvU7SDFqPSFuSA~BqYq*18{kY8`WWUc_Sc3 zVJ3I4Q5|NNHUcz4Chf|4%2y1|G0uordI|8u9}K{E2H^Ps{P6(%SOES4;qA)4^ZQ5G zi2(j5oL@f={7w?~RRI4S=hx3klE#pwbkP0Q;f4Twa{xX{c)N1mTQbJ56z4 z4)F6v0R9>GQ$L^5{~3WJHgHwLR>>|F_BFa0DO#2%8NsV(L(aLo1_yF3B6rtECR;Ai z6dJG^(cgU3vQ1&u=!5*^cIB}wG*eo-j5ThXB`Z79NE^1Gbl2505xCA3hRa#3Y{~X$ zY1vGBj20g2G*ZA4!n?pQ6k50`+3Cz~bEr_x52uS_31w6h1i?)gM}xyOE62;FG4qk! z_)uBQs^)XNFfJ9iNAkYnosDYtCw-to3@Ax};|xmtK7b@%e$ItCzMT4!e?YV*Ko8Mmp2!DRB!30U*TV^;71i4 zcU1CKKT!o&^SMUB*HRyXxZp@X8v&94SN+TS0UWhT^5q)}_zemkr9Onp3jcQF1A1gd z2e|q+e^S90iawgR6ue&58T&%PWp04ZDtNuByY(C@#9bmdXrfdnA;8tIf^`Zm&j5Ia zf@=Vz#7p~fc6x}#saCn|nCww`vsrvNZKqj$s8nL{qLod@fyV#6ng$Y^DqSGcEzrRs zWo`3I$6JO1gLo@akTa#$_)!!$s5pKUweI-p>(wWoDdciio>o3zu&p@#d05Mfp%{W0_|J*Uzf%|@9_HwcKS`Kh{6ivsRoKhM8~-3F{NkS%@eN^!_=xR| z{|aG#@gpcyBuW0PKfLi@B$Z$Mq$qMbg(>1=OT6)C2=j}7uZXYKT%tCu|Mvm*JB7Xc z-i0m1oB!8@`Q`tT$UniY82?|4`s~er871$R|MW%XkN?Sj_Agze{gwdx z&A$|2e^S`jzR!gN@A^G0?BzPiIH!d@?x!l4D@3->3wsx>KbLz8icm>A$$XUnyvId2 z39}AiAFUy7NA915XGMIk{d!^lfG42W{(aK>ou8B9{G1hmaQ?9u(jH?7+fH+r0Vro;cC`Pt8ikC9J22A(1N2f4O<+W-In literal 0 HcmV?d00001 diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.c.o.d b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.c.o.d new file mode 100644 index 000000000..7ddb3a59a --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.c.o.d @@ -0,0 +1,206 @@ +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.c.o: \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h /usr/include/assert.h \ + /usr/include/time.h /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h /usr/include/ctype.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/../../../config.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_api_extension.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/../interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/../include/wasm_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/../include/lib_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/../interpreter/wasm_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/../interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/../interpreter/../common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/../interpreter/../common/wasm_exec_env.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/../aot/aot_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/../aot/../common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/../aot/../interpreter/wasm_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/../aot/../compilation/aot.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/../aot/../compilation/../common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/../aot/../compilation/../interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/../libraries/thread-mgr/thread_manager.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/../../core/iwasm/include/wasm_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/../interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/../common/wasm_runtime_common.h diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_memory.c.o b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_memory.c.o new file mode 100644 index 0000000000000000000000000000000000000000..2cb02177f7749c7996abb3ccf55f7cb7975582ef GIT binary patch literal 7424 zcmbtYOKe$ERbxM2XNgR|IQ9OwsV=+mpJVeqGhOvG9Q0HOB z*NPn|1i7ggxvjG41|c<|F1i2-5Q_>Sb<|Xp4Vx;9?g$8>M(Lt}gu+7|{_mXspE+~p zPOXw(zUT3s|9zh0?~msudSWpp6jM*AR!>l+t~}UkkLu>AdRXmKQ{~0bD+Q%Wboh%5B^S$*ifSj@H9xvm2iT zl=&^<%GUJw+q&!_fP`}f%hog>G(z2+)|cJbGqy38$kzTiR{QIF(38Dd4-2ejthOJJ zQEhZ;BQ2-kcy42d=6W*yPP(3bQFqe+d;^?XH^QxE zp3MB*P?rkT@?v>@#Jf~jF6FB$<#4eS_xGeMK&VKaG|hV zekAm!gP`m!((+s^6iEfGK@j}m#q^Nzfu{5H`rTM~7!Eh|d{Um?z}m3VpRVih^rYSS z-JCD+*FNOvA$=Pb%(`h!H0BPE&E$wks0~7DZ2?VBy5Kl9X5yY{Z*FM(i{f%3^ zp3-%b_uAjHO_#O1Jg(=Fmu8g5(epG{4FWSuC(q?_wD%XwVNgY;KZ5^bMXBeDcK&2D z$Q=mMGZQs;&6*;eWsZsVxlD{q3a?iu#&lheD>Zri_=q=nZkkr$ig(l>_J+!LqccC}Ab1a!UmP}0a^-NGFqdSv*Yt4a7-&k^RDmipMIhaX$ zlTDs%U(e}YU_;}5Y~Mtz)K_6|Hko=Vnb1D}7=5C>rcxf&zu@-ssI$q`*L#zRslF8| zzt(q=U2BX1t$6#J)>;>~QgkHyJC z6vg#ywU6{uH>UK#uLlx5{27g-G$a~vKE%|g1y;hJ*7&D7@Fz6Bvjab&aakqENsHoY zTdQNW;_7~@*J{QUX1tT)YI`S0NL(em;K)WN#nl6yAR%!z&;@VBWi!OBJh$VmytU)4 zJh$Vme757Q`D({^+1+M4-rR{zNH^kYcRN76Z)#+V8gxcx7?1KNH3;yRW zI8NgMYyIo9i?I9X;E3{P7vTfezK}ERsK#6CU!QBF=R_Ah)0)4v{>}W+J=TT)Ma|z@ z|8n-d(uLn#_~xPP&nR4+`MH(yj51KZRGAHwdG;8b-vp+EM|HmWVpj9T%5Kr1F!wQ^zv7{HckFGvjCTXEVog<9StC=0_M> z@D?@u1fN^p{LEUoou6kc+|K`2W40OZe>neg z61a9BvH0zLB1RDW_vw?k4gw@{^>nj~oP)q`&x_m)qDS=a)7*yN&cl#}d(;;GFEj4u z`JBaX$7Sv-qaU_J&v&}$G54g&1Kvc!@5U>*-28~kp06XUAGqz$DGPs?+M?$o<8EB~ zmnn?_$6gkGc`>>9wDWJTlh3h!@S`ny@V*1Ne%kx}^E58}$O*{x^SFUEewf(e@Oe>#`dQ&e* zD-2dc<0wn@dd?#59zL~oAJmUvxzF}CXMt>Upt$+ zWiF@4==kQ@Ood!fkvecIZKgoqTu8Ft`9=VWar30mOl;3W>?eq3ah@I;~Evbwf`z%QTD&Z_917JeZ~QQg}x~Jt88EHQRu<1Z`c0s34?ui{;sh7B8}N3 z@|;$Eo<{lq0n0yc3sc+m{|;eM{=dfl*I6F^Z>LY}%l!3{@hJaSc|ptl$!ePN;{PF* zch_H?;Fl%@8*9HN{N}4G~D@nlG=Db^e#1z5jNT3nDM;7wTQx@bo-ysFW4Q7b4_w grn+k%@(cVx|CQsv)7Af(jFQh{vk?tD&bjjc13qEgRR910 literal 0 HcmV?d00001 diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_memory.c.o.d b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_memory.c.o.d new file mode 100644 index 000000000..70d24b55b --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_memory.c.o.d @@ -0,0 +1,191 @@ +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_memory.c.o: \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_memory.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h /usr/include/assert.h \ + /usr/include/time.h /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h /usr/include/ctype.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/../../../config.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_api_extension.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/../interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/../include/wasm_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/../include/lib_export.h \ + /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/mem_alloc.h diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.c.o b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.c.o new file mode 100644 index 0000000000000000000000000000000000000000..3f86214b34f0e13905610e7fc7cd0554179acf27 GIT binary patch literal 6760 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 literal 0 HcmV?d00001 diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.c.o.d b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.c.o.d new file mode 100644 index 000000000..1b912553d --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.c.o.d @@ -0,0 +1,191 @@ +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.c.o: \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h /usr/include/assert.h \ + /usr/include/time.h /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h /usr/include/ctype.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/../../../config.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_api_extension.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/../include/wasm_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/../include/lib_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/../interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.c.o b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.c.o new file mode 100644 index 0000000000000000000000000000000000000000..9f88c31b2a851684447fd3504328f86a15fabba7 GIT binary patch literal 46072 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 literal 0 HcmV?d00001 diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.c.o.d b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.c.o.d new file mode 100644 index 000000000..408bfcdc6 --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.c.o.d @@ -0,0 +1,212 @@ +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.c.o: \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h /usr/include/assert.h \ + /usr/include/time.h /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h /usr/include/ctype.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/../../../config.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_api_extension.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_exec_env.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/../interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_native.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/../include/wasm_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/../include/lib_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_memory.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/../interpreter/wasm_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/../interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/../interpreter/../common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/../interpreter/../common/wasm_exec_env.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/../aot/aot_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/../aot/../common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/../aot/../interpreter/wasm_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/../aot/../compilation/aot.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/../aot/../compilation/../common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/../aot/../compilation/../interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/../libraries/thread-mgr/thread_manager.h \ + /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/../../core/iwasm/include/wasm_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/../interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/../common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/../common/wasm_c_api_internal.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/../common/../include/wasm_c_api.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/../common/wasm_runtime_common.h diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.c.o b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.c.o new file mode 100644 index 0000000000000000000000000000000000000000..8aa92c5356094c40727b4bd6ef3b4087aef2230a GIT binary patch literal 12200 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 literal 0 HcmV?d00001 diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.c.o.d b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.c.o.d new file mode 100644 index 000000000..9e527ac00 --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.c.o.d @@ -0,0 +1,201 @@ +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.c.o: \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h /usr/include/assert.h \ + /usr/include/time.h /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h /usr/include/ctype.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/../../../config.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_api_extension.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/common/wasm_shared_memory.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/../common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/../common/wasm_exec_env.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/../common/../interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/../common/wasm_native.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/../common/../include/wasm_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/../common/../include/lib_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/../common/wasm_exec_env.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../interpreter/wasm_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../compilation/aot.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../compilation/../common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../compilation/../interpreter/wasm.h diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_interp_fast.c.o b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_interp_fast.c.o new file mode 100644 index 0000000000000000000000000000000000000000..ef72bdeb471bdea5521a09a477d8dffed9db658a GIT binary patch literal 47592 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

Z{%HZ+b&fH0B4q6*i{A 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 L)g>rVbo~DZ14%hd literal 0 HcmV?d00001 diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_loader.c.o.d b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_loader.c.o.d new file mode 100644 index 000000000..3ae85ecd2 --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_loader.c.o.d @@ -0,0 +1,198 @@ +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_loader.c.o: \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_loader.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_loader.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h /usr/include/assert.h \ + /usr/include/time.h /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h /usr/include/ctype.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/../../../config.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_api_extension.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/../common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/../common/wasm_exec_env.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/../common/../interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/../common/wasm_native.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/../common/../include/wasm_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/../common/../include/lib_export.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_opcode.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/../common/wasm_exec_env.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/../common/wasm_native.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/../common/wasm_memory.h diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.c.o b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.c.o new file mode 100644 index 0000000000000000000000000000000000000000..a551c0e59edea74f0d757c5455afe97031cd8665 GIT binary patch literal 29704 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 U_EV1k;AM~FVf10 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 WcMQ=)wZCJ;H240N`iI4B|Nj7C*3Rbu literal 0 HcmV?d00001 diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/lib-pthread/lib_pthread_wrapper.c.o.d b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/lib-pthread/lib_pthread_wrapper.c.o.d new file mode 100644 index 000000000..203358fa7 --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/lib-pthread/lib_pthread_wrapper.c.o.d @@ -0,0 +1,204 @@ +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/lib-pthread/lib_pthread_wrapper.c.o: \ + /home/szadys/wasm-micro-runtime/core/iwasm/libraries/lib-pthread/lib_pthread_wrapper.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h /usr/include/assert.h \ + /usr/include/time.h /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h /usr/include/ctype.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/../../../config.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_api_extension.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/../../core/iwasm/include/wasm_export.h \ + /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/../../core/iwasm/include/lib_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/../interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/../common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/../common/wasm_exec_env.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/../common/../interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/../common/wasm_native.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/../common/../include/wasm_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr/thread_manager.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/../common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/../common/wasm_exec_env.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/aot_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../interpreter/wasm_runtime.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../compilation/aot.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../compilation/../common/wasm_runtime_common.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/aot/../compilation/../interpreter/wasm.h diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/libc-builtin/libc_builtin_wrapper.c.o b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/libc-builtin/libc_builtin_wrapper.c.o new file mode 100644 index 0000000000000000000000000000000000000000..21e7953348533211eb6bf25e7aa9c43b26b9977b GIT binary patch literal 43928 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 Y{+k9gLHssOwh$)KK3wO#al`rl2LwH1`Tzg` literal 0 HcmV?d00001 diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/libc-builtin/libc_builtin_wrapper.c.o.d b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/libc-builtin/libc_builtin_wrapper.c.o.d new file mode 100644 index 000000000..60bbdb348 --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/libc-builtin/libc_builtin_wrapper.c.o.d @@ -0,0 +1,188 @@ +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/libc-builtin/libc_builtin_wrapper.c.o: \ + /home/szadys/wasm-micro-runtime/core/iwasm/libraries/libc-builtin/libc_builtin_wrapper.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h /usr/include/assert.h \ + /usr/include/time.h /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h /usr/include/ctype.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/../../../config.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_api_extension.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/../../core/iwasm/include/wasm_export.h \ + /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/../../core/iwasm/include/lib_export.h \ + /home/szadys/wasm-micro-runtime/core/iwasm/interpreter/../interpreter/wasm.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr/thread_manager.c.o b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr/thread_manager.c.o new file mode 100644 index 0000000000000000000000000000000000000000..064f5503839f87c8c53d9f099eb5cb4140d61ece GIT binary patch literal 23856 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 literal 0 HcmV?d00001 diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_hmu.c.o.d b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_hmu.c.o.d new file mode 100644 index 000000000..118b2ea08 --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_hmu.c.o.d @@ -0,0 +1,183 @@ +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_hmu.c.o: \ + /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_hmu.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_gc_internal.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h /usr/include/assert.h \ + /usr/include/time.h /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h /usr/include/ctype.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/../../../config.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_api_extension.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h \ + /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_gc.h diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_kfc.c.o b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_kfc.c.o new file mode 100644 index 0000000000000000000000000000000000000000..fb0d2236214bca208ce4133ab1a23d90fc8a339b GIT binary patch literal 6408 zcmbtYeQaA-6~E5&h)Fs>r@%*4%~VLoKAmbrL)AlGu^` z+>dN@tzMJ#$+d`twDBc0i9e`l|79wZ1`e6XI;o|a1{w&V49d1PNbOYU+_hRb=e~RG z>t~w^IMTZxzk5FJJLlZ`}I68U(&rBt97(RkWnZJeeGsXejBvEpPtF zKjpGWs6GBKW-&pR|_BjF@3cBsFFC_Tl4NREbQ+#}d&|7K>_e739joJ5v_llAY;f za*`%PO)G@(cn|hth<$gK>*ZN=i~e!FJQt?^xf(Ry(pLb-$ey}uCc!oEi@IEo?oo|< zYVLW5_l~+ee;8Pha`F4B{$4>f{;0Oz4dtG(>whntT0{lLjm7H{q)f=TX}UD`Y$-Ed z22o6kB}|XY#)M1FWig(Z7RGr@3b{$bl#rWr#G%8@F6%rQmUW&A%anm7LYLc)>EO!t zmn8zgs_}NnIFCw#M#%lB-xzQ^gj`sld0<>AWX?A(|d<|*P$*;$n4FlB|p*NwBE~Q zF(hU{hL(^E^<6}e&WJUCr{ZI&2qfzRQ_GUSTrQqCG8u`FmgF&!G387ADy?H_Wh9wO zWu~?0=r)C>G*@BPFAqB>xL-B*l-;=6ui9<}jn_k8>~ZMtLbg5$FQMPC>whh%?ThmK zV=&Dgb%Cqe{~*tAfZ0B%MW?TW?UTQzX)Die2UN|@tJoR64s|xKHH2(=)i9wfO|}wh zPP6&}yO0oz5$t+k=0^0ogOMD<0&_{cBQx=_q7 z)hNuqdE#;JrPXx{vzN3z`l7A<4Q-=-*QP1@-MY+b_9C8VfQ=K5_BS%`F2y|ZmeW*c z_99jRZ_!uv-7J;%iwS(p=FeI&n{2fc5jBxyeD?FdD?b)ysai~ zZVd_pal!KtJUvehk~%{2h|!}0{ioqUvd#1n+cB4I)4F=c0$4r(*rRlXkY1RRZl^0( z*WqkFD+Qd&oIT)d(H{yr+v?tFaJKlJir?AX;dFI49o>!J0;Eeo0*!;^z(G)VjOqSG zxo*%jXZNG-E@zw6V6!OiX#6H1or3b7#y$(u-PjDe-)8zl*aw_0y{@j?2{j0P@lUqK zuLEr`ci=vNzK8vj$S-XL>khSX2wH#RfY^c})U$`ltV2N{#IV95?KiucEwb6k2V#jU z@=Am$DI(@T!st~YsTj@jMG5Z*RY;=QP`Mxx`kkv-kO&s5Q%!Ua!Ddhl_2H+R1KVGdHJ$LK2r|BtdSy>e#6*e#9C-yYD^84e%nY{>dEdB zD;;fN__zgk)A_^1inlV{st0eSgw*nWZh5=e7FWa zT?3y1e7%rA^t=Q1BE?JjL(eH-7vQP3pI0e=DX+LBep%KF`9seyU@H_aY2uRqqIfBP zisv*sl@3qDMm!_L6Y6Zk#*57kY<6O^3!ATC^JQ$lM8-zK_%kGYG_H+@@uEP&J)zzX ze<LV+-u0@YECB-7!kj21mcg>W{ViYK&Kxf=888;&GKO^skqD4n!21T`>^4EIq)m?Eg#$q*6VcM(7@$70qm|=xFusqUN+7J+ zNO&?f!^3eGD^*yTFzYzJk>SXXInVK(0zaNsj_<9({~h2#LOtSs<|taZpT`CL;(oj} z^yBRb3HLAVr>_S8gustgh3`LAga3@ckF|pHf42tzPX+!*1pc4b;O7+p{qqHZe-n(6 ztbY5Np#QV5&iB(%L;rq(AHS=d|JybA@z#Qb{@ef$=TFz*KPB*s`{91G=8pn8kx>69 z=*VoIV`Id{uhpLg{F7{qT|vNkEkS6VupeGC5XWC(NT{Ft9OnZ9UiKC9q>oQ&kzwM2 z18Mf-d;~>6Bc9QS79pPDbeeclNt}4#IF=U_l=XUc14DE&;z6-Wp6b%93h+AeAVn5- zi^0kYRNPC|vLn0?D?iok^V(F@7O$vK#U-Imc}9{`Q_%#t5Pt7RJ#eetp4K8G6Kp<~ z$atnx$?0fHJI-DtIv$RtB2!Te*#Aj*t}x_c?x9K_HdTnFM{(uzFhY#qzxjfX4=lY^ z{xMj`{Qh6%w}C9`+yReBJ~rtQK^XJ1#P@;U2OL}9e}T#Idj*?Te9QO20-k9fXJGv~ zcBr@>tOfX+h1&v#uGp4tFedaX=&IR2Ae-xLOcL#5U9;N%3t-jk zFEIOJEkspT`}di=HGf`W^5|cYxP9*bO)#it--p2l;`cXmR%!nc5U%$AXW0AanIOJD zhJ@Sa{@+%^{t63-So2Yp_5FKl$lqe}`%y?BtNaj?=W*h!J?tk0o==g0of7XynY_q@ z<1~}E;#`j7`0q8cvUKM#ImYCbB4Q4>|2TY>*|*AnpUEG#7_`dI!+N#&smxL5m?4ZG z-j}#Mj~}YH+D4HAV?4(SBl2Udw#wrjz*;*2A}_JPOP2jxru3I*HThd?|1VesEK~At D!wG_F literal 0 HcmV?d00001 diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_kfc.c.o.d b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_kfc.c.o.d new file mode 100644 index 000000000..552a8f51e --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_kfc.c.o.d @@ -0,0 +1,183 @@ +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_kfc.c.o: \ + /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_kfc.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_gc_internal.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h /usr/include/assert.h \ + /usr/include/time.h /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h /usr/include/ctype.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/../../../config.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_api_extension.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h \ + /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_gc.h diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/mem_alloc.c.o b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/mem_alloc.c.o new file mode 100644 index 0000000000000000000000000000000000000000..fc68ee068c190bf5fb523cd382311e90f36a9c76 GIT binary patch literal 4616 zcmcInL17@o~*P1LCABDGo#s|Z%G&qQ*lBC>5wQe-hv8xRqmFPoR_;_klX?W`sh zG(r`R5qcNIewJzqxW8#ko=KuM%==xvU7e4t*PAie^gYPUY zRQ>v^=g+@TJGHSn?8#y6`EV&*IK4Pjt;G+YTL>4H!o{a^9OE3JXO5nu^sK(RA*O`5 z0W6>g_F!I!%B9yuWp}P}a&~&=fC2@dM|I!bx&*esU@tS+n+(=ruzd!*qOoJTgznc4 z5A*)k!E}=?u=Yp9@3*R>p6)iwl15q6Z2?<8Kq1+vahsuC%1>%GUf7pW`AH(k>q-w>@?6oHd$GW?A zh5!zKh488sXEToU@IP1lBL0Sd=;33pRYkEbhX1pN|F_~7>t*<}I=861WG4u(TI*=| zp@;vX;un!Hxw7Wrzoq!ax|{L)9{vZ4Z%zjx4F3xcUv!gh6n8plGi(<1Sf*Lj%#v6p zB3f;%ojcoz)>c;DSiTrtJbSLO9EqJ~)b6!q^nP2mqJEloSm(TZAhTgpMsaT|XO?{3 z&e43-9JUhbPxm0Ft6s&OL`JP7?nipWLHkkyKNc^mbX5RAR+Z?z)Oj0<1VRLcu8woI zvqb5k9PjP6cQQniMljX#9NL3?_RTcQhJBfAfjSQ2djP|?0IU4(?c8h}*~;O_dJccY zgX25G@#ihvWESRAvv7MpI1{*Wp0sfI!f&kdjgtRU5vSn&A*_9&Pie)Uq z&A~u~S<;C^pkaA$=uDi@&nKJL$)uK-z$T8Dt#ioRZ&JuhQ2FESHA&+ojHgQ2OuOBr zM za|1z~z%#jO@Ye|A^w;%Zlk^*U+`8tQ;tZpYcXahXC5+R5M-Mbf|6}5D@4wFIL)+Cq zB#hHH=h!6uuRQuKMjz*%tN(*Xf1hyJB>kJj;og6r(Z@OJ>iCLw!AgI|BsO~r+=N%pQAxs{Uwk74J|n7{h#&df6wUScIoPG zc=WNZuu1ys9{pb!ecWSQecWT|Z}fjFG+{sGg*sn!RTbdEOnF)R=Vnu|N_Ys3T9^*^QkO&pDzd4JPBBp$baZt3{_sEIf~@n4(qH|Hm(4VPP5 pe^-APaL41;AM5LWJK*2fm$U179AGe~sq%yKzo{qsjpN`n#eXrY0Wtsp literal 0 HcmV?d00001 diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/mem_alloc.c.o.d b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/mem_alloc.c.o.d new file mode 100644 index 000000000..27383ae64 --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/mem_alloc.c.o.d @@ -0,0 +1,183 @@ +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/mem-alloc/mem_alloc.c.o: \ + /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/mem_alloc.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/mem_alloc.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h /usr/include/assert.h \ + /usr/include/time.h /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h /usr/include/ctype.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/../../../config.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_api_extension.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h \ + /home/szadys/wasm-micro-runtime/core/shared/mem-alloc/ems/ems_gc.h diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_malloc.c.o b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_malloc.c.o new file mode 100644 index 0000000000000000000000000000000000000000..c1faba93391770dfaf6d8a1daf25e4c3887a5917 GIT binary patch literal 2264 zcmbW2J8u&~5XaZKKmr7k7z#uXG8G_^l?^UZ46ZCU8by4T%3w`4iUR=xT zd{Gy!gdCHh+zdTO=&9XZS7SH3?*Z1o@V zL~?)GJ@AcqKm)e^S1t8XJ6-=NG1SL*CN4YdV1MI+ScqspW}5;2c^h|Pw&V$VMF#FI z?sZ(=vy+QMvSs~(Kahbr)A^q{U_$~~r}N(tx9#6H@82@#;r!t1FZptQY_*Xx!;OAr ojdP2Cm2^JdFP9=Kl5gBlB|^sH>4tQcEL;93h98HKp^?u23lceyMp^bzL!kXu5)u$}zS0d`nsR?QCqrsaWwPLi{9ls9Y|$64e*I5$n95r<4;v z0pJ7aSm&wd1|rr)*_>~bPc8w(yy!7+de)W9xsqAZk^S1dR5GWBWb?Au*K@Wf_=$W1 zw9D3)5$hM#`cttMsN0O(0oBjE*16o&LV$=A&s1pO7S7w4VL6REHGRG(fjU?S-(kdYJ0(4wle6<+;6S67BBp^0y5P6*5M_ z-zjaA0$YLwx(dFqH6R7HNx^m-=ZX!$G{e9Gi9R+!yo8hx6JQ{%u_xj=@C5NpG<(*s zXl#1T1GfYCU2Lxp)}&W#e$^WmTV4@*M1Qd%EVfN8iHLzCOCw^3*%%c=-Zz$s9e~JU zTUhjiWLRtti%s%!5(4#6W@`lJ?PBwkR~B222oce5HfUmtOl6hn+0zOlM}#SF@3hzw zn-!b4pB9@4*#>IInT;sU5YLo1Qn4|#j2n4$Iauzd_CO5JcNyh@FbDrcc+>{+GZg!+ zBoN%al?2Rc4H7C@Uc4!Qhgu|%rL|zN(pU#~G#iJ6K$bgJRaPJ?s|yDw5PXlfl0dN0 zEGDcaQa8>Oi-loz2aHvY^U_)Z>~0vgEnpmUKk&8imO6M}9sH3xIM&W8M?Psi0`_49Ayvh_%&Ac29LrW^a2VQn-%tS8c1<7niJ;zg^Vd#oo_RTsX*`Ka8uE{$3X7=MG(D-THq4 D9+?<~ literal 0 HcmV?d00001 diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_memmap.c.o.d b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_memmap.c.o.d new file mode 100644 index 000000000..e4a2dcde2 --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_memmap.c.o.d @@ -0,0 +1,169 @@ +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_memmap.c.o: \ + /home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_memmap.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/../include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/../include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h /usr/include/assert.h \ + /usr/include/time.h /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h /usr/include/ctype.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/../include/../../../config.h diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_socket.c.o b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_socket.c.o new file mode 100644 index 0000000000000000000000000000000000000000..884265997613a90a2b8291d10529d0ba99dade51 GIT binary patch literal 6208 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 literal 0 HcmV?d00001 diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_time.c.o.d b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_time.c.o.d new file mode 100644 index 000000000..545ff7415 --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_time.c.o.d @@ -0,0 +1,169 @@ +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_time.c.o: \ + /home/szadys/wasm-micro-runtime/core/shared/platform/common/posix/posix_time.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/../include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/../include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h /usr/include/assert.h \ + /usr/include/time.h /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h /usr/include/ctype.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/../include/../../../config.h diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_init.c.o b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_init.c.o new file mode 100644 index 0000000000000000000000000000000000000000..d3505aecde86cd5547580ded5c9d6ed73281d892 GIT binary patch literal 2736 zcmbuAO^8!h6vt2I#hUt+ada`%BC*`!M4U%rhj!XU$vByrSA3}0*qyvdCW#rGe2~0Y zM`)|yq9F+5%8d&PU6$g)O`%9&3NE@3T)EVpf*a|k3OVz~bL2;@PItJ?r)@@tnJM=c(0s0T{DxXGP)>wuSDb)!oG=J&uYP zP5z67?qIWb+dK07QYZO5#ee_{38a?sn47jI!dZ@g){^REy~D~pR?C1x%b z+BLVG_|lv+Q?u!|?4^G^l`>OvW;*F{=}r`7J;@C#S~+`>CWv}q1~9b6NC1R;rqw% zJtO=elPTZ&bxl5zTvuaIm(L|1tY6lKS%w?x5|r;4gz-yb_{JFi1M?~0`Sk1F*vPx( zdb8@R*VbKgjS3ZK2n~T^spU57n^bQ(jplmIEt9iipF6!^JLi^{zg@~XxrNjAl0z-G zSZ}-JI9JP_pR-oE!rhjeU%LX^Dd*QWFwIpp&s|<03?rM`5ll2-^LU-&Hn~u z0YAh|bAA57c|L+OOK_fqq$F?bpjt$8K0c@xzY;#Ka{(27eCQUMt<9>NFObP6=jn>J z+|o6d%wpcnlUZoB$OJG)3NVUw8O&yBBkv6lDl!c9`I>9>YPD43e6_k;GWp4wmBmo~ z%eA)IXx1C0rn^br45f-wZsw~cwXye9M>rmDiT^AyWd=VX0$;xz;|`d9AN5#98vz}R zKhEQ*%e%&(rk>y5_ay};ei zXa}XY09o|CjN|}85y* zO(|zpe$>Y=3d(}@XHsBhJzpvsO+EM9X z{6pqp=ND5KXH~`F{P6Fk<8}SQawB9?E$Cmh4&1x2_z#%}za7NKRQ*sNzo_Z@2yc2= Pd_}E)yYJ~4!TA3Hnlc!Z literal 0 HcmV?d00001 diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_init.c.o.d b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_init.c.o.d new file mode 100644 index 000000000..bb66dec8d --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_init.c.o.d @@ -0,0 +1,169 @@ +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_init.c.o: \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_init.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/../include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/../include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h /usr/include/assert.h \ + /usr/include/time.h /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h /usr/include/ctype.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/../include/../../../config.h diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.c.o b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.c.o new file mode 100644 index 0000000000000000000000000000000000000000..ff772ecd56c5b68b2c137c96668a6a2f13876a83 GIT binary patch literal 2256 zcmbtV&1(}u6n|-|t+lqb2o~zc_8?lYV^S(;!IHGye84sdO#A`0Tczo6hn5j==c-Y7Yg;>ITgc^|Dhit;BI}RwE5G(nc<4>K`7PCapIh5M;+IqVKlx1aW9r}@ z`54XD(W7IM#9$npBKhl=)WK~be1_!8%A$6oSZY*xL%YisSY$5R5L)!fe1t_7SajCI zfwnb)ALU49iZB3hL|7Oekf(}COgJ=8TP}(*v*R>taHh>u`^E5(6^Ld`Yn4*G0?RjN50r-G|AAkoQE)qbCNG)o{7 zRpvZ?3TFf&5l*#JxM+3MDbHvJzJxLn;dBPdUqhLQ@F5||fw_AXZk2$!-0}FflDNIg zfo)pc0#E#-TtrfH!+rS&g0ifF{!BjQ#Lif;u$mq#Xpb%l)sbI%~bIXG?MJE-=Pdr_f+NZ z-_<%AsMll4LGrpR$gb3>w`mSF|CGd^A*cBxQdjJg6#VN~>sI_Z`YBn(3LXgd`o2JC zx?gn9x=6-rU0{3t3VwwGx%%TZ8Smeh+P{i_i9%5Qj%EE+ov42F{-}6`2hB~nb8`N- plG8gq9uQA|4u9_=1XB_$lF~skT??VNFDPDY3T^LNo}S>3{{vK|-!cFI literal 0 HcmV?d00001 diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.c.o.d b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.c.o.d new file mode 100644 index 000000000..6f205fd06 --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.c.o.d @@ -0,0 +1,180 @@ +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.c.o: \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h /usr/include/assert.h \ + /usr/include/time.h /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h /usr/include/ctype.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/../../../config.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_api_extension.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.c.o b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.c.o new file mode 100644 index 0000000000000000000000000000000000000000..5b1b7fea25e60e18c65f96fe9cd6174403acc347 GIT binary patch literal 4104 zcmcIm-D@0G6u+BE?3%QbZCZ7;rCkv;+IHBL2u4cT*=CbTyVziMLFvbSb<#+(yJ2_M zG<{GZZphUH@*;=``XA_HAAE?$k0=#HY<&-5@s+c)_k+nD^z*Bz-A7lp%=#z2+`fzh@5F<4*X)w9c3rGd)PZ z&J0`AzXdV9q(%Ruf3ZYT^p`>UF=Gek(`^B(_j2{&WAld(So1@H6#bb=VvE-FN5PY) z%~R&-rIF74udsYC;@hnLG`+mOw2?o?J7T6Y7QH--kq!*fn-=|st}#FKJM?PxUa9V~ z=nV+Xy`$%)1=ru&CV!ZE2Aw_zj+plRXn_9CILO;-EIOga_4?ivz3OJyxt}Cs*MSEF zlI`3dC-hp1{y=Y7^iyWGq009A4*DkpM~^-g>CP1DWv3qLHF}Kbp;(=*VlO@(HKIL6 z>`@nI`_~H35R5h$15am23n7b$X)us>yAugqc!mVdhXQ-HZwoF!!G;0f%VqsI_v@j# zmXUTnXm+6N$tJQm;At)!!}+)#nr}(y;W@2OkIb~1diQi&pB}x?u6LVy#MHwHJ(SRc z$2tb|;L<0Tz5tUbj5p90=s0^|Y*3v+AJeU4?RwZ`RtauJNF4Mop)ODkACNDP3t?tj z&w-5_sjs8Y<&%0a*)c3&Fp0wm@xz(}{#JaTnTpVDEBSL>CDW800>2S_Ed^;CUvINe zg9s|p$XzNJyab!zQgf0tG_qY2;L z=Nzn&CSj=Ze+}?1Y5#MuW>gr>7AvJvrEC;QAzQLb#fhnGjbsN>ClY2Vd!oO8IGN6- z%|t4hC9W8!n(esirOFF7=mUftU^S;&%sT)9Gj5kT!kj`Z0MFJZ$Yj1&%2uH_Jzui3 zrTqAKr3jdiLShf`^srK~I&NaW2NL}RajXu3%lg=>1l~;lLC`@$Klj2A`UepN^5f#W z`t#Z6s&CQnk#ISGQPFd({mKqc&A?@&%ZksymMg&auxs#5kLG^28|AYQ(78 z<9P#7L#kXq$_sQ83?AJY-GZ_@mC=ool|Zjj4Lmz`8PY0O9NU1K^H9yn7svSeT)A#c zR4Ws9)tTby+N0T#YQALSCfo+v13qvobz-}Vg&o&&_hJud`t!T4ss{Uad9 z?|rNGF|b9S&GHxL4pbQVdmEltJTq}7^&SykoKX(l12gK0+Qj~kGyp>te}PHiYUi_< z{P7bYP{kio#K(8^$3Fv@D*g)KNaB8QS6h4gb0AQ~f0@U(xFNnj#`ec|08_;uLJ&yY zH|}a{{0azE@s}0vkLTPU|5d!yEeKTmH_H_lxFPNz{`Coaaeh^? wnF%@tn&o-m9gp{?-yZKIfA0c_%<_ixIxZyg?;qanD*G_M?0%JOk@egE4-UgrYXATM literal 0 HcmV?d00001 diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.c.o.d b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.c.o.d new file mode 100644 index 000000000..a1fc54f66 --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.c.o.d @@ -0,0 +1,180 @@ +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.c.o: \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h /usr/include/assert.h \ + /usr/include/time.h /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h /usr/include/ctype.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/../../../config.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_api_extension.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.c.o b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.c.o new file mode 100644 index 0000000000000000000000000000000000000000..f68b948c3e9de7adaf5f9dbac9b4bf4ccd74ef12 GIT binary patch literal 9240 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 literal 0 HcmV?d00001 diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.c.o.d b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.c.o.d new file mode 100644 index 000000000..bd68ea683 --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.c.o.d @@ -0,0 +1,180 @@ +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.c.o: \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h /usr/include/assert.h \ + /usr/include/time.h /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h /usr/include/ctype.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/../../../config.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_api_extension.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.c.o b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.c.o new file mode 100644 index 0000000000000000000000000000000000000000..9c9b609820198550c0394adf7b0eb18b05d2a956 GIT binary patch literal 10184 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 T&6%so@5PS`P?jsksq+5=Yp5TH literal 0 HcmV?d00001 diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.c.o.d b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.c.o.d new file mode 100644 index 000000000..0f2252492 --- /dev/null +++ b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.c.o.d @@ -0,0 +1,180 @@ +CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.c.o: \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.c \ + /usr/include/stdc-predef.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_vector.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_platform.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/platform/linux/platform_internal.h \ + /usr/include/inttypes.h /usr/include/features.h \ + /usr/include/x86_64-linux-gnu/sys/cdefs.h \ + /usr/include/x86_64-linux-gnu/bits/wordsize.h \ + /usr/include/x86_64-linux-gnu/bits/long-double.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs.h \ + /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h /usr/include/stdint.h \ + /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \ + /usr/include/x86_64-linux-gnu/bits/types.h \ + /usr/include/x86_64-linux-gnu/bits/timesize.h \ + /usr/include/x86_64-linux-gnu/bits/typesizes.h \ + /usr/include/x86_64-linux-gnu/bits/time64.h \ + /usr/include/x86_64-linux-gnu/bits/wchar.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \ + /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/stdbool.h /usr/include/assert.h \ + /usr/include/time.h /usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \ + /usr/include/x86_64-linux-gnu/bits/time.h \ + /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/time_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \ + /usr/include/x86_64-linux-gnu/bits/endian.h \ + /usr/include/x86_64-linux-gnu/bits/endianness.h \ + /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \ + /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \ + /usr/include/string.h /usr/include/strings.h \ + /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \ + /usr/include/x86_64-linux-gnu/bits/string_fortified.h \ + /usr/include/stdio.h /usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/FILE.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \ + /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ + /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ + /usr/include/x86_64-linux-gnu/bits/stdio.h \ + /usr/include/x86_64-linux-gnu/bits/stdio2.h /usr/include/stdlib.h \ + /usr/include/x86_64-linux-gnu/bits/waitflags.h \ + /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ + /usr/include/x86_64-linux-gnu/bits/floatn.h \ + /usr/include/x86_64-linux-gnu/bits/floatn-common.h \ + /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \ + /usr/include/x86_64-linux-gnu/bits/byteswap.h \ + /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \ + /usr/include/x86_64-linux-gnu/sys/select.h \ + /usr/include/x86_64-linux-gnu/bits/select.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \ + /usr/include/x86_64-linux-gnu/bits/select2.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ + /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \ + /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \ + /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \ + /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \ + /usr/include/x86_64-linux-gnu/bits/stdlib.h /usr/include/math.h \ + /usr/include/x86_64-linux-gnu/bits/math-vector.h \ + /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \ + /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \ + /usr/include/x86_64-linux-gnu/bits/fp-logb.h \ + /usr/include/x86_64-linux-gnu/bits/fp-fast.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \ + /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ + /usr/include/x86_64-linux-gnu/bits/mathinline.h /usr/include/ctype.h \ + /usr/include/pthread.h /usr/include/sched.h \ + /usr/include/x86_64-linux-gnu/bits/sched.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \ + /usr/include/x86_64-linux-gnu/bits/cpu-set.h \ + /usr/include/x86_64-linux-gnu/bits/setjmp.h /usr/include/signal.h \ + /usr/include/x86_64-linux-gnu/bits/signum.h \ + /usr/include/x86_64-linux-gnu/bits/signum-generic.h \ + /usr/include/x86_64-linux-gnu/bits/types/sig_atomic_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/__sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-arch.h \ + /usr/include/x86_64-linux-gnu/bits/siginfo-consts.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigval_t.h \ + /usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h \ + /usr/include/x86_64-linux-gnu/bits/sigevent-consts.h \ + /usr/include/x86_64-linux-gnu/bits/sigaction.h \ + /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ + /usr/include/x86_64-linux-gnu/bits/types/stack_t.h \ + /usr/include/x86_64-linux-gnu/sys/ucontext.h \ + /usr/include/x86_64-linux-gnu/bits/sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/ss_flags.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_sigstack.h \ + /usr/include/x86_64-linux-gnu/bits/sigthread.h \ + /usr/include/x86_64-linux-gnu/bits/signal_ext.h /usr/include/semaphore.h \ + /usr/include/x86_64-linux-gnu/bits/semaphore.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/limits.h \ + /usr/lib/gcc/x86_64-linux-gnu/9/include/syslimits.h \ + /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ + /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/linux/limits.h \ + /usr/include/x86_64-linux-gnu/bits/posix2_lim.h /usr/include/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent.h \ + /usr/include/x86_64-linux-gnu/bits/dirent_ext.h /usr/include/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \ + /usr/include/x86_64-linux-gnu/bits/stat.h \ + /usr/include/x86_64-linux-gnu/bits/fcntl2.h /usr/include/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ + /usr/include/x86_64-linux-gnu/bits/environments.h \ + /usr/include/x86_64-linux-gnu/bits/confname.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \ + /usr/include/x86_64-linux-gnu/bits/getopt_core.h \ + /usr/include/x86_64-linux-gnu/bits/unistd.h \ + /usr/include/x86_64-linux-gnu/bits/unistd_ext.h /usr/include/poll.h \ + /usr/include/x86_64-linux-gnu/sys/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll.h \ + /usr/include/x86_64-linux-gnu/bits/poll2.h /usr/include/errno.h \ + /usr/include/x86_64-linux-gnu/bits/errno.h /usr/include/linux/errno.h \ + /usr/include/x86_64-linux-gnu/asm/errno.h \ + /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \ + /usr/include/netinet/in.h /usr/include/x86_64-linux-gnu/sys/socket.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \ + /usr/include/x86_64-linux-gnu/bits/socket.h \ + /usr/include/x86_64-linux-gnu/bits/socket_type.h \ + /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ + /usr/include/x86_64-linux-gnu/asm/socket.h \ + /usr/include/asm-generic/socket.h /usr/include/linux/posix_types.h \ + /usr/include/linux/stddef.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \ + /usr/include/asm-generic/posix_types.h \ + /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \ + /usr/include/asm-generic/bitsperlong.h \ + /usr/include/x86_64-linux-gnu/asm/sockios.h \ + /usr/include/asm-generic/sockios.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_osockaddr.h \ + /usr/include/x86_64-linux-gnu/bits/socket2.h \ + /usr/include/x86_64-linux-gnu/bits/in.h \ + /usr/include/x86_64-linux-gnu/sys/stat.h \ + /usr/include/x86_64-linux-gnu/sys/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman.h \ + /usr/include/x86_64-linux-gnu/bits/mman-map-flags-generic.h \ + /usr/include/x86_64-linux-gnu/bits/mman-linux.h \ + /usr/include/x86_64-linux-gnu/bits/mman-shared.h \ + /usr/include/x86_64-linux-gnu/sys/time.h \ + /usr/include/x86_64-linux-gnu/sys/timeb.h \ + /usr/include/x86_64-linux-gnu/sys/uio.h \ + /usr/include/x86_64-linux-gnu/bits/uio_lim.h \ + /usr/include/x86_64-linux-gnu/sys/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctls.h \ + /usr/include/x86_64-linux-gnu/asm/ioctls.h \ + /usr/include/asm-generic/ioctls.h /usr/include/linux/ioctl.h \ + /usr/include/x86_64-linux-gnu/asm/ioctl.h \ + /usr/include/asm-generic/ioctl.h \ + /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ + /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ + /usr/include/x86_64-linux-gnu/sys/resource.h \ + /usr/include/x86_64-linux-gnu/bits/resource.h \ + /usr/include/x86_64-linux-gnu/bits/types/struct_rusage.h \ + /usr/include/setjmp.h /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/../../../config.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_api_vmcore.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/../platform/include/platform_api_extension.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_assert.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_common.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_hashmap.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_list.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_log.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/bh_queue.h \ + /home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.h diff --git a/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.c.o b/samples/wasm-lua-comparison/src/CMakeFiles/vmlib.dir/home/szadys/wasm-micro-runtime/core/shared/utils/runtime_timer.c.o new file mode 100644 index 0000000000000000000000000000000000000000..dd43aa9e8cc34e7e03e0c5c53d011efd1025be5a GIT binary patch literal 10112 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 CMakeFiles/test.wasm.dir/sum.c.i + +wasm-apps/CMakeFiles/test.wasm.dir/sum.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/test.wasm.dir/sum.c.s" + cd /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/wasm-apps && /opt/wasi-sdk/bin/clang --sysroot=/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/wasm-apps/../../../wamr-sdk/app/libc-builtin-sysroot $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/wasm-apps/sum.c -o CMakeFiles/test.wasm.dir/sum.c.s + +# Object files for target test.wasm +test_wasm_OBJECTS = \ +"CMakeFiles/test.wasm.dir/sum.c.o" + +# External object files for target test.wasm +test_wasm_EXTERNAL_OBJECTS = + +wasm-apps/test.wasm: wasm-apps/CMakeFiles/test.wasm.dir/sum.c.o +wasm-apps/test.wasm: wasm-apps/CMakeFiles/test.wasm.dir/build.make +wasm-apps/test.wasm: wasm-apps/CMakeFiles/test.wasm.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable test.wasm" + cd /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/wasm-apps && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/test.wasm.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +wasm-apps/CMakeFiles/test.wasm.dir/build: wasm-apps/test.wasm +.PHONY : wasm-apps/CMakeFiles/test.wasm.dir/build + +wasm-apps/CMakeFiles/test.wasm.dir/clean: + cd /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/wasm-apps && $(CMAKE_COMMAND) -P CMakeFiles/test.wasm.dir/cmake_clean.cmake +.PHONY : wasm-apps/CMakeFiles/test.wasm.dir/clean + +wasm-apps/CMakeFiles/test.wasm.dir/depend: + cd /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/wasm-apps /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/wasm-apps /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/wasm-apps/CMakeFiles/test.wasm.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : wasm-apps/CMakeFiles/test.wasm.dir/depend + diff --git a/samples/wasm-lua-comparison/src/wasm-apps/CMakeFiles/test.wasm.dir/cmake_clean.cmake b/samples/wasm-lua-comparison/src/wasm-apps/CMakeFiles/test.wasm.dir/cmake_clean.cmake new file mode 100644 index 000000000..5bfdeac92 --- /dev/null +++ b/samples/wasm-lua-comparison/src/wasm-apps/CMakeFiles/test.wasm.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/test.wasm.dir/sum.c.o" + "CMakeFiles/test.wasm.dir/sum.c.o.d" + "test.wasm" + "test.wasm.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/test.wasm.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/samples/wasm-lua-comparison/src/wasm-apps/CMakeFiles/test.wasm.dir/compiler_depend.internal b/samples/wasm-lua-comparison/src/wasm-apps/CMakeFiles/test.wasm.dir/compiler_depend.internal new file mode 100644 index 000000000..d4d1ed27b --- /dev/null +++ b/samples/wasm-lua-comparison/src/wasm-apps/CMakeFiles/test.wasm.dir/compiler_depend.internal @@ -0,0 +1,6 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.23 + +wasm-apps/CMakeFiles/test.wasm.dir/sum.c.o + /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/wasm-apps/sum.c + diff --git a/samples/wasm-lua-comparison/src/wasm-apps/CMakeFiles/test.wasm.dir/compiler_depend.make b/samples/wasm-lua-comparison/src/wasm-apps/CMakeFiles/test.wasm.dir/compiler_depend.make new file mode 100644 index 000000000..504fb69b8 --- /dev/null +++ b/samples/wasm-lua-comparison/src/wasm-apps/CMakeFiles/test.wasm.dir/compiler_depend.make @@ -0,0 +1,7 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.23 + +wasm-apps/CMakeFiles/test.wasm.dir/sum.c.o: ../wasm-apps/sum.c + + +../wasm-apps/sum.c: diff --git a/samples/wasm-lua-comparison/src/wasm-apps/CMakeFiles/test.wasm.dir/compiler_depend.ts b/samples/wasm-lua-comparison/src/wasm-apps/CMakeFiles/test.wasm.dir/compiler_depend.ts new file mode 100644 index 000000000..e20c90491 --- /dev/null +++ b/samples/wasm-lua-comparison/src/wasm-apps/CMakeFiles/test.wasm.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for test.wasm. diff --git a/samples/wasm-lua-comparison/src/wasm-apps/CMakeFiles/test.wasm.dir/depend.make b/samples/wasm-lua-comparison/src/wasm-apps/CMakeFiles/test.wasm.dir/depend.make new file mode 100644 index 000000000..c5c75125a --- /dev/null +++ b/samples/wasm-lua-comparison/src/wasm-apps/CMakeFiles/test.wasm.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for test.wasm. +# This may be replaced when dependencies are built. diff --git a/samples/wasm-lua-comparison/src/wasm-apps/CMakeFiles/test.wasm.dir/flags.make b/samples/wasm-lua-comparison/src/wasm-apps/CMakeFiles/test.wasm.dir/flags.make new file mode 100644 index 000000000..17890fa79 --- /dev/null +++ b/samples/wasm-lua-comparison/src/wasm-apps/CMakeFiles/test.wasm.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.23 + +# compile C with /opt/wasi-sdk/bin/clang +C_DEFINES = -DBH_FREE=wasm_runtime_free -DBH_MALLOC=wasm_runtime_malloc -DBH_PLATFORM_LINUX -DBUILD_TARGET_X86_64 -DWASM_DISABLE_HW_BOUND_CHECK=0 -DWASM_ENABLE_AOT=1 -DWASM_ENABLE_BULK_MEMORY=1 -DWASM_ENABLE_FAST_INTERP=1 -DWASM_ENABLE_INTERP=1 -DWASM_ENABLE_LIBC_BUILTIN=1 -DWASM_ENABLE_LIB_PTHREAD=1 -DWASM_ENABLE_MINI_LOADER=0 -DWASM_ENABLE_MULTI_MODULE=0 -DWASM_ENABLE_SHARED_MEMORY=1 -DWASM_ENABLE_THREAD_MGR=1 + +C_INCLUDES = -I/home/szadys/wasm-micro-runtime/core/iwasm/interpreter -I/home/szadys/wasm-micro-runtime/core/iwasm/aot -I/home/szadys/wasm-micro-runtime/core/iwasm/libraries/libc-builtin -I/home/szadys/wasm-micro-runtime/core/iwasm/libraries/lib-pthread -I/home/szadys/wasm-micro-runtime/core/iwasm/libraries/thread-mgr -I/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/../../core/iwasm/include -I/home/szadys/wasm-micro-runtime/core/shared/platform/linux -I/home/szadys/wasm-micro-runtime/core/shared/platform/linux/../include -I/home/szadys/wasm-micro-runtime/core/shared/mem-alloc -I/home/szadys/wasm-micro-runtime/core/iwasm/common -I/home/szadys/wasm-micro-runtime/core/shared/utils + +C_FLAGS = -nostdlib -pthread -Qunused-arguments -z stack-size=32768 -O3 -DNDEBUG + diff --git a/samples/wasm-lua-comparison/src/wasm-apps/CMakeFiles/test.wasm.dir/link.txt b/samples/wasm-lua-comparison/src/wasm-apps/CMakeFiles/test.wasm.dir/link.txt new file mode 100644 index 000000000..4d35a9510 --- /dev/null +++ b/samples/wasm-lua-comparison/src/wasm-apps/CMakeFiles/test.wasm.dir/link.txt @@ -0,0 +1 @@ +/opt/wasi-sdk/bin/clang --sysroot=/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/wasm-apps/../../../wamr-sdk/app/libc-builtin-sysroot -nostdlib -pthread -Qunused-arguments -z stack-size=32768 -O3 -DNDEBUG -Wl,--shared-memory,--max-memory=131072, -Wl,--no-entry,--strip-all,--export=sum, -Wl,--export=__heap_base,--export=__data_end -Wl,--export=__wasm_call_ctors -Wl,--allow-undefined-file=/home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/wasm-apps/../../../wamr-sdk/app/libc-builtin-sysroot/share/defined-symbols.txt -fPIC CMakeFiles/test.wasm.dir/sum.c.o -o test.wasm diff --git a/samples/wasm-lua-comparison/src/wasm-apps/CMakeFiles/test.wasm.dir/progress.make b/samples/wasm-lua-comparison/src/wasm-apps/CMakeFiles/test.wasm.dir/progress.make new file mode 100644 index 000000000..72bb7dd02 --- /dev/null +++ b/samples/wasm-lua-comparison/src/wasm-apps/CMakeFiles/test.wasm.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 7 +CMAKE_PROGRESS_2 = 8 + diff --git a/samples/wasm-lua-comparison/src/wasm-apps/CMakeFiles/test.wasm.dir/sum.c.o b/samples/wasm-lua-comparison/src/wasm-apps/CMakeFiles/test.wasm.dir/sum.c.o new file mode 100644 index 0000000000000000000000000000000000000000..635ef96f58989780c8fc6d111d0409c4bfe4c1c8 GIT binary patch literal 369 zcmXAlJx;?w5JqR$K?wwu1JJBefh;G^j}lCUDUqP0HM`!mV`ptg-gQKp*rFjffE!Td z5?p{ga0qG~r0~l|O zg|nZgKO$V>JAz#FbOA2(x&#r3`;yxmnpohx_OBMGGf@H0Uv9ARz-EF+z-lN@D z>{k2Vmh8gE;b^`_2>(w1h?1*o%oWb;qz!R zum?7|T4=pex5Hr==|#Z?ewGZSTpx>7FUG>xB;X@{x{C^JT-GCL{? IQ%k(+f4stOcK`qY literal 0 HcmV?d00001 diff --git a/samples/wasm-lua-comparison/src/wasm-apps/CMakeFiles/test.wasm.dir/sum.c.o.d b/samples/wasm-lua-comparison/src/wasm-apps/CMakeFiles/test.wasm.dir/sum.c.o.d new file mode 100644 index 000000000..ebaef1084 --- /dev/null +++ b/samples/wasm-lua-comparison/src/wasm-apps/CMakeFiles/test.wasm.dir/sum.c.o.d @@ -0,0 +1,2 @@ +wasm-apps/CMakeFiles/test.wasm.dir/sum.c.o: \ + /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/wasm-apps/sum.c diff --git a/samples/wasm-lua-comparison/src/wasm-apps/Makefile b/samples/wasm-lua-comparison/src/wasm-apps/Makefile new file mode 100644 index 000000000..92be26850 --- /dev/null +++ b/samples/wasm-lua-comparison/src/wasm-apps/Makefile @@ -0,0 +1,182 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.23 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#Suppress display of executed commands. +$(VERBOSE).SILENT: + +# A target that is always out of date. +cmake_force: +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# The main all target +all: cmake_check_build_system + cd /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src && $(CMAKE_COMMAND) -E cmake_progress_start /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/wasm-apps//CMakeFiles/progress.marks + cd /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 wasm-apps/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 wasm-apps/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 wasm-apps/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 wasm-apps/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +wasm-apps/CMakeFiles/test.wasm.dir/rule: + cd /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 wasm-apps/CMakeFiles/test.wasm.dir/rule +.PHONY : wasm-apps/CMakeFiles/test.wasm.dir/rule + +# Convenience name for target. +test.wasm: wasm-apps/CMakeFiles/test.wasm.dir/rule +.PHONY : test.wasm + +# fast build rule for target. +test.wasm/fast: + cd /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src && $(MAKE) $(MAKESILENT) -f wasm-apps/CMakeFiles/test.wasm.dir/build.make wasm-apps/CMakeFiles/test.wasm.dir/build +.PHONY : test.wasm/fast + +sum.o: sum.c.o +.PHONY : sum.o + +# target to build an object file +sum.c.o: + cd /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src && $(MAKE) $(MAKESILENT) -f wasm-apps/CMakeFiles/test.wasm.dir/build.make wasm-apps/CMakeFiles/test.wasm.dir/sum.c.o +.PHONY : sum.c.o + +sum.i: sum.c.i +.PHONY : sum.i + +# target to preprocess a source file +sum.c.i: + cd /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src && $(MAKE) $(MAKESILENT) -f wasm-apps/CMakeFiles/test.wasm.dir/build.make wasm-apps/CMakeFiles/test.wasm.dir/sum.c.i +.PHONY : sum.c.i + +sum.s: sum.c.s +.PHONY : sum.s + +# target to generate assembly for a file +sum.c.s: + cd /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src && $(MAKE) $(MAKESILENT) -f wasm-apps/CMakeFiles/test.wasm.dir/build.make wasm-apps/CMakeFiles/test.wasm.dir/sum.c.s +.PHONY : sum.c.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... rebuild_cache" + @echo "... test.wasm" + @echo "... sum.o" + @echo "... sum.i" + @echo "... sum.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/src && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/samples/wasm-lua-comparison/src/wasm-apps/cmake_install.cmake b/samples/wasm-lua-comparison/src/wasm-apps/cmake_install.cmake new file mode 100644 index 000000000..318a35169 --- /dev/null +++ b/samples/wasm-lua-comparison/src/wasm-apps/cmake_install.cmake @@ -0,0 +1,44 @@ +# Install script for directory: /home/szadys/wasm-micro-runtime/samples/wasm-lua-comparison/wasm-apps + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + diff --git a/samples/wasm-lua-comparison/src/wasm-apps/test.wasm b/samples/wasm-lua-comparison/src/wasm-apps/test.wasm new file mode 100755 index 0000000000000000000000000000000000000000..978cc4fea0c77b10c442b98942f0ed18980afad0 GIT binary patch literal 203 zcmW-ZK}rKb6b0Y=KZ%k?#D%MDnz@K}mVz$4z)zbDNIPRBogi+~v&>Cg&82dZG}#ms z1%;S<0^nR$z)DJCQ5A4Hp;Bg#S{R0txPma;URmYlX*%oMe!KeH{+(&D_H%e#r*~TCHh`Cjnzl*@VQi?o#2EN@P;NE$9q((dfQ$sJFFN>>| boEr7)YW6zTfUj^&<8jH;e+t8Ro^