With the argument --use-ir srcup now forces via-ir compilation and extracts the yul-ir for uploading instead of bytecode. This is supported only for the foundly, solc and hardhat build systems. Additionally, for the hardhat build system it also collects debug info and immutable references (both for --use-ir and not)
With the argument
--use-ir
srcup now forces via-ir compilation and extracts the yul-ir for uploading instead of bytecode. This is supported only for the foundly, solc and hardhat build systems. Additionally, for the hardhat build system it also collects debug info and immutable references (both for --use-ir and not)