mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Command-line tests for --optimize-yul and --no-optimize-yul used together
This commit is contained in:
parent
4a1dbdaedb
commit
b24e4fcbfa
@ -0,0 +1 @@
|
||||
--optimize-yul --no-optimize-yul
|
@ -0,0 +1,2 @@
|
||||
// SPDX-License-Identifier: GPL-3.0
|
||||
pragma solidity *;
|
@ -0,0 +1 @@
|
||||
--strict-assembly --optimize-yul --no-optimize-yul
|
@ -0,0 +1 @@
|
||||
The following options are invalid in assembly mode: --optimize-yul, --no-optimize-yul. Optimization is disabled by default and can be enabled with --optimize.
|
@ -0,0 +1 @@
|
||||
1
|
@ -0,0 +1 @@
|
||||
{}
|
Loading…
Reference in New Issue
Block a user