From f30e83efd6968eacf07ebe3f1400e06a8a529778 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Thu, 16 Dec 2021 17:09:06 -0500 Subject: armltdclang: add support for ARM Ltd.'s `armclang` toolchain This is another toolchain also called `armclang`, but it is not a cross compiler like Keil's `armclang`. It is essentially the same as `clang` based on its interface and CMake's support of the toolchain. Use an `armltd` prefix for the compiler ID. Fixes: #7255 --- docs/markdown/snippets/armclang-support.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/markdown/snippets/armclang-support.md (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/armclang-support.md b/docs/markdown/snippets/armclang-support.md new file mode 100644 index 0000000..80e7af2 --- /dev/null +++ b/docs/markdown/snippets/armclang-support.md @@ -0,0 +1,6 @@ +## Support for ARM Ltd. Clang toolchain + +Support for the `armltdclang` compiler has been added. This differs from the +existing `armclang` toolchain in that it is a fork of Clang by ARM Ltd. and +supports native compilation. The Keil `armclang` toolchain only supports +cross-compilation to embedded devices. -- cgit v1.1