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 --asm
|
||||
@@ -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,12 @@
|
||||
|
||||
======= strict_asm_output_selection_asm_only/input.yul (EVM) =======
|
||||
|
||||
Text representation:
|
||||
/* "strict_asm_output_selection_asm_only/input.yul":15:17 */
|
||||
0x2a
|
||||
/* "strict_asm_output_selection_asm_only/input.yul":29:30 */
|
||||
0x00
|
||||
/* "strict_asm_output_selection_asm_only/input.yul":22:34 */
|
||||
sstore
|
||||
/* "strict_asm_output_selection_asm_only/input.yul":0:36 */
|
||||
stop
|
||||
Reference in New Issue
Block a user