mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-06-15 06:51:07 +00:00
std json: do not request EVM bytecode (#410)
These compiler outputs are irrelevant for the `resolc` compilation pipeline. It can also break the compilation pipeline. For example, solc may reject the code without via-ir or fail during the EVM codegen phase with stack too deep errors - which is not relevant to us. --------- Signed-off-by: xermicus <cyrill@parity.io>
This commit is contained in:
@@ -210,4 +210,9 @@ impl Input {
|
||||
let _ = source.try_resolve();
|
||||
});
|
||||
}
|
||||
|
||||
/// Removes unneded output selections.
|
||||
pub fn retain_output_selection(&mut self) {
|
||||
self.settings.retain_output_selection();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user