Implement Bazel Clang toolchain
This commit is contained in:
8
bazel/clang_toolchain/clang_config.bzl.tpl
Normal file
8
bazel/clang_toolchain/clang_config.bzl.tpl
Normal 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}
|
||||
|
Reference in New Issue
Block a user