Skip to content

Conversation

@wenyongh
Copy link
Owner

No description provided.

no1wudi and others added 11 commits December 8, 2022 09:38
Upgrade version number to 1.1.2, update RELEASE_NOTES.md and
clear several compile warnings.
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.
Fix the issue that the release notes cannot be successfully created when
releasing a new version.
- Handle i64 const like f64 const
- Ensure i64/f64 const is stored on 8-byte aligned address
And fix issue found in fast jit call indirect.
@wenyongh wenyongh merged commit ede7b4e into wenyongh:main Dec 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants