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
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue