diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-07-20 07:13:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-20 07:13:43 +0200 |
| commit | 4f20ee51e164a133b864100a3ea71b1328892671 (patch) | |
| tree | b177f4efbc14c4c3f29f05733d34d2f99db2db6c /compiler/rustc_interface/src | |
| parent | aa6ae4beca9a74e02d4c89e36b3131d71a65b59c (diff) | |
| parent | f0a2b5b0d92a23cacb0acbae9ede9282b65c5dc1 (diff) | |
| download | rust-4f20ee51e164a133b864100a3ea71b1328892671.tar.gz rust-4f20ee51e164a133b864100a3ea71b1328892671.zip | |
Rollup merge of #127866 - alexcrichton:disable-wasm-component-ld-by-default, r=onur-ozkan
Conditionally build `wasm-component-ld` This commit updates the support for the `wasm-component-ld` tool from #126967 to conditionally build rather than unconditionally building it when LLD is enabled. This support is disabled by default and can be enabled by one of two means: * the `extended` field in `config.toml` which dist builders use to build a complete set of tools for each host platform. * a `"wasm-component-ld"` entry in the `tools` section of `config.toml`. Neither of these are enabled by default meaning that most local builds will likely not have this new tool built. Dist builders should still, however, build the tool.
Diffstat (limited to 'compiler/rustc_interface/src')
0 files changed, 0 insertions, 0 deletions
