mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-15 13:36:49 +00:00
tests: adapt for LLVM 21 changes
Per discussion in #137799 we don't really need this readonly attribute, so let's just drop it so the test passes on LLVM 21. Fixes #137799.
This commit is contained in:
parent
2f581937e1
commit
2d3639d559
@ -15,7 +15,6 @@ pub enum Expr {
|
||||
#[no_mangle]
|
||||
pub extern "C" fn issue_114312(expr: Expr) {
|
||||
// CHECK-LABEL: @issue_114312(
|
||||
// CHECK-NOT: readonly
|
||||
// CHECK-SAME: byval
|
||||
// CHECK-NEXT: start:
|
||||
// CHECK-NEXT: ret void
|
||||
|
Loading…
Reference in New Issue
Block a user