diff options
| author | WANG Rui <wangrui@loongson.cn> | 2023-10-19 21:12:19 +0800 |
|---|---|---|
| committer | WANG Rui <wangrui@loongson.cn> | 2023-10-24 09:36:47 +0800 |
| commit | cb618162b138be0e0472d0f5540e6fc0d5a11210 (patch) | |
| tree | 6869386e7f4887d560173cfc7fb679ab67184571 /compiler/rustc_span | |
| parent | f654229c27267334023a22233795b88b75fc340e (diff) | |
| download | rust-cb618162b138be0e0472d0f5540e6fc0d5a11210.tar.gz rust-cb618162b138be0e0472d0f5540e6fc0d5a11210.zip | |
compiler: Add target features for LoongArch
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 5b58cf8b6d6..50d96989041 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -957,6 +957,7 @@ symbols! { log_syntax, logf32, logf64, + loongarch_target_feature, loop_break_value, lt, macro_at_most_once_rep, |
