Revert combined json change

This commit is contained in:
r0qs 2023-05-22 12:16:10 +02:00
parent 6498e64eeb
commit 0b0a0e103e
No known key found for this signature in database
GPG Key ID: 61503DBA6667276C

View File

@ -460,7 +460,6 @@ void CommandLineParser::parseOutputSelection()
); );
static set<string> const assemblerModeOutputs = { static set<string> const assemblerModeOutputs = {
CompilerOutputs::componentName(&CompilerOutputs::asm_), CompilerOutputs::componentName(&CompilerOutputs::asm_),
CompilerOutputs::componentName(&CompilerOutputs::asmJson),
CompilerOutputs::componentName(&CompilerOutputs::binary), CompilerOutputs::componentName(&CompilerOutputs::binary),
CompilerOutputs::componentName(&CompilerOutputs::irOptimized) CompilerOutputs::componentName(&CompilerOutputs::irOptimized)
}; };
@ -1179,6 +1178,7 @@ void CommandLineParser::processArgs()
// TODO: The list is not complete. Add more. // TODO: The list is not complete. Add more.
g_strOutputDir, g_strOutputDir,
g_strGas, g_strGas,
g_strCombinedJson,
g_strOptimizeYul, g_strOptimizeYul,
g_strNoOptimizeYul, g_strNoOptimizeYul,
}; };