You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While debugging an unrelated issue, I noticed that the default build-from-source instructions cause a lot of the EVM tests to segfault on my new arm64 mac.
This is in fact something that's been identified previously in the smoke-testing script for KEVM:
The underlying issue is actually in upstream LLVM; I fixed it with a patch to LLVM that landed in LLVM 17. Unfortunately, we are currently blocked on making LLVM 17 available to Nix builds of K: runtimeverification/llvm-backend#927. As a workaround, you can build K from source against LLVM 17 using Homebrew and point the KEVM build system at that K installation.
There isn't a fix for this issue as such; it will be resolved once Nix-built K can use LLVM 17.
The text was updated successfully, but these errors were encountered:
While debugging an unrelated issue, I noticed that the default build-from-source instructions cause a lot of the EVM tests to segfault on my new arm64 mac.
This is in fact something that's been identified previously in the smoke-testing script for KEVM:
evm-semantics/package/test-package.sh
Lines 25 to 32 in cd2e87a
The underlying issue is actually in upstream LLVM; I fixed it with a patch to LLVM that landed in LLVM 17. Unfortunately, we are currently blocked on making LLVM 17 available to Nix builds of K: runtimeverification/llvm-backend#927. As a workaround, you can build K from source against LLVM 17 using Homebrew and point the KEVM build system at that K installation.
There isn't a fix for this issue as such; it will be resolved once Nix-built K can use LLVM 17.
The text was updated successfully, but these errors were encountered: