small_data_threshold.rs: Adapt to LLVM head changes
This commit is contained in:
parent
1f51450c68
commit
cf006f375d
@ -58,7 +58,7 @@ fn drop_in_place<T>(_: *mut T) {}
|
|||||||
// 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 @@ fn drop_in_place<T>(_: *mut T) {}
|
|||||||
//@ 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…
Reference in New Issue
Block a user