We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0fbb28 commit dec7b16Copy full SHA for dec7b16
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