From ec8e5df06588460b43522c7a015a911241a59443 Mon Sep 17 00:00:00 2001 From: Robin Lee Date: Tue, 28 Feb 2023 03:05:53 +0800 Subject: [PATCH] platform.md: Add LoongArch ISA name `la64v100` (#237) This adds the base ISA [1] of the LoongArch architecture to the platform lexicon. [1] https://loongson.github.io/LoongArch-Documentation/LoongArch-toolchain-conventions-EN.html Co-authored-by: Robin Lee --- build/bazel/remote/execution/v2/platform.md | 1 + 1 file changed, 1 insertion(+) diff --git a/build/bazel/remote/execution/v2/platform.md b/build/bazel/remote/execution/v2/platform.md index c3bd69a0..47901b29 100644 --- a/build/bazel/remote/execution/v2/platform.md +++ b/build/bazel/remote/execution/v2/platform.md @@ -33,6 +33,7 @@ The following standard property `name`s are defined: - `arm-a64-be` (big endian) - `arm-t32` (little endian) - `arm-t32-be` (big endian) + - `la64v100` (little endian) - `power-isa-be` (big endian) - `power-isa-le` (little endian) - `rv32g` (little endian)