Struct bootstrap::core::config::config::Llvm

source ·
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>§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>>

Trait Implementations§

source§

impl<'de> Deserialize<'de> for Llvm

source§

fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>
where D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Merge for Llvm

source§

fn merge(&mut self, other: Self, replace: ReplaceOpt)

Auto Trait Implementations§

§

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> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> Same for T

§

type Output = T

Should always be Self
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> DeserializeOwned for T
where 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