Skip to content

Commit 03293bf

Browse files
authored
[ATFE] Update README to include supported architectures, C++ support and directory changes. (arm#201)
1 parent 9e50aa4 commit 03293bf

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

arm-software/embedded/README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ embedded and realtime operating systems.
3131
- AArch32 Armv8-A
3232
- AArch32 Armv8-R
3333
- AArch64 Armv8-A
34+
- AArch64 Armv8-R
3435

3536
## C++ support
3637

@@ -43,6 +44,10 @@ uses all the latest libc++ improvements and bugfixes, but may result in link
4344
errors when linking against objects compiled against older versions of the ABI.
4445
For more information see https://libcxx.llvm.org/DesignDocs/ABIVersioning.html.
4546

47+
Libc++ testing has been fully completed for only a few of the variants. The specific
48+
variants for which testing is enabled can be found in the corresponding JSON files
49+
located at the [path](arm-multilib/json/variants).
50+
4651
## Components
4752

4853
The Arm Toolchain for Embedded relies on the following upstream components
@@ -56,10 +61,9 @@ picolibc | https://github.com/picolibc/picolibc
5661

5762
Content of this repository is licensed under Apache-2.0 with LLVM Exceptions, see
5863
[LICENSE.txt](LICENSE.txt). Individual patch files under the
59-
[patches](https://github.com/ARM-software/LLVM-embedded-toolchain-for-Arm/tree/main/patches)
60-
folder may contain code under the upstream project license, if they are
61-
cherry-picks of upstream commits into the LLVM Embedded Toolchain for Arm
62-
release branches, see corresponding pull requests for references.
64+
[patches](patches) folder may contain code under the upstream project license. If they are
65+
cherry-picks of upstream commits into the Arm Toolchain for Embedded release branches,
66+
see corresponding pull requests for references.
6367

6468
The resulting binaries are covered under their respective open source licenses,
6569
see component links above.

0 commit comments

Comments
 (0)