This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/build-scripts
Wenyong Huang b08318b9c0 Fix link cpp object file error (#1791)
Error was reported when building docker image:
  /usr/bin/ld: libaotclib.a(aot_llvm_extra.cpp.o): relocation R_X86_64_32S against symbol 
  `_ZN4llvm30TargetTransformInfoWrapperPass2IDE' can not be used when making a PIE object;
  recompile with -fPIC

Add `-fPIC` to `CMAKE_CXX_FLAGS` and `CMAKE_SHARED_LIBRARY_LINK_C_FLAGS` to fix it.
2022-12-20 14:37:07 +08:00
..
esp-idf ESP IDF fixes (#927) 2022-01-05 12:50:17 +08:00
build_llvm.py Update xtensa LLVM version to 15.x (#1741) 2022-11-24 12:48:31 +08:00
config_common.cmake Fix link cpp object file error (#1791) 2022-12-20 14:37:07 +08:00
lldb-wasm.patch Add CIs to release new version and publish binary files (#1648) 2022-10-28 13:55:41 +08:00
runtime_lib.cmake Add implementation for wasi_thread_spawn() (#1786) 2022-12-13 21:33:27 +08:00
SConscript Add ia32 support and fix compiling issue for RT-Thread (#730) 2021-09-07 10:20:14 +08:00
SConscript_config Add control for the native stack check with hardware trap (#1682) 2022-11-07 18:26:33 +08:00