diff options
| author | Taiki Endo <te316e89@gmail.com> | 2024-11-26 03:10:22 +0900 |
|---|---|---|
| committer | Taiki Endo <te316e89@gmail.com> | 2024-11-26 03:10:22 +0900 |
| commit | 687dc19cb60096d5feb789264f7d61d8b68de884 (patch) | |
| tree | a72fe4d45bb1e0a69770983d8cfc8a0a0a48f6db /compiler/rustc_span | |
| parent | 7db7489f9bc274cb60c4956bfa56de0185eb1b9b (diff) | |
| download | rust-687dc19cb60096d5feb789264f7d61d8b68de884.tar.gz rust-687dc19cb60096d5feb789264f7d61d8b68de884.zip | |
Fix handling of x18 in AArch64 inline assembly on ohos/trusty or with -Zfixed-x18
Diffstat (limited to 'compiler/rustc_span')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index 46e245fb71f..1b08e3fadc4 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -1611,6 +1611,7 @@ symbols! { repr_simd, repr_transparent, require, + reserve_x18: "reserve-x18", residual, result, result_ffi_guarantees, |
