Skip to content

Commit 6164801

Browse files
committed
update install_raw_hex test case
LLVM 14 optimizes differently, so it's reasonable to have there be a binary difference here.
1 parent fa40bdd commit 6164801

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

test/standalone/install_raw_hex/build.zig

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ pub fn build(b: *std.build.Builder) void {
3636
":1001340000000000000000000000000000000000BB",
3737
":1001440083020200F401010009000000FE01010025",
3838
":100154000900000001000000000000000000000091",
39-
":1001640000080002008001010004000010000000EB",
39+
":100164000000028000008001010004000000020081",
4040
":100174000000000000000000000000001F0000005C",
41-
":1001840048010100000040888000FF01142800524B",
42-
":100194000080610100040020110000000000000044",
41+
":1001840048010100000040080101FE0310040A8038",
42+
":100194000800806101000400002402000000000047",
4343
":1001A40000000000000000001F000000000000002C",
4444
":1001B400000000000000000000000000000000003B",
4545
":1001C400000000000000000000000000000000002B",
@@ -73,7 +73,7 @@ pub fn build(b: *std.build.Builder) void {
7373
":10038400FFF778FF40F2EC10C0F201000021FFF704",
7474
":1003940071FF0099019A51F8220017F803CC012348",
7575
":1003A40003FA0CF3184341F8220008B080BD81B071",
76-
":1003B40000F03F008DF802009DF802000F3000F0BD",
76+
":1003B40000F03F008DF802009DF802000D3000F0BF",
7777
":1003C4003F00022804D3FFE700208DF8030003E078",
7878
":1003D40001208DF80300FFE79DF8030001B070478A",
7979
":1003E4000A00000012000000020071001200000068",
@@ -90,10 +90,10 @@ pub fn build(b: *std.build.Builder) void {
9090
":1001340000000000000000000000000000000000BB",
9191
":1001440083020200F401010009000000FE01010025",
9292
":100154000900000001000000000000000000000091",
93-
":1001640000080002008001010004000010000000EB",
93+
":100164000000028000008001010004000000020081",
9494
":100174000000000000000000000000001F0000005C",
95-
":1001840048010100000040888000FF01142800524B",
96-
":100194000080610100040020110000000000000044",
95+
":1001840048010100000040080101FE0310040A8038",
96+
":100194000800806101000400002402000000000047",
9797
":1001A40000000000000000001F000000000000002C",
9898
":1001B400000000000000000000000000000000003B",
9999
":1001C400000000000000000000000000000000002B",
@@ -127,7 +127,7 @@ pub fn build(b: *std.build.Builder) void {
127127
":10038400FFF778FF40F2EC10C0F201000021FFF704",
128128
":1003940071FF0099019A51F8220017F803CC012348",
129129
":1003A40003FA0CF3184341F8220008B080BD81B071",
130-
":1003B40000F03F008DF802009DF802000F3000F0BD",
130+
":1003B40000F03F008DF802009DF802000D3000F0BF",
131131
":1003C4003F00022804D3FFE700208DF8030003E078",
132132
":1003D40001208DF80300FFE79DF8030001B070478A",
133133
":1003E4000A00000012000000020071001200000068",
@@ -155,7 +155,7 @@ pub fn build(b: *std.build.Builder) void {
155155
":1003880040F2EC10C0F201000021FFF771FF009964",
156156
":10039800019A51F8220017F803CC012303FA0CF351",
157157
":1003A800184341F8220008B080BD81B000F03F003A",
158-
":1003B8008DF802009DF802000F3000F03F0002287F",
158+
":1003B8008DF802009DF802000D3000F03F00022881",
159159
":1003C80004D3FFE700208DF8030003E001208DF837",
160160
":0C03D8000300FFE79DF8030001B0704730",
161161
":00000001FF",

0 commit comments

Comments
 (0)