struct Llvm {Show 26 fields
optimize: Option<bool>,
thin_lto: Option<bool>,
release_debuginfo: Option<bool>,
assertions: Option<bool>,
tests: Option<bool>,
plugins: Option<bool>,
ccache: Option<StringOrBool>,
static_libstdcpp: Option<bool>,
ninja: Option<bool>,
targets: Option<String>,
experimental_targets: Option<String>,
link_jobs: Option<u32>,
link_shared: Option<bool>,
version_suffix: Option<String>,
clang_cl: Option<String>,
cflags: Option<String>,
cxxflags: Option<String>,
ldflags: Option<String>,
use_libcxx: Option<bool>,
use_linker: Option<String>,
allow_old_toolchain: Option<bool>,
polly: Option<bool>,
clang: Option<bool>,
enable_warnings: Option<bool>,
download_ci_llvm: Option<StringOrBool>,
build_config: Option<HashMap<String, String>>,
}
Expand description
TOML representation of how the LLVM build is configured.
Fields§
§optimize: Option<bool>
§thin_lto: Option<bool>
§release_debuginfo: Option<bool>
§assertions: Option<bool>
§tests: Option<bool>
§plugins: Option<bool>
§ccache: Option<StringOrBool>
§static_libstdcpp: Option<bool>
§ninja: Option<bool>
§targets: Option<String>
§experimental_targets: Option<String>
§link_jobs: Option<u32>
§version_suffix: Option<String>
§clang_cl: Option<String>
§cflags: Option<String>
§cxxflags: Option<String>
§ldflags: Option<String>
§use_libcxx: Option<bool>
§use_linker: Option<String>
§allow_old_toolchain: Option<bool>
§polly: Option<bool>
§clang: Option<bool>
§enable_warnings: Option<bool>
§download_ci_llvm: Option<StringOrBool>
§build_config: Option<HashMap<String, String>>
Trait Implementations§
source§impl<'de> Deserialize<'de> for Llvm
impl<'de> Deserialize<'de> for Llvm
source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for Llvm
impl RefUnwindSafe for Llvm
impl Send for Llvm
impl Sync for Llvm
impl Unpin for Llvm
impl UnwindSafe for Llvm
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> Pointable for T
impl<T> Pointable for T
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 312 bytes