rename llvm-context crate

Signed-off-by: xermicus <cyrill@parity.io>
This commit is contained in:
xermicus
2024-05-01 15:45:09 +02:00
parent 9b341853b4
commit 72515254fe
55 changed files with 529 additions and 529 deletions
+1 -1
View File
@@ -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 }
+2 -2
View File
@@ -1,7 +1,7 @@
{
"ERC20": 53186,
"Baseline": 3912,
"Fibonacci": 5971,
"Flipper": 4354,
"Computation": 7380
"Computation": 7380,
"Fibonacci": 5971
}
+1 -1
View File
@@ -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")