small_data_threshold.rs: Adapt to LLVM head changes
This commit is contained in:
parent
1f51450c68
commit
cf006f375d
1 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ static mut Z: u64 = 0;
|
|||
// Currently, only MIPS and RISCV successfully put any objects in the small data
|
||||
// sections so the U/V/W/X tests are skipped on Hexagon and M68K
|
||||
|
||||
//@ RISCV: .section .sdata,
|
||||
//@ RISCV: .section .sdata
|
||||
//@ RISCV-NOT: .section
|
||||
//@ RISCV: U:
|
||||
//@ RISCV: .section .sbss
|
||||
|
@ -71,7 +71,7 @@ static mut Z: u64 = 0;
|
|||
//@ RISCV-NOT: .section
|
||||
//@ RISCV: X:
|
||||
|
||||
//@ MIPS: .section .sdata,
|
||||
//@ MIPS: .section .sdata
|
||||
//@ MIPS-NOT: .section
|
||||
//@ MIPS: U:
|
||||
//@ MIPS: .section .sbss
|
||||
|
|
Loading…
Add table
Reference in a new issue