"/opt:lldltojobs=8", ] } else { ldflags += [ "-flto=thin" ] # Limit the parallelism to avoid too aggressive competition between # linker jobs. This is still suboptimal to a potential dynamic # resource allocation scheme, but should be good enough. if (use_lld) { # Lim...
# linker jobs. This is still suboptimal to a potential dynamic # resource allocation scheme, but should be good enough. if (use_lld) { # Limit the size of the ThinLTO cache to the lesser of 10% of available disk # space, 10GB and 100000 files. cache_policy = "cache_size...
# linker jobs. This is still suboptimal to a potential dynamic # resource allocation scheme, but should be good enough. if (use_lld) { # Limit the size of the ThinLTO cache to the lesser of 10% of available disk # space, 10GB and 100000 files. cache_policy = "cache_si...
# If set to `"self-contained"`, rust-lld from the snapshot compiler will be used. # # On MSVC, LLD will not be used if we're cross linking. # # Explicitly setting the linker for a target will override this option when targeting MSVC. #use-lld = false # Indicates whether some LL...
Problem I'm thinking of if it is possible to use rust-lld installed by rustup component add llvm-tools-preview using a one-line config like linker=rust-lld. Currently configuring it on macOS is relatively hard. Basically what I'm doing n...
"//build_plugins/config/aosp:lld_pack_relocations", "//build/config/gcc:symbol_visibility_inline_hidden", ] } # Static libraries and source sets use only the compiler ones. default_static_library_configs = default_compiler_configs default_source_set_configs = default_compiler_configs ...
# linker jobs. This is still suboptimal to a potential dynamic # resource allocation scheme, but should be good enough. if (use_lld) { # Limit the size of the ThinLTO cache to the lesser of 10% of available disk # space, 10GB and 100000 files. cache_policy = "cache_size...
llvm'd lld linker "should" accept the lib list in any order. It's perfectly normal and expected that a library with dependencies will always require more than a single library when linking statically. I think the wording should not be alarmist about this. Applies to current default official...
#Use the LLD linker, it should be faster than the default. #See: https://github.com/rust-lang/rust/issues/71520 Expand Down 2 changes: 1 addition & 1 deletion2web/packages/core/tools/build_wasm.ts Original file line numberDiff line numberDiff line change ...
# linker jobs. This is still suboptimal to a potential dynamic # resource allocation scheme, but should be good enough. if (use_lld) { # Limit the size of the ThinLTO cache to the lesser of 10% of available disk # space, 10GB and 100000 files. cache_policy = "cache_size...