about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorJubilee Young <workingjubilee@gmail.com>2024-12-15 15:28:17 -0800
committerJubilee Young <workingjubilee@gmail.com>2024-12-15 18:42:46 -0800
commit9a81dc97fb088c5cd088302d950000cd2565bb48 (patch)
treef2045e4b64cb0fe29f00c4ee9c53f8b20c092600 /tests
parentc26db435bf8aee2efc397aab50f3a21eb351d6e5 (diff)
downloadrust-9a81dc97fb088c5cd088302d950000cd2565bb48.tar.gz
rust-9a81dc97fb088c5cd088302d950000cd2565bb48.zip
compiler: Set `target_abi = "ilp32e"` on all riscv32e targets
This allows compile-time configuration based on this.
In the near future we should do this across all RISCV targets, probably,
but this cfg is essential for building software usable on these targets.
Diffstat (limited to 'tests')
-rw-r--r--tests/ui/check-cfg/well-known-values.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/check-cfg/well-known-values.stderr b/tests/ui/check-cfg/well-known-values.stderr
index 7c03d0570db..702975b76e3 100644
--- a/tests/ui/check-cfg/well-known-values.stderr
+++ b/tests/ui/check-cfg/well-known-values.stderr
@@ -129,7 +129,7 @@ warning: unexpected `cfg` condition value: `_UNEXPECTED_VALUE`
 LL |     target_abi = "_UNEXPECTED_VALUE",
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
-   = note: expected values for `target_abi` are: ``, `abi64`, `abiv2`, `abiv2hf`, `eabi`, `eabihf`, `fortanix`, `ilp32`, `llvm`, `macabi`, `sim`, `softfloat`, `spe`, `uwp`, `vec-extabi`, and `x32`
+   = note: expected values for `target_abi` are: ``, `abi64`, `abiv2`, `abiv2hf`, `eabi`, `eabihf`, `fortanix`, `ilp32`, `ilp32e`, `llvm`, `macabi`, `sim`, `softfloat`, `spe`, `uwp`, `vec-extabi`, and `x32`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg.html> for more information about checking conditional configuration
 
 warning: unexpected `cfg` condition value: `_UNEXPECTED_VALUE`