mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
CommandLineInterface: Disallow --yul-dialect and --machine when not in assembly mode
This commit is contained in:
@@ -0,0 +1 @@
|
||||
--yul-dialect evm --machine ewasm
|
||||
@@ -0,0 +1 @@
|
||||
--yul-dialect and --machine are only valid in assembly mode.
|
||||
@@ -0,0 +1 @@
|
||||
1
|
||||
@@ -0,0 +1,7 @@
|
||||
// SPDX-License-Identifier: GPL-3.0
|
||||
pragma solidity >=0.0;
|
||||
|
||||
contract C
|
||||
{
|
||||
function f() public pure {}
|
||||
}
|
||||
Reference in New Issue
Block a user