Thanks to visit codestin.com Credit goes to github.com
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 c8893ec commit 145e281Copy full SHA for 145e281
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