@@ -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
4344errors when linking against objects compiled against older versions of the ABI.
4445For 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
4853The Arm Toolchain for Embedded relies on the following upstream components
@@ -56,10 +61,9 @@ picolibc | https://github.com/picolibc/picolibc
5661
5762Content 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
6468The resulting binaries are covered under their respective open source licenses,
6569see component links above.
0 commit comments