Skip to content

Commit 145e281

Browse files
clonkercameel
authored andcommitted
Name dependent CSE bug: Compare ASM only
1 parent c8893ec commit 145e281

File tree

1 file changed

+1
-1
lines changed
  • test/cmdlineTests/~name_dependent_cse_bug

1 file changed

+1
-1
lines changed

Diff for: test/cmdlineTests/~name_dependent_cse_bug/test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function assemble_with_variable_name {
1919
local variable_name="$2"
2020

2121
sed -e "s|__placeholder__|${variable_name}|g" "$input_file" | msg_on_error --no-stderr \
22-
"$SOLC" --strict-assembly - --optimize --debug-info none |
22+
"$SOLC" --strict-assembly - --optimize --debug-info none --asm |
2323
stripCLIDecorations
2424
}
2525

0 commit comments

Comments
 (0)