LLVM Embedded Toolchain for Arm integrates llvm-project and picolibc. Contributions are welcome that improve the project in areas including but not limited to:
- Integration of upstream components
- Packaging
- Testing of the above
- Documentation
Where an issue is encountered that originates within llvm-project
or picolibc
, it is strongly preferred that the issue is reported
and addressed directly within that project.
This benefits all users of the upstream projects and makes it easier to
support LLVM Embedded Toolchain for Arm going forward.
For guidance on how to contribute to the upstream projects see:
llvm-project
Contributing to LLVMpicolibc
GitHub Pull requests documentation
Please create a Github issue in the LLVM Embedded Toolchain for Arm project
Issues
list and label is as a bug
.
For a small change, please create a Pull Request as described in How to submit a change section below.
For a bigger change, please create an issue in the
LLVM Embedded Toolchain for Arm project
Issues
list and label is as an rfc
(Request for Comments) to initiate the discussion
first, before submitting the change itself.
There is no formal template for an rfc
, however it would be good to explain
the purpose of the change and the key design options, proposed decisions.
Contributions are accepted under the Apache License 2.0. Only submit contributions where you have authored all of the code.
This project follows the conventional GitHub pull request flow.
Please ensure your change doesn't break tests. (The project doesn't yet have GitHub actions to do this). Except for documentation changes, please check that this passes:
ninja check-llvm-toolchain
Use the following commands to check the scripts before submitting a pull request:
$ ./setup.sh
$ ./run-precommit-checks.sh