Bumps [black](https://github.com/psf/black) from 23.3.0 to 24.3.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/23.3.0...24.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Available scripts
-
get-builtin-include-dirs.pyUsage:./get-builtin-include-dirs.pyPrints what builtin include dirs will be used for any of the other scripts. -
generate.py
Usage:./generate.py [--includes INCLUDES] [--timestamp path] header_pathGenerates definitions & implementations for the given header file and writes them to the appropriate files.
Environment variables
The following environment variables can be configured to change the behaviours of this project
-
LLVM_PATH
Will be used to change where to find theclang++executable file.
Example:LLVM_PATH=/opt/llvm./get-builtin-include-dirs.py will use/opt/llvm/bin/clang++ -
LIBCLANG_LIBRARY_FILE
Will be used to change where clang cindex can find the dynamic library.
Must be an absolute path to the file.
Example:LIBCLANG_LIBRARY_FILE=/opt/llvm/lib/libclang.so.15.0.7 -
LIBCLANG_LIBRARY_PATH
Will be used to change where clang cindex can look for the dynamic library.
Must be an absolute path to the directory.
Example:LIBCLANG_LIBRARY_PATH=/opt/llvm/lib