Skip to content
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 hunter with new llvm, lld, wasmedge #1978

Merged
merged 3 commits into from
Feb 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions cmake/Hunter/config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,9 @@ hunter_config(
)

if ("${WASM_COMPILER}" STREQUAL "WasmEdge")
hunter_config(
LLVM
VERSION 16.0.1
CMAKE_ARGS LLVM_ENABLE_PROJECTS=compiler-rt
)

hunter_config(
WasmEdge
VERSION 0.14.0-alpha.1-qdrvm2
VERSION 0.14.0-alpha.1-qdrvm3
CMAKE_ARGS
WASMEDGE_BUILD_STATIC_LIB=ON
WASMEDGE_BUILD_SHARED_LIB=OFF
Expand Down
4 changes: 2 additions & 2 deletions cmake/Hunter/hunter-gate-url.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
HunterGate(
URL https://github.com/qdrvm/hunter/archive/refs/tags/v0.25.3-qdrvm3.zip
SHA1 8989599eaa462f367805e2d36a30150c93b1d660
URL https://github.com/qdrvm/hunter/archive/4ffeaf7c5e7eb26d5f50599bdf6be0316d02d053.zip
SHA1 095adf991b7bf3926a516053910be89fc1a19824
LOCAL
)
Loading