Struct Llvm

Source
pub struct Llvm {
Show 29 fields pub optimize: Option<bool>, pub thin_lto: Option<bool>, pub release_debuginfo: Option<bool>, pub assertions: Option<bool>, pub tests: Option<bool>, pub enzyme: Option<bool>, pub plugins: Option<bool>, pub ccache: Option<StringOrBool>, pub static_libstdcpp: Option<bool>, pub libzstd: Option<bool>, pub ninja: Option<bool>, pub targets: Option<String>, pub experimental_targets: Option<String>, pub link_jobs: Option<u32>, pub link_shared: Option<bool>, pub version_suffix: Option<String>, pub clang_cl: Option<String>, pub cflags: Option<String>, pub cxxflags: Option<String>, pub ldflags: Option<String>, pub use_libcxx: Option<bool>, pub use_linker: Option<String>, pub allow_old_toolchain: Option<bool>, pub offload: Option<bool>, pub polly: Option<bool>, pub clang: Option<bool>, pub enable_warnings: Option<bool>, pub download_ci_llvm: Option<StringOrBool>, pub 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>§enzyme: Option<bool>§plugins: Option<bool>§ccache: Option<StringOrBool>§static_libstdcpp: Option<bool>§libzstd: 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>§offload: 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, _parent_config_path: Option<PathBuf>, _included_extensions: &mut HashSet<PathBuf>, other: Self, replace: ReplaceOpt, )

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> 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.

§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

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

Source§

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>,

Source§

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: 320 bytes