diff options
| author | Stuart Cook <Zalathar@users.noreply.github.com> | 2024-09-14 20:22:40 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-14 20:22:40 +1000 |
| commit | e2f17e66ed9b34e5391ac3a813e7453664b2525c (patch) | |
| tree | 4af578ae93e8593c3d664600c704f635fce32a6f /compiler/rustc_driver_impl/src/lib.rs | |
| parent | c992f97cb1a63294ddfc5fa3789d24eeebd7b8be (diff) | |
| parent | cf006f375d93a22fca47b86a5a0c348457f93d1f (diff) | |
| download | rust-e2f17e66ed9b34e5391ac3a813e7453664b2525c.tar.gz rust-e2f17e66ed9b34e5391ac3a813e7453664b2525c.zip | |
Rollup merge of #130267 - TimNN:patch-2, r=nikic
small_data_threshold.rs: Adapt to LLVM head changes When compiled against LLVM head, `small_data_threshold.rs` [fails with](https://buildkite.com/llvm-project/rust-llvm-integrate-prototype/builds/31051#0191e508-f11d-437b-a4a0-5e18247debc9): ``` /.../small_data_threshold.rs:61:12: error: RISCV: expected string not found in input -- | //@ RISCV: .section .sdata, | ^ | /.../small_data_threshold.s:1:1: note: scanning from here | .text | ^ | /.../small_data_threshold.s:6:2: note: possible intended match here | .section .sdata.U,"aw",`@progbits` | ^ ``` I don't know how exactly the current output looks like, or if there was a specific reason for including the trailing comma on the first line. I only saw a failure for RISCV, but it seemed sensible to adjust MIPS as well. CI passes with this patch applied: https://buildkite.com/llvm-project/rust-llvm-integrate-prototype/builds/31053 `@rustbot` label: +llvm-main cc `@paulmenage`
Diffstat (limited to 'compiler/rustc_driver_impl/src/lib.rs')
0 files changed, 0 insertions, 0 deletions
