Skip to content

Commit

Permalink
fix: memory leak with undefined symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
hedgar2017 committed Nov 19, 2024
1 parent e24d77a commit 7fa323c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
46 changes: 23 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions era-compiler-solidity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ num = "=0.4.3"
zkevm_opcode_defs = "=0.150.6"

era-compiler-common = { git = "https://github.com/matter-labs/era-compiler-common", branch = "main" }
era-compiler-llvm-context = { git = "https://github.com/matter-labs/era-compiler-llvm-context", branch = "main" }
era-compiler-llvm-context = { git = "https://github.com/matter-labs/era-compiler-llvm-context", branch = "az-cpr-1830-zksolc-memory-leak-with-link-option" }
era-solc = { path = "../era-solc" }
era-yul = { path = "../era-yul" }

Expand All @@ -47,7 +47,7 @@ era-compiler-downloader = { git = "https://github.com/matter-labs/era-compiler-c

[dependencies.inkwell]
git = "https://github.com/matter-labs-forks/inkwell"
branch = "llvm-17"
branch = "az-cpr-1830-zksolc-memory-leak-with-link-option"
default-features = false
features = ["llvm17-0", "no-libffi-linking", "target-eravm", "target-evm"]

Expand Down

0 comments on commit 7fa323c

Please sign in to comment.