diff options
| author | Taiki Endo <te316e89@gmail.com> | 2024-11-09 03:22:09 +0900 |
|---|---|---|
| committer | Taiki Endo <te316e89@gmail.com> | 2024-11-09 03:22:09 +0900 |
| commit | c059eb77504b638bc53b486ef7151cedb7a7ef03 (patch) | |
| tree | 1a9fd22eb869d125165f57262ab7cbb1c8e18f42 /compiler/rustc_span/src | |
| parent | 400a690b5f99cd345b679014fe0c821d3847bcd3 (diff) | |
| download | rust-c059eb77504b638bc53b486ef7151cedb7a7ef03.tar.gz rust-c059eb77504b638bc53b486ef7151cedb7a7ef03.zip | |
Add v8plus target feature to sparc and use it in create_object_file
Diffstat (limited to 'compiler/rustc_span/src')
| -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 e18e0a31c66..bc9ebbc1c21 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -2111,6 +2111,7 @@ symbols! { usize_legacy_fn_max_value, usize_legacy_fn_min_value, usize_legacy_mod, + v8plus, va_arg, va_copy, va_end, |
