summaryrefslogtreecommitdiff
path: root/src/compilers
AgeCommit message (Collapse)Author
2025-06-12clang: Support providing lld linker in toolchainPaul Cristian Sarbu
Add new TOOLCHAIN_CONFIG flag that enables the lld project in the built toolchain.
2025-06-12Add IWYU support to clang 20 toolchainPaul Cristian Sarbu
2025-04-02Add Clang 20.1.0Oliver Reiche
2025-04-02Add Clang 19.1.1Oliver Reiche
2024-11-07Build iwyu as a linting tool of clang-18Maksim Denisov
Co-authored-by: Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com>
2024-11-07Simplify logic of INCLUDE_LINTER lookup in clang-18Maksim Denisov
2024-11-07Install binutils for clang-18 to a separate directoryMaksim Denisov
...to avoid potential staging conflicts.
2024-09-27clang: use provided ${CMAKE} variableKlaus Aehlig
... instead of hard-coding the name cmake.
2024-09-27clang: set CMAKE_MAKE_PROGRAM explicitly to ${MAKE}Klaus Aehlig
... instead of relying on cmake to pick it up from path.
2024-08-23clang: Add support for building clang-tidyOliver Reiche
2024-06-28Production stages: use ["shell", "cmds"]Klaus Aehlig
... instead of generic to support bringing in a toolchain.
2024-05-13Add gcc 14.1.0Oliver Reiche
2024-04-04Add clang 18.1.1Oliver Reiche
2024-04-04musl-gcc: Ship mimalloc.o with musl GCCsOliver Reiche
2023-12-21gcc-musl: Support building as crossed nativeOliver Reiche
2023-12-21gcc-musl: Disable fixincludesOliver Reiche
2023-12-21gcc-musl: Set fully qualified MUSL_TARGETOliver Reiche
2023-12-21gcc-musl: Unify static and non-static descriptionsOliver Reiche
2023-12-21gcc-musl-static: Do not build shared gcc libsOliver Reiche
2023-12-21gcc-musl: Add libc.so to non-static runlibsOliver Reiche
2023-12-21gcc-musl-static: Fix missing build dir substitutionOliver Reiche
2023-12-21gcc-musl-static: Support cross-compiler buildOliver Reiche
2023-12-21gcc-musl: Fix stripping of binaries and libsOliver Reiche
... by using a single strip tool (for host) that supports all target types.
2023-11-29Remove unnecessary copiesOliver Reiche
... now that we retain (non-upwards) symlinks, make use of them.
2023-11-29Update to latest rulesOliver Reiche
2023-10-20Initial commitOliver Reiche