-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update/binaryen #1815
Merged
Merged
Update/binaryen #1815
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kamilsa
force-pushed
the
update/binaryen
branch
from
September 28, 2023 05:40
78a26d3
to
39d1d4f
Compare
kamilsa
force-pushed
the
update/binaryen
branch
from
September 28, 2023 10:21
4c3df44
to
9e5b2a7
Compare
…aryen # Conflicts: # cmake/Hunter/config.cmake
# Conflicts: # cmake/Hunter/config.cmake
xDimon
approved these changes
Sep 28, 2023
xDimon
added a commit
that referenced
this pull request
Sep 29, 2023
* update: bump used C++ standard upto C++20 Signed-off-by: Dmitriy Khaustov aka xDimon <khaustov.dm@gmail.com> * fix for C++20: using aggregate ctors Signed-off-by: Dmitriy Khaustov aka xDimon <khaustov.dm@gmail.com> * fix for C++20: replace deprecated std::is_pod Signed-off-by: Dmitriy Khaustov aka xDimon <khaustov.dm@gmail.com> * fix for C++20: replace comparison operators by spaceship-operator Signed-off-by: Dmitriy Khaustov aka xDimon <khaustov.dm@gmail.com> * Allow self-hosted runners Signed-off-by: safinsaf <safinsaft@gmail.com> * lexicographical_compare_three_way Signed-off-by: turuslan <turuslan.devbox@gmail.com> * fix: ADL recursion Signed-off-by: Dmitriy Khaustov aka xDimon <khaustov.dm@gmail.com> * fix: BufferView::operator== Signed-off-by: Dmitriy Khaustov aka xDimon <khaustov.dm@gmail.com> * refactor: different way of lexicographical_compare_three_way for MacOS and others Signed-off-by: Dmitriy Khaustov aka xDimon <khaustov.dm@gmail.com> * fix: resolve dependency on trie_storage_provider Signed-off-by: Dmitriy Khaustov aka xDimon <khaustov.dm@gmail.com> * Update hunter-gate-url.cmake to new ref * update: hunter, libp2p, soralog, libfmt Signed-off-by: Dmitriy Khaustov aka xDimon <khaustov.dm@gmail.com> * fix: formatting and formatters Signed-off-by: Dmitriy Khaustov aka xDimon <khaustov.dm@gmail.com> * fix: use ::fmt::format explicitly Signed-off-by: Dmitriy Khaustov aka xDimon <khaustov.dm@gmail.com> * update: soralog, libp2p fix: related issues Signed-off-by: Dmitriy Khaustov aka xDimon <khaustov.dm@gmail.com> * Fix for build systems without three_way_comparison support Signed-off-by: Igor Egorov <igor@qdrvm.io> * trivial Signed-off-by: Dmitriy Khaustov aka xDimon <khaustov.dm@gmail.com> * update: llvm-13 and fixed wavm Signed-off-by: Dmitriy Khaustov aka xDimon <khaustov.dm@gmail.com> * hotfix: wavm Signed-off-by: Dmitriy Khaustov aka xDimon <khaustov.dm@gmail.com> * update: hunter Signed-off-by: Dmitriy Khaustov aka xDimon <khaustov.dm@gmail.com> * Update/binaryen (#1815) * Update binaryen * Update LLVM to compile only IR target * Switch to LLVM-12.0.1-p3. Condition for binaryen * Update binaryen condition * Fix binaryen condition, remove clang-format fixes * UBSAN: Clang-11 -> Clang-15 * Remove redundant print * Fix apple clang 15 – disable asio concepts * Try build llvm with 20 standard flag * Update llvm to p4 * Update default hunter * fix: some gcc warnings Signed-off-by: Dmitriy Khaustov aka xDimon <khaustov.dm@gmail.com> * try to fix wavm build Signed-off-by: Dmitriy Khaustov aka xDimon <khaustov.dm@gmail.com> * update hunter Signed-off-by: Dmitriy Khaustov aka xDimon <khaustov.dm@gmail.com> --------- Signed-off-by: Dmitriy Khaustov aka xDimon <khaustov.dm@gmail.com> Signed-off-by: safinsaf <safinsaft@gmail.com> Signed-off-by: turuslan <turuslan.devbox@gmail.com> Signed-off-by: Igor Egorov <igor@qdrvm.io> Co-authored-by: safinsaf <safinsaft@gmail.com> Co-authored-by: turuslan <turuslan.devbox@gmail.com> Co-authored-by: kamilsa <kamilsa16@gmail.com> Co-authored-by: Igor Egorov <igor@qdrvm.io>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Referenced issues
Description of the Change
Fixes built for apple clang 15