From bf6eff31b157a12f664a61a260c4424d287ce613 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraj=20Mich=C3=A1lek?= Date: Tue, 7 Sep 2021 08:01:23 +0200 Subject: [PATCH] update links to llvm-project with Xtensa support --- docs/rust-on-xtensa.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/rust-on-xtensa.md b/docs/rust-on-xtensa.md index fa99062..701c8da 100644 --- a/docs/rust-on-xtensa.md +++ b/docs/rust-on-xtensa.md @@ -78,7 +78,9 @@ This likely means that the build script is finding the wrong `libclang.so` (or ` export LIBCLANG_PATH=/path/to/xtensa-esp32-elf-clang/lib/libclang.so.12 ``` -(Replace the path above with the correct path on your system.) +Replace the path above with the correct path on your system. Builds of LLVM project are available at [espressif/llvm-project](https://github.com/espressif/llvm-project/releases) + +For more details about LLVM binary artifact read Quick start section. ## Building from scratch @@ -115,7 +117,7 @@ The Xtensa target support can be verified by printing the supported target archi ``` % /usr/local/xtensa/llvm/bin/llc --version LLVM (http://llvm.org/): - LLVM version 11.0.0 + LLVM version 12.0.1 Optimized build. Default target: x86_64-apple-darwin20.3.0 Host CPU: cascadelake