diff options
| author | Taiki Endo <te316e89@gmail.com> | 2024-11-09 03:17:24 +0900 |
|---|---|---|
| committer | Taiki Endo <te316e89@gmail.com> | 2024-11-09 03:17:24 +0900 |
| commit | 400a690b5f99cd345b679014fe0c821d3847bcd3 (patch) | |
| tree | 8505f1299b5b97271917f86cebc2228c3e3bf6a5 /compiler/rustc_span | |
| parent | c07aa1e17199e27f6f7ac8f3307bca7bda0084b6 (diff) | |
| download | rust-400a690b5f99cd345b679014fe0c821d3847bcd3.tar.gz rust-400a690b5f99cd345b679014fe0c821d3847bcd3.zip | |
Add v9 and leoncasa target feature to sparc
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 21a74bd4020..e18e0a31c66 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -1868,6 +1868,7 @@ symbols! { slice_patterns, slicing_syntax, soft, + sparc_target_feature, specialization, speed, spotlight, |
