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_feature/src | |
| parent | f654229c27267334023a22233795b88b75fc340e (diff) | |
| download | rust-cb618162b138be0e0472d0f5540e6fc0d5a11210.tar.gz rust-cb618162b138be0e0472d0f5540e6fc0d5a11210.zip | |
compiler: Add target features for LoongArch
Diffstat (limited to 'compiler/rustc_feature/src')
| -rw-r--r-- | compiler/rustc_feature/src/unstable.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_feature/src/unstable.rs b/compiler/rustc_feature/src/unstable.rs index 8185a8a3e43..695de54eefa 100644 --- a/compiler/rustc_feature/src/unstable.rs +++ b/compiler/rustc_feature/src/unstable.rs @@ -288,6 +288,7 @@ declare_features! ( (unstable, csky_target_feature, "1.73.0", Some(44839), None), (unstable, ermsb_target_feature, "1.49.0", Some(44839), None), (unstable, hexagon_target_feature, "1.27.0", Some(44839), None), + (unstable, loongarch_target_feature, "1.73.0", Some(44839), None), (unstable, mips_target_feature, "1.27.0", Some(44839), None), (unstable, powerpc_target_feature, "1.27.0", Some(44839), None), (unstable, riscv_target_feature, "1.45.0", Some(44839), None), |
