mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-06-12 23:21:01 +00:00
@@ -14,7 +14,7 @@ env_logger = { workspace = true }
|
||||
|
||||
revive-solidity = { path = "../solidity" }
|
||||
revive-differential = { path = "../differential" }
|
||||
era-compiler-llvm-context = { path = "../llvm-context" }
|
||||
revive-llvm-context = { path = "../llvm-context" }
|
||||
|
||||
[dev-dependencies]
|
||||
sha1 = { workspace = true }
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"ERC20": 53186,
|
||||
"Baseline": 3912,
|
||||
"Fibonacci": 5971,
|
||||
"Flipper": 4354,
|
||||
"Computation": 7380
|
||||
"Computation": 7380,
|
||||
"Fibonacci": 5971
|
||||
}
|
||||
@@ -53,7 +53,7 @@ pub fn compile_blob_with_options(
|
||||
Default::default(),
|
||||
None,
|
||||
pipeline,
|
||||
era_compiler_llvm_context::OptimizerSettings::cycles(),
|
||||
revive_llvm_context::OptimizerSettings::cycles(),
|
||||
solc_optimizer_enabled,
|
||||
)
|
||||
.expect("source should compile")
|
||||
|
||||
Reference in New Issue
Block a user