Lines Matching +full:docs +full:- +full:lld +full:- +full:html
7 LLVM-libc is being developed as part of the LLVM project so contributions
9 `contribution guidelines <https://llvm.org/docs/Contributing.html>`_. Below is
12 #. **Beginner Bugs** - Help us tackle
13 `good first issues <https://github.com/llvm/llvm-project/issues?q=is%3Aopen+is%3Aissue+label%3Alibc+label%3A%22good+first+issue%22>`__.
20 #. **Cleanup code-style** - The libc project follows the general
21 `LLVM style <https://llvm.org/docs/CodingStandards.html>`_ but differs in a
22 few aspects: We use ``snake_case`` for non-constant variable and function
27 currently followed by the `LLD project <https://github.com/llvm/llvm-project/tree/main/lld>`_.
34 #. **Implement Linux syscall wrappers** - A large portion of the POSIX API can
40 #. **Update the clang-tidy lint rules and use them in the build and/or CI** -
46 #. **double and higher precision math functions** - These are under active
50 #. **Contribute a new OS/Architecture port** - You can contribute a new