mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Don't ignore output selection in assembly mode
This commit is contained in:
@@ -0,0 +1 @@
|
||||
--strict-assembly --optimize --ir-optimized
|
||||
@@ -0,0 +1 @@
|
||||
Warning: Yul is still experimental. Please use the output with care.
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
let x := 42
|
||||
sstore(0, x)
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
|
||||
======= strict_asm_output_selection_ir_optimized_only/input.yul (EVM) =======
|
||||
|
||||
Pretty printed source:
|
||||
object "object" {
|
||||
code { { sstore(0, 42) } }
|
||||
}
|
||||
Reference in New Issue
Block a user