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
|
// 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
|
// sections so the U/V/W/X tests are skipped on Hexagon and M68K
|
||||||
|
|
||||||
//@ RISCV: .section .sdata,
|
//@ RISCV: .section .sdata
|
||||||
//@ RISCV-NOT: .section
|
//@ RISCV-NOT: .section
|
||||||
//@ RISCV: U:
|
//@ RISCV: U:
|
||||||
//@ RISCV: .section .sbss
|
//@ RISCV: .section .sbss
|
||||||
|
@ -71,7 +71,7 @@ static mut Z: u64 = 0;
|
||||||
//@ RISCV-NOT: .section
|
//@ RISCV-NOT: .section
|
||||||
//@ RISCV: X:
|
//@ RISCV: X:
|
||||||
|
|
||||||
//@ MIPS: .section .sdata,
|
//@ MIPS: .section .sdata
|
||||||
//@ MIPS-NOT: .section
|
//@ MIPS-NOT: .section
|
||||||
//@ MIPS: U:
|
//@ MIPS: U:
|
||||||
//@ MIPS: .section .sbss
|
//@ MIPS: .section .sbss
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue