Implement Bazel Clang toolchain

This commit is contained in:
2025-07-08 20:03:57 +02:00
parent 00ea14788f
commit c6e86604be
17 changed files with 794 additions and 54 deletions

View File

@ -0,0 +1,8 @@
# Copyright 2025 Steven Le Rouzic
#
# SPDX-License-Identifier: BSD-3-Clause
CLANG_BINDIR = "{CLANG_BINDIR}"
CLANG_LIBDIR = "{CLANG_LIBDIR}"
CLANG_INCLUDE_DIRS = {CLANG_INCLUDE_DIRS}