diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2025-03-01 16:03:15 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-01 16:03:15 +0100 |
| commit | 224ea37aa3067446e1d1751412efd63a46702b27 (patch) | |
| tree | 7df4a18b71d783f03f06d142bd07db3a939717c0 /tests/codegen/issues | |
| parent | bc89ab19c3b42f5817ced1a991847a61c795533e (diff) | |
| parent | 2d3639d55915748aeef28cab982492581d2a0bfc (diff) | |
| download | rust-224ea37aa3067446e1d1751412efd63a46702b27.tar.gz rust-224ea37aa3067446e1d1751412efd63a46702b27.zip | |
Rollup merge of #137818 - durin42:llvm-21-remove-readonly, r=jieyouxu
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.
Diffstat (limited to 'tests/codegen/issues')
| -rw-r--r-- | tests/codegen/issues/issue-114312.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/codegen/issues/issue-114312.rs b/tests/codegen/issues/issue-114312.rs index e9418249089..61355dd5873 100644 --- a/tests/codegen/issues/issue-114312.rs +++ b/tests/codegen/issues/issue-114312.rs @@ -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 |
