We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
library
deployCode
1 parent 54efdc9 commit 235ebc8Copy full SHA for 235ebc8
libsolidity/codegen/ir/IRGenerator.cpp
@@ -1015,6 +1015,7 @@ std::string IRGenerator::deployCode(ContractDefinition const& _contract)
1015
1016
if (eof)
1017
{
1018
+ t("library", _contract.isLibrary());
1019
t("auxDataStart", std::to_string(CompilerUtils::generalPurposeMemoryStart));
1020
solAssert(m_context.reservedMemorySize() <= 0xFFFF, "Reserved memory size exceeded maximum allowed EOF data section size.");
1021
t("auxDataSize", std::to_string(m_context.reservedMemorySize()));
0 commit comments