Support metadata via IR.

This commit is contained in:
chriseth
2021-06-21 18:20:31 +02:00
parent ff3eca4ccc
commit 0df8a38e55
55 changed files with 211 additions and 29 deletions
@@ -40,5 +40,6 @@ object "C_7" {
function shift_right_unsigned(value) -> newValue
{ newValue := shr(224, value) }
}
data ".metadata" hex"<BYTECODE REMOVED>"
}
}