about summary refs log tree commit diff
path: root/compiler/rustc_interface/src
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2024-07-17 07:46:09 -0700
committerAlex Crichton <alex@alexcrichton.com>2024-07-19 07:51:17 -0700
commitae82726a44e17e18f59cff6bcdcf31b00a672f86 (patch)
tree8327dfcea46e25598aac0771024fbc20330bc4f2 /compiler/rustc_interface/src
parent11e57241f166194a328438d9264b68c98a18d51f (diff)
downloadrust-ae82726a44e17e18f59cff6bcdcf31b00a672f86.tar.gz
rust-ae82726a44e17e18f59cff6bcdcf31b00a672f86.zip
Conditionally build `wasm-component-ld`
This commit updates the support for the `wasm-component-ld` tool
from #126967 to conditionally build it 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