We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8893ec + 145e281 commit a652292Copy full SHA for a652292
test/cmdlineTests/~name_dependent_cse_bug/test.sh
@@ -19,7 +19,7 @@ function assemble_with_variable_name {
19
local variable_name="$2"
20
21
sed -e "s|__placeholder__|${variable_name}|g" "$input_file" | msg_on_error --no-stderr \
22
- "$SOLC" --strict-assembly - --optimize --debug-info none |
+ "$SOLC" --strict-assembly - --optimize --debug-info none --asm |
23
stripCLIDecorations
24
}
25
0 commit comments