Skip to content

Commit cf006f3

Browse files
authored
small_data_threshold.rs: Adapt to LLVM head changes
1 parent 1f51450 commit cf006f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: tests/assembly/small_data_threshold.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ static mut Z: u64 = 0;
5858
// Currently, only MIPS and RISCV successfully put any objects in the small data
5959
// sections so the U/V/W/X tests are skipped on Hexagon and M68K
6060

61-
//@ RISCV: .section .sdata,
61+
//@ RISCV: .section .sdata
6262
//@ RISCV-NOT: .section
6363
//@ RISCV: U:
6464
//@ RISCV: .section .sbss
@@ -71,7 +71,7 @@ static mut Z: u64 = 0;
7171
//@ RISCV-NOT: .section
7272
//@ RISCV: X:
7373

74-
//@ MIPS: .section .sdata,
74+
//@ MIPS: .section .sdata
7575
//@ MIPS-NOT: .section
7676
//@ MIPS: U:
7777
//@ MIPS: .section .sbss

0 commit comments

Comments
 (0)