Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions source/toolchain/llvm/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -152,3 +152,17 @@ If you need to report an issue to the developers, please provide:
1. The ``gcc/build.txt`` file (located in the GCC directory) for GCC compilation details.

2. The ``gcc/gitrepo.txt`` file to confirm commit IDs of each tool, which helps determine more detailed build information.

Known Issues
============

The LLVM 2025.10 implementation contains a bug in the nuclei ``-mtune`` support.

-------------------------------------------------

When the LLVM Nuclei scheduling definitions were added, the processor models were declared with the generic ``RISCVProcessorModel`` instead of the architecture-tuned ``RISCVTuneProcessorModel``.

References:

- https://github.com/riscv-mcu/riscv-gnu-toolchain/issues/37