Skip to content

Commit

Permalink
fix: conflicts in README
Browse files Browse the repository at this point in the history
  • Loading branch information
hedgar2017 committed Apr 4, 2024
1 parent cf336ba commit f867c80
Showing 1 changed file with 4 additions and 20 deletions.
24 changes: 4 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,7 @@ Use:
- Yul optimizations enabled (`+`)
- level 3 optimizations in LLVM middle-end (`M3`)
- level 3 optimizations in LLVM back-end (`B3`)
<<<<<<< HEAD
- Solidity compiler version (`0.8.24`)
=======
- Solidity compiler version (`0.8.23`)
>>>>>>> d020375 (Final sync with the private repo)
- Solidity compiler version (`0.8.25`)
Output:
Expand All @@ -144,11 +140,7 @@ Output:
```bash
cargo run --release --bin compiler-tester -- -DT \
--path='tests/solidity/simple/default.sol' \
<<<<<<< HEAD
--mode='Y+M3B3 0.8.24' \
=======
--mode='Y+M3B3 0.8.23' \
>>>>>>> d020375 (Final sync with the private repo)
--mode='Y+M3B3 0.8.25' \
--zksolc '../era-compiler-solidity/target/release/zksolc'
```
Expand Down Expand Up @@ -199,11 +191,7 @@ zkevm-llvm checkout && zkevm-llvm build
```
./target/release/compiler-tester \
--path='tests/solidity/simple/default.sol' \
<<<<<<< HEAD
--mode='Y+M^B3 0.8.24' \
=======
--mode='Y+M^B3 0.8.23' \
>>>>>>> d020375 (Final sync with the private repo)
--mode='Y+M^B3 0.8.25' \
--benchmark='reference.json'
```
Expand All @@ -216,11 +204,7 @@ zkevm-llvm checkout && zkevm-llvm build
```
./target/release/compiler-tester \
--path='tests/solidity/simple/default.sol' \
<<<<<<< HEAD
--mode='Y+M^B3 0.8.24' \
=======
--mode='Y+M^B3 0.8.23' \
>>>>>>> d020375 (Final sync with the private repo)
--mode='Y+M^B3 0.8.25' \
--benchmark='candidate.json'
```
Expand Down

0 comments on commit f867c80

Please sign in to comment.