Expand description
This module defines the Llvm
struct, which represents the [llvm]
table
in the bootstrap.toml
configuration file.
Structs§
- Llvm
- TOML representation of how the LLVM build is configured.
Functions§
- check_
incompatible_ options_ for_ ci_ llvm - Compares the current
Llvm
options against those in the CI LLVM builder and detects any incompatible options. It does this by destructuring theLlvm
instance to make sure everyLlvm
field is covered and not missing.