From 0b0a0e103e44cbfd72feacabb6ab204899fef28c Mon Sep 17 00:00:00 2001 From: r0qs Date: Mon, 22 May 2023 12:16:10 +0200 Subject: [PATCH] Revert combined json change --- solc/CommandLineParser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solc/CommandLineParser.cpp b/solc/CommandLineParser.cpp index 1ba86b7d6..1f11fc57c 100644 --- a/solc/CommandLineParser.cpp +++ b/solc/CommandLineParser.cpp @@ -460,7 +460,6 @@ void CommandLineParser::parseOutputSelection() ); static set const assemblerModeOutputs = { CompilerOutputs::componentName(&CompilerOutputs::asm_), - CompilerOutputs::componentName(&CompilerOutputs::asmJson), CompilerOutputs::componentName(&CompilerOutputs::binary), CompilerOutputs::componentName(&CompilerOutputs::irOptimized) }; @@ -1179,6 +1178,7 @@ void CommandLineParser::processArgs() // TODO: The list is not complete. Add more. g_strOutputDir, g_strGas, + g_strCombinedJson, g_strOptimizeYul, g_strNoOptimizeYul, };