summaryrefslogtreecommitdiff
path: root/src/compilers/clang-17-native.TARGETS
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.
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.
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