about summary refs log tree commit diff
path: root/compiler/rustc_interface/src
diff options
context:
space:
mode:
author许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com>2024-12-19 16:48:09 +0800
committerGitHub <noreply@github.com>2024-12-19 16:48:09 +0800
commitcc3053a1f3b2df217d7979d099e75f5539ce51e2 (patch)
treea2a9993c280e3de2a22d1e4943146244124cc204 /compiler/rustc_interface/src
parentbd6ed18260c82d5ddf6fc042d3736b3ef5382743 (diff)
parentbb1a90f939cf07a717a36af60b9f58f90ede26c0 (diff)
downloadrust-cc3053a1f3b2df217d7979d099e75f5539ce51e2.tar.gz
rust-cc3053a1f3b2df217d7979d099e75f5539ce51e2.zip
Rollup merge of #134437 - onur-ozkan:improve-compiler-build, r=jieyouxu
reduce compiler `Assemble` complexity

`compile::Assemble` is already complicated by its nature (as it handles core internals like recursive building logic, etc.) and also handles half of `LldWrapper` tool logic for no good reason since it should be done in the build step directly.

This change moves it there to reduce complexity of `compile::Assemble` logic.
Diffstat (limited to 'compiler/rustc_interface/src')
0 files changed, 0 insertions, 0 deletions