mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Allow and require use-src to be repeated for each object.
This commit is contained in:
@@ -18,6 +18,7 @@ object "C_3" {
|
||||
return(128, _1)
|
||||
}
|
||||
}
|
||||
/// @use-src 0:"ir_compiler_subobjects/input.sol", 1:"#utility.yul"
|
||||
object "C_3_deployed" {
|
||||
code {
|
||||
{
|
||||
@@ -50,6 +51,7 @@ object "D_16" {
|
||||
return(128, _1)
|
||||
}
|
||||
}
|
||||
/// @use-src 0:"ir_compiler_subobjects/input.sol", 1:"#utility.yul"
|
||||
object "D_16_deployed" {
|
||||
code {
|
||||
{
|
||||
@@ -88,6 +90,7 @@ object "D_16" {
|
||||
revert(0, 0)
|
||||
}
|
||||
}
|
||||
/// @use-src 0:"ir_compiler_subobjects/input.sol", 1:"#utility.yul"
|
||||
object "C_3" {
|
||||
code {
|
||||
{
|
||||
@@ -99,6 +102,7 @@ object "D_16" {
|
||||
return(128, _1)
|
||||
}
|
||||
}
|
||||
/// @use-src 0:"ir_compiler_subobjects/input.sol", 1:"#utility.yul"
|
||||
object "C_3_deployed" {
|
||||
code {
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user