small_data_threshold.rs: Adapt to LLVM head changes

This commit is contained in:
Tim Neumann 2024-09-12 09:53:59 +02:00 committed by GitHub
parent 1f51450c68
commit cf006f375d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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